You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Suite](https://www.scipopt.org/). Please, make sure that your SCIP installation
18
18
19
19
**Note that the latest PySCIPOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite. See the table on the README.md page for details.**
20
20
21
+
If you install SCIP yourself and are not using the installer packages, you need to [install the
22
+
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
23
+
The Makefile system is not compatible with PySCIPOpt!
24
+
21
25
If installing SCIP from source or using PyPI with a python and operating system that is not mentioned above, and SCIP is not installed in the global path,
22
26
you need to specify the install location using the environment variable
23
27
`SCIPOPTDIR`:
@@ -41,9 +45,8 @@ contains the corresponding header files:
41
45
> nlpi
42
46
> ...
43
47
44
-
If you install SCIP yourself and are not using the installer packages, you need to [install the
45
-
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
46
-
The Makefile system is not compatible with PySCIPOpt!
48
+
Please note that some Mac configurations require adding the library installation path to `DYLD_LIBRARY_PATH` when using a locally installed version of SCIP.
49
+
47
50
48
51
When building SCIP from source using Windows it is highly recommended to use the [Anaconda Python
49
52
Platform](https://www.anaconda.com/).
@@ -55,7 +58,7 @@ Installation from PyPI
55
58
56
59
Please note that if your Python version and OS version are in the combinations at the start of this INSTALL file then
57
60
pip now automatically installs a pre-built version of SCIP. For these combinations, to use your own installation of SCIP,
58
-
plese see the section on building from source. For unavailable combinations this pip command will automatically
61
+
please see the section on building from source. For unavailable combinations this pip command will automatically
59
62
search your global installs or custom set paths as above.
60
63
61
64
On Windows for combinations not listed at the start of this file, you may need to ensure that the `scip` library can be found
0 commit comments