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
There are many constraint handlers that haven't been brought over to PySCIPOpt. It can be useful to have them when trying to query/alter transformed constraints, as mentioned in #941.
This issue will track the progress of interfacing all these methods. Some handlers may be left out, and it's not reasonable to expect all methods to be interfaced, let alone tested.
Not marking anything yet because there are some methods that can be easily wrapped (e.g., SCIPgetNVarsAnd, even though there already is some partial support for AND constraints).
Please let us know in case you have some feedback or would like to contribute. Most of the work should be easy, there's just a lot of it.
The text was updated successfully, but these errors were encountered:
There are many constraint handlers that haven't been brought over to PySCIPOpt. It can be useful to have them when trying to query/alter transformed constraints, as mentioned in #941.
This issue will track the progress of interfacing all these methods. Some handlers may be left out, and it's not reasonable to expect all methods to be interfaced, let alone tested.
Not marking anything yet because there are some methods that can be easily wrapped (e.g.,
SCIPgetNVarsAnd
, even though there already is some partial support for AND constraints).Please let us know in case you have some feedback or would like to contribute. Most of the work should be easy, there's just a lot of it.
The text was updated successfully, but these errors were encountered: