[Scip] Counters for Priced Variables

Vivek Periaraj vivek.periaraj at gmail.com
Sat Mar 16 08:16:54 MET 2013


Hello,

When there are two consecutive iterations where there are no variables added for pricing, then the counters returned by the following APIs turn out to be incorrect. They indicate some variables have been added. Does SCIP add variables apart from the pricing callback?

SCIPgetNPricevarsFound(scip)
SCIPgetNPricevarsApplied(scip);

Regards,
Vivek


More information about the Scip mailing list