Yes. Adding constraints is possible through the API (lpx_add_rows). You can switch to dual simplex, have a look at Control parameters in the manual (LPX_K_DUAL).
Good luck! Ali On 2/8/07, Rob <[EMAIL PROTECTED]> wrote:
I am currently solving a LP using GLPK. After solving I would like to add constraints and resolve using the Dual Simplex Method. Is this implemented in GLPK and is there a way to force the LP to be solved using this method? -- Robert C. Green Master's Candidate in Computer Science and Operations Research [EMAIL PROTECTED] (412) 860-4825 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
