[Scip] Fwd: getting column coefficients and realloc error

Stefan Vigerske stefan at math.hu-berlin.de
Mon May 17 15:58:46 MEST 2010


Hi,

regarding the third part:

> - A more tecnhical question. In relation whit the previous question, I think
> in my problem would help a faster LP solver, like Gurobi. I try to link it
> whit SCIP, but I get a lot of error in compilation such undefined funcionts
> (I read in some questions of other users that Gurobi is not fully supported
> at the moment). I installed the version 3.00 of Gurobi. I try also to link
> SCIP whit CPLEX 11.1: the license is for the x86 version, but I have to
> compile SCIP in x86_64 mode because the underlying have an X86_64 operating
> system. If I try to force the installation of SCIP whit parameter ARCH=x86 I
> get this error

Do a make clean and try
make LPS=cpx ZIMPL=false READLINE=false ARCH=x86 USRCFLAGS=-m32
USRCXXFLAGS=-m32 USRLDFLAGS=-m32
If that does not work, do the same with VERBOSE=true and send some output.

Stefan


More information about the Scip mailing list