-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding scip.Model.getState() for extracting the state of the solver #17
Comments
Hi @XiangyuYang-Opt , The alternative in Ecole is the NodeBipartite observation, available here: It basically extracts the same information, but has been re-engineered in C++ (including also minor bug fixes that were present in the original getState()). Best, |
Thanks @gasse for replying! Further, I would like to ask if the original code for model.getState() can be provided in this project? As I understand, this model.getState() method is coded by yourself and is integrated into the SCIPopt package, e.g., the scip.pyx file. Thanks. |
You will find that function in a dedicated Best, |
Hi, @gasse Thanks in advance. |
Hi @LeonaireHo . Most likely you've installed from the main branch. The getState() function is only available in the
|
Hi @gasse , when use the command pip install git+https://github.com/ds4dm/PySCIPOpt.git@ml-branching , the error information showed below: |
Hi, all,
I want to ask that what the alternatives are for the function scip.Model.getState()? It seems that .getState() is an old-fashioned usage, and it is not available to see on Model Class Reference (i.e., on SCIP Official website) anymore. Could anyone help with this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: