Andrew;

 

After I solve either a primal or dual simplex LP successively I then use
glp_get_col_stat() to recover the statuses.  Then based on the solution
values I modify some of the variables by using glp_set_col_bnds() with
either GLP_DB or GLB_FX attributes.

 

When I try to re-solve by first calling glp_set_col_stat() and
glp_set_row_stat() the return from glp_simplex() (i.e., glp_warm_up()
called internally) is usually that the LP basis is invalid.

 

Therefore I am wondering how I can modify the statuses apriori given the
new column bounds if that is even possible?

 

Thanks - Jeff

_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to