Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Jan 26, 2018
1 parent bfebfb6 commit d17dd85
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,19 @@ single callback function.
### SCIP and SoPlex

CSIP depends on the [SCIP Optimization Suite](http://scip.zib.de/#scipoptsuite).
Starting with release 0.4.0, **CSIP only supports SCIP Optimization Suite
4.0.0** or newer.
Starting with release 0.5.0, **CSIP only supports SCIP Optimization Suite
5.0.0** or newer.

[Download](http://scip.zib.de/download.php?fname=scipoptsuite-5.0.0.tgz)
the SCIP Optimization Suite and extract the source files.
Build the shared library (containing SCIP and SoPlex) with `cmake` via
[Download](http://scip.zib.de/download.php?fname=scipoptsuite-5.0.0.tgz) the
SCIP Optimization Suite and extract the source files. Now choose a destination
path for the installation and set the environment variable `SCIPOPTDIR` there.
Build the shared library (containing SCIP and SoPlex) using `cmake` via

mkdir build
cd build
cmake ..
cmake -DCMAKE_INSTALL_PREFIX=$SCIPOPTDIR ..
make


To build CSIP, set the environment variable `SCIPOPTDIR` to point to the
directory used to build `scipoptsuite`, that is, `<path to SCIP Optimization Suite>/build`.
CSIP needs the SCIP library in `${SCIPOPTDIR}/lib/` and the C header files in
`${SCIPOPTDIR}/../scip/src/`.
make install

### CSIP

Expand Down

0 comments on commit d17dd85

Please sign in to comment.