-
For a current project I'm working on, I'm trying to compile SCIP (on Debian) with different options and would like to do so in an automated fashion, so I'd prefer not to reinvent the wheel. Specifical…
-
CMakeLists has the following currently:
```
# on raspberry pi, we need to link libatomic, as libtbbmalloc_proxy depends on it
if((CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "armv7l") AND (CMAKE_SYSTEM_NA…
-
How to build `libpapilo` as a dynamic lib? Standard `-DBUILD_SHARED_LIBS=ON` fails to have an effect, only static libs get built:
```
Port libpapilo @2.3.0_0+gfortran contains:
/opt/local/inclu…
-
With 8fdef68, our interface tests fail with
```
CMake Error at CMakeLists.txt:78 (find_package):
Could not find a configuration file for package "SCIP" that is compatible
with requested versio…
-
SCIP Optimization Suite:scipoptsuite-8.0.0.tgz
Execute command ‘make’ ,found libscip.so in build/lib
use libscip.so in java and deploy the jar on Ubuntu 22.04.5 LTS
An error occurred when I…
-
i see in the code that "=" is supported in opb format (by adding both =), but not in cnf+? is this intended or, just forgotten?
ps i wonder what's the status of #3, does duplicate in input still af…
-
Apologies for thinking there is another bug when variables have large upper bounds.
When using papilo I got an incorrect answer. I have managed to reduce the problem down to a small one and I hope i…
-
The HighsInterface.hpp is calling outdated methods on the HighsLp model.
There was a PR for this error back in 2022 but the error remains in both branches.
https://github.com/scipopt/papilo/pull/…
-
SanitizerError
ThreadSanitizer: data race [scip/src/scip/interrupt.c:167]
SCIP 8.0.4
-
Hello,
The coloring branch and price application documentation says it selects the "most" fractional variable (both in the doc and in the branch_coloring.c itself) but in the actual code it selec…