Save objective function value of the problem LP
AnsweredHello!
I am solving a MILP problem. I need to save the first solution of the relaxation of the problem (LP). I can see it in .log file, but I want to save it and from there I can't do it.
Thanks for your help!
0
-
You can use the method Model.relax() to create the LP relaxation of your model. This can then be saved as a file.
0
Please sign in to leave a comment.
Comments
1 comment