This function can be used to write "start" files and any other solution file using the option NameStartFile=>"AnyNameYouWant".
i1 : coordinatesOfTwoPnts={{1,0},{3,4}} o1 = {{1, 0}, {3, 4}} o1 : List |
i2 : writeStartFile(storeBM2Files,coordinatesOfTwoPnts); |
The object writeStartFile is a method function with options.