Changes between Version 10 and Version 15 of Ticket #10879
- Timestamp:
- 02/06/14 15:21:59 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10879
-
Property
Branch
changed from
to
u/malb/scipoptsuite
-
Property
Milestone
changed from
sage-5.11
tosage-6.2
-
Property
Commit
changed from
to
7772e92ddbc9531371e3bb53c57b1d6ae51417b1
-
Property
Branch
changed from
-
Ticket #10879 – Description
v10 v15 7 7 * SCIP's source code is available 8 8 9 However, we don't have the right to redistribute the SCIP source code. Thus, the attached SPKG is empty except for the spkg-install script etc.9 However, we don't have the right to redistribute the SCIP source code. 10 10 11 11 To build a SCIP for Sage do: 12 13 * pull from this ticket 12 14 * download the SCIP Optmisation Suite from http://scip.zib.de/download.php?fname=scipoptsuite-3.0.1.tgz 13 * place the files `scip-3.0.1.tgz` and `soplex-1.7.1.tgz` in the `src/` subdirectory of the attached SPKG 14 * install the SPKG 15 * apply the attached patch and `sage -b` 15 * place the files `scip-3.0.1.tgz` and `soplex-1.7.1.tgz` in `$SAGE_ROOT/upstream/` 16 * `sage -sh` 17 * `cd $SAGE_ROOT/build/pkgs/scipoptsuite` 18 * `./sage-install && sage -b` 16 19 17 20 '''KNOWN ISSUES''' 21 18 22 * Sage crashes when SCIP variables are printed with SIGSEGV on OSX. It works fine under Linux. 19 23 * printing of quadratic constraints does not work yet.