PySCIPOpt
PySCIPOpt copied to clipboard
Python interface for the SCIP Optimization Suite
Dear support team, I want to know how to set the initial solution when using benders decomposition. I want to solve the **problem** with benders decomposition ``` min 3x +...
**Describe the bug** There are two environments I tried. Both used python version 3.10. First one is Windows server 2012 R2. I used anaconda environment, and installed most recent pyscipopt...
SCIP 10
Fix #1006 Fix #955 Naturally the tests won't pass, since we need to update the SCIP version. The IIS stuff still needs more work. Interesting behaviors: It seems that an...
Without this, the value could be outdated as it depends on calling `getBestSol` before.
What's missing: `SCIPchgAndConsCheckFlagWhenUpgr()`, `SCIPchgAndConsRemovableFlagWhenUpgr()`. Not sure if it makes sense to add. As before, I haven't tried to compile, I just copied stuff. Also moved things around a bit, I...
To make the transition to SCIP 10 smoother, I figured I'd take some notes on what needs to be done to ensure compatibility and which functions need to be wrapped....
Hello, I'm encountering an error when trying to copy the scip model (following the directions in the documentation). My aim is to copy the current state of the scip model,...
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...
Missing tests and did not compile. Also added methods to the variable class directly.
Missing tests and compilation.