Does Gurobi Prints Simplex Optimal Tableau of an LP?
AnsweredHowdy folks,
I was wondering if there's a way to print the final simplex tableau using Gurobi. Please let me know if you know of a way to do.
Thanks.
0
-
In the C API, you can use GRBBinvRowi to do that. Still, this is an advanced routine and you have to know exactly what you are doing. (It can contain slack/artificial variables.)
0
Please sign in to leave a comment.
Comments
1 comment