From 025d8dcd81c047fbf75166318f3c2a79944bb782 Mon Sep 17 00:00:00 2001 From: peterbarkley Date: Fri, 15 Mar 2024 16:04:51 -0700 Subject: [PATCH] Update INSTALL to fix msk typo in makefile option list --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c3785b92..8415634e 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,7 @@ cd .. where /home/username/scipoptsuite-9.0.0/scip is the path to your SCIP directory. Afterwards you can use "make" to compile the plugin. For SCIP-SDP the makefile option SDPS is mandatory. It defines the -SDP-solver that should be used. You can choose between "dsdp", "mdk", "sdpa", and "none". (In the +SDP-solver that should be used. You can choose between "dsdp", "msk", "sdpa", and "none". (In the latter case, you can only use LP-relaxations with additional cutting planes enforcing the positive semidefiniteness and need to disable SDP-relaxations by setting the relaxing/SDP/solvesds to false.)