I have finished support for scip 3.1.1 and soplex 2.0.1
some remarks:
- or-tools only support visual studio, no mingw, no gnu compiler.
- in the same spirit, you need to compile with either the 32bit command line prompt, or the 64bit cross compiler command line prompt from the visual studio 2013 tools menu
- to install scip, copy scipoptsuite-3.1.1.tgz to dependencies\archives, then build third_party (see below)
- before compiling or-tools sources, you need to run 'make third_party'.
- I provide a make.exe in tools, so the actual command is tools\make third_party.
- If anything break in that process, or-tools will likely not work.