| 2 | |
| 3 | Features interesting to Sage: |
| 4 | |
| 5 | * SCIP is pretty fast for Mixed Integer Programming |
| 6 | * SCIP is a Constraint Integer Programming solver and allows non-linear constraints |
| 7 | * SCIP's source code is available |
| 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. |
| 10 | |
| 11 | To build a SCIP for Sage do: |
| 12 | * download the ZIB Optmisation Suite from http://zibopt.zib.de/download.php?fname=ziboptsuite-2.0.1.tgz |
| 13 | * place the files `scip-2.0.1.tgz` and `soplex-1.5.0.tgz` in the `src/` subdirectory of the attached SPKG |
| 14 | * install the SPKG |
| 15 | * apply the attached patch and `sage -b` |