Hello, Instead of
> mip = glp_create_prob();
> lpx_read_model("model.mod", "data.dat", "output.out");
write simply this:
mip = lpx_read_model("model.mod", "data.dat", "output.out");
> lpx_simplex(mip);
> lpx_integer(mip);
I think lpx_simplex is not needed.
Good luck,
Ali
_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk
