You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the possibility to access the data (coefficients, lhs/rhs, etc.) of different constraint types, e.g., cons_knapsack (cons_linear is there already). This would be interesting after presolving.
In principle, this seems easy to do and I can provide a first draft. Are there any obstacles concerning the usage of transformed variables?