DominikKamp
DominikKamp
Extended the description by remaining fails.
Build error updated.
I guess this can only have an effect when using `redirectOutput()`. The real time issue might be due to the output buffer not being flushed by SCIP because of performance....
Not fixed yet (the report is already on latest `master`).
Certainly exact SCIP is by default only exact for variables, activities, and objectives within the infinity bounds but in this case it should just provide the correct result without a...
Here with scaling just a multiplication by some small factor is meant without changing the variable definitions. In this case it is enough to plug a `0.` in front of...
This is expected. If you have a common upper bound on the absolute solution values, try redefining `SCIP_DEFAULT_INFINITY` in `def.h` and recompile. Otherwise, if you know that there is a...
At least the initial issue with the near infinity coefficient is resolved with 21fa3813d3b7eb07a674db506531f442465e1fa7.
This is fixed with ccc765e726af01e774c4cd857e95f68f9c589665.
The problem can only be restricted, so relaxing variable bounds is not supported by reoptimization, as explained in the [documentation](https://www.scipopt.org/doc/html/REOPT.php), does this explain the trouble?