> I'm using one GLPSOL script to solve first problem and then > saving all (solution) in csv (or mysql) > the second one should use the solution from the first script > (reading from csv (or mysql) ) > > Is there any way to send "Done!"-message from the first to the > second GLPSOL script when solution has been found and written/saved, > so that second script can read the data and solve his equations? > > Or may be first script can call second one at the end of solving?
You can write a shell script, which calls glpsol for your first model, waits for its termination, and then calls glpsol for your second model. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
