-
I know that I can use SCIP as a branch-and-price framework, but is unclear whether this wrapper supports those parts of SCIP.
-
# 背景
数理最適化ソルバーSCIPが、2022年11月4日からApache 2.0ライセンスとなり、商用での利用が可能となった。
> License
> Since November 4, SCIP is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
https…
-
Hello,
I have completed the following in Ubuntu:
"sudo apt-get install make"
"sudo apt-get install bash"
"sudo apt-get install gcc"
"sudo pip3 install pyvpsolver"
However, running script suin…
-
Dear support team,
I want to know how to set the limits of a variable from a set of intervals.
For my task, I want to set the working hours of the stores during the week (for example, from 9 to …
-
Hello,
I couldn't help but notice that https://github.com/scipopt/scip-sys/releases/tag/v0.1.9 was updated yesterday and broke Linux builds. We will probably just fork this internally, and self hos…
-
See scipopt/JSCIPOpt#52 and in particular https://github.com/scipopt/JSCIPOpt/issues/52#issuecomment-2423333593
> This is actually a misfeature of the SCIP build system.
>
> `scip/src/CMakeLists…
-
I am getting this error once I updated a julia environment which updated SCIP `v0.11.14 ⇒ v0.12.0`
Is this related to https://github.com/scipopt/SCIP.jl/issues/286?
On a side note, the documenta…
-
A more robust solution might be to add a lifetime directly to `ScipPtr`. So have `OwnedScip` and `ScipRef
-
scip version
```plain
SCIP version 9.1.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.1] [GitHash: 8cab0278ba]
Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
…
-
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 Refe…