[SCIP] Copy arrays to probdata memory problem

André Filipe Lanca Serrano andre.serrano at tuhh.de
Mon Jul 23 19:23:09 CEST 2018


Hi all,

I'm dealing with a problem with a huge number of binary variables and  
I am having some memory management problems.

I was wondering, it is really necessary to copy the variable and  
constraint arrays to probdata struct?

When I run my problem I get memory access violation probably because  
down there in SCIP, SCIPconsGetNVars copies an array for which there  
is no memory available or maybe an available array was overwritten due  
to memory insufficiency and thus couldn't be accessed correctly.


Thank you in advance.

Kind regards,
André



More information about the Scip mailing list