Does presolve of Highs generate new variables? #2285
Unanswered
linpeng0105
asked this question in
Q&A
Replies: 1 comment 4 replies
-
No, when variables (or constraints) are removed - possibly by combining two variables (or constraints) - one of the original variables (or constraints) is retained, with its original name. Hence all names in the presolved problem are subsets of names in the original problem. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does presolve of Highs generate new variables? For example, merging two variables to generate a new variable? In addition, for the same variable, will the variable name change?
Beta Was this translation helpful? Give feedback.
All reactions