Closed adowling2 closed 7 years ago
you need to upgrade to SCIP 4.0
I should have included in my original post that this is with SCIP 4.0.0.
ok, so the problem is that you are using scip 4.0.0 with csip 3.5
It seems you need to update SCIP.jl, since the newest versions uses csip 4.0 and not csip 3.5
or maybe you need to upgrade to julia 0.5 or downgrade to scip 3.2.1
Switching to Julia v0.5 fixed the issue! Thanks.
CSIP fails of compile when I run
Pkg.build("SCIP")
. The output is cryptic/difficult to debug:I have compiled SCIP per the instructions using
make IPOPT=true SHARED=true GMP=false READLINE=false ZLIB=false scipoptlib
and have confirmed it works with
make test
. I have also setSCIPOPTDIR
. Any suggestions on further debugging this problem?