Added - add support for concurrent optimization - note that SCIP needs to be linked to a TPI (task processing interface) to use this feature - SCIPsolverConcurrent implementation from issue 229 by TNonet in 535 - fix action to also run on external PRs by mattmilten in 536 - fix concurrent solve test by mattmilten in 537
3.3.0
Added - add SCIP function `getPseudoBranchCands`
Fixed Changed Removed
3.2.2
Added - add SCIP functions `getNSolsFound`, `getNSolsFound`, `getNLimSolsFound` and `getNBestSolsFound`