[Scip] Assertion `var->scip == set->scip' failed.

michael.winkler at zib.de michael.winkler at zib.de
Sat May 3 01:12:47 CEST 2014


>> Such an assert comes up if some variable was created in SCIP instance A
>> and added to another SCIP instance B (or the memory got totally
>> corrupted
>> in eithe the SCIP_VAR or the SCIP_SET struct.) Please check your created
>> variables are added to the correct constraints.
>>
>
> Well, I only create one SCIP instance, as far as I know...
> I'll try to investigate further.
>

Did you implement CONSCOPY somewhere? Try also valgrind for a memory check.

Best, Michael


> Thanks,
> Leonardo
>
>
>
>>
>> Best, Michael
>>
>> > This is with SCIP 3.0.1.
>> > I guess I'm doing something wrong. What is puzzling me is that only
>> get
>> > this error in a minority of my problem instances. In most cases,
>> > everything
>> > seems to work fine.
>> >
>> > Thanks,
>> > Leonardo
>> > _______________________________________________
>> > Scip mailing list
>> > Scip at zib.de
>> > http://listserv.zib.de/mailman/listinfo/scip
>> >
>>
>>
>>
>




More information about the Scip mailing list