[Scip] problem while adding a new separator
Ahmad Moradi
ahmad.moradi at gmail.com
Tue Oct 9 23:57:26 MEST 2012
Hi all,
I am going to add a separator to scip using the ObjSepa class which is very
similar to gomory separator. I did, and instead of the interface method I
used SCIPincludeObjSepa() method. scip successfully added the separator,
however it will not call it. Do you guess what is the problem happening
inside?
I checked and I found that no parameter is available for the separator but
the basic ones inherited from the base class. Is that the reason why scip
does not use the separator? I tried to add exactly the same parameters that
scip itself will add to gomory through its interface
method SCIPincludeSepaGomory. but the problem is i am not able to access
sepadata member of my sepa object? could you please tell me how to
correctly add those parameters?
Ahmad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.zib.de/mailman/private/scip/attachments/20121009/0e95c9c2/attachment.html
More information about the Scip
mailing list