@@ -4,8 +4,8 @@ Installing SCIP-SDP
44Additional Software
55-------------------
66
7- For using SCIP-SDP you need an installed and fully working version of SCIP (http://scipopt.de /)
8- version 8 or higher. Additionally, you should install at least one of the following SDP-Solvers:
7+ For using SCIP-SDP you need an installed and fully working version of SCIP (http://scipopt.org /)
8+ version 10 or higher. Additionally, you should install at least one of the following SDP-Solvers:
99
1010DSDP 5.8 (http://www.mcs.anl.gov/hs/software/DSDP/).
1111MOSEK at least version 8.1 (https://www.mosek.com/)
@@ -25,10 +25,10 @@ lib-subdirectory after unpacking the files, this can for example be done via
2525
2626mkdir lib
2727cd lib
28- ln -s /home/username/scipoptsuite-9 .0.0/scip/ scip
28+ ln -s /home/username/scipoptsuite-10 .0.0/scip/ scip
2929cd ..
3030
31- where /home/username/scipoptsuite-9 .0.0/scip is the path to your SCIP directory. Afterwards you can
31+ where /home/username/scipoptsuite-10 .0.0/scip is the path to your SCIP directory. Afterwards you can
3232use "make" to compile the plugin. For SCIP-SDP the makefile option SDPS is mandatory. It defines the
3333SDP-solver that should be used. You can choose between "dsdp", "msk", "sdpa", and "none". (In the
3434latter case, you can only use LP-relaxations with additional cutting planes enforcing the positive
@@ -257,5 +257,5 @@ So, for example to build SCIP-SDP via cmake using Mosek the call could be
257257
258258mkdir build
259259cd build
260- cmake .. -DSCIP_DIR=/home/username/scipoptsuite-9 .0.0/scip/build/ -DSDPS=msk -DMOSEK_DIR=/home/username/mosek/10/tools/platform/linux64x86/
260+ cmake .. -DSCIP_DIR=/home/username/scipoptsuite-10 .0.0/scip/build/ -DSDPS=msk -DMOSEK_DIR=/home/username/mosek/10/tools/platform/linux64x86/
261261make
0 commit comments