[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] two successive GLPSOL scripts
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] two successive GLPSOL scripts |
Date: |
Wed, 27 Oct 2010 00:56:04 +0400 |
> 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.