Mark Turner
Mark Turner
## Fixes # . None. ## Summary/Motivation: Adds support for SCIP persistent solving. Persistent solving uses the python interface to SCIP directly as opposed to the current standard that involves...
This branch shouldn't be merged until the strong branch one is complete. A potential user raised concerns about such functionality not being present in PySCIPOpt directly and that he had...
Opens up code that allows users to use strong branching functionality in SCIP. I did not end up adding a wrapper for `strongBranchVarWithPropagation`. This would be needed if users ever...
When running with SCIP with SOPLEX some users wanted GMP enabled to set feasibility tolerances to beneath `10-9`. The warning said `please link GMP if you want to use tolerances...