From: Prabhu Manyem <prabhu.man...@gmail.com>
I get an optimal solution with the SAME objective function value, but
now, some variables are NOT integers... I get a fractional solution.

Why the difference between the 2 methods?
How to fix this problem for the command line execution of GLPK?

Since they have the same objective function,
both solutions qualify as optimal.
You did not ask for an integer solution,
--nomip makes that clear,
so there was no reason for you to get one.
glp_simplex does not guarantee an integer solution either.
For that you need glp_intopt .

--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
                                                             --  someeecards

Reply via email to