Hi All,

I am a PhD Student that is using GLPK in Java and my problem is that when I
create a problem, solve it, and attempt to retrieve the primal values of
variables, it seems to be doing things out of order even though my code has
the problem creation, .simplex() solution method, and then the retrieval
code afterwards.  Even if I replace the retrieval code with just a
System.out.println("SOMETHING") it still prints that before the console
print of the actual solution of the problem.  Any help at all is much
appreciated.

--
David Myers
_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to