File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22Installation Guide
33##################
44
5- **This file is deprecated and will be removed soon. Please see the online documentation. **
6-
75This page will detail all methods for installing PySCIPOpt via package managers,
86which come with their own versions of SCIP. For building PySCIPOpt against your
97own custom version of SCIP, or for building PySCIPOpt from source, visit :doc: `this page </build >`.
Original file line number Diff line number Diff line change @@ -6164,7 +6164,8 @@ cdef class Model:
61646164
61656165 def solveConcurrent (self ):
61666166 """ Transforms, presolves, and solves problem using additional solvers which emphasize on
6167- finding solutions."""
6167+ finding solutions.
6168+ WARNING: This feature is still experimental and prone to some errors."""
61686169 if SCIPtpiGetNumThreads() == 1 :
61696170 warnings.warn(" SCIP was compiled without task processing interface. Parallel solve not possible - using optimize() instead of solveConcurrent()" )
61706171 self .optimize()
You can’t perform that action at this time.
0 commit comments