pub_sepa.h File Reference Detailed Descriptionpublic methods for separators Definition in file pub_sepa.h. Go to the source code of this file. Function Documentation
compares two separators w. r. to their priority
comparison method for sorting separators w.r.t. to their name
gets user data of separator
sets user data of separator; user has to free old data in advance!
gets name of separator
gets description of separator
gets priority of separator
gets frequency of separator
sets frequency of separator
get maximal bound distance at which the separator is called
does the separator use a secondary SCIP instance?
gets time in seconds used in this separator for setting up for next stages
gets time in seconds used in this separator
gets the total number of times, the separator was called
gets the number of times, the separator was called at the current node
gets total number of times, the separator detected a cutoff
gets the total number of cutting planes found by this separator
gets the total number of cutting planes applied to lp
gets the number of cutting planes found by this separator at the current node
gets total number of additional constraints added by this separator
gets total number of domain reductions found by this separator
should separator be delayed, if other separators found cuts?
was separation of the LP solution delayed at the last call?
was separation of the primal solution delayed at the last call?
|