scipopt / SCIP-SDP

mixed integer semidefinite programming plugin for SCIP
Apache License 2.0
11 stars 4 forks source link

How to Install the SCIP-SDP Plugin on Windows? #18

Open Amazing-Birds opened 1 month ago

Amazing-Birds commented 1 month ago

I am a beginner in MISDP and would like to further study this problem. However, I encountered some difficulties while installing the plugin and would appreciate your guidance. Thank you for your valuable time.

Could you please advise on the specific differences or additional considerations that need to be taken into account when installing on a Windows system, as opposed to Linux? I noticed that the installation file is based on Linux instructions, but I encounter various parameter issues when compiling with MinGW on Windows. Could these problems be caused by system differences?

pfetsch commented 1 month ago

Yes, the installation is mainly written for Linux, but should be very similar on MinGW (or the WSL). Have you been able to compile SCIP?

Amazing-Birds commented 1 month ago

Since I directly downloaded the SCIP for Windows, no additional compilation was needed during installation. In addition, I would like to inquire further: given that I am currently using Python to construct the MISDP model, after installing the SCIP-SDP plugin, will I be able to use SCIP-SDP through Python?

pfetsch commented 1 month ago

So far, there is no Python interface to SCIP-SDP. Depending on the interest of users, I might implement one in the future.