> I use the routine lpx_integer to solve a mip problem

> But, I obtain this message

> lpx_integer: optimal solution of LP relaxation required

> And the solver don't resolve the problem

> How can I resolve the LP relaxation before the resolution of the Mip
> problem?

You should call lpx_simplex first to obtain the optimal solution
of LP relaxation (which is LP problem, where integer restrictions are
omitted).

However, in case lpx_intopt this is not needed.



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

Reply via email to