Questions related to low-level output #948
-
I am trying to program the Gomory Cutting plane algorithm which requires a Simplex Tableau. I am using the Gurobi solver and syntax ('savesolveroutput',1) to extract it. However, the output does not include the information regarding the tableau. Could you guys advise on that. I appreciate your help very much! Steven |
Beta Was this translation helpful? Give feedback.
Answered by
johanlofberg
Jul 23, 2021
Replies: 1 comment 3 replies
-
If it is not available in the output after turning on savesolveroutput, there is no way to access it via YALMIP as Gurobi isn't returning the data |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
johanlofberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it is not available in the output after turning on savesolveroutput, there is no way to access it via YALMIP as Gurobi isn't returning the data