All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Sepa Struct Reference Detailed Descriptionseparators data Definition at line 36 of file struct_sepa.h.
Member Function Documentation
copy method of separator or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of separator
initialize separator
deinitialize separator
solving process initialization method of separator
solving process deinitialization method of separator
LP solution separation method of separator
arbitrary primal solution separation method of separator Field Documentation
last (total) node where this separator was called Definition at line 38 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), and SCIPsepaInit().
number of times, this separator was called Definition at line 39 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNCalls(), and SCIPsepaInit().
number of cutoffs found so far by this separator Definition at line 40 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNCutoffs(), and SCIPsepaInit().
number of cutting planes found so far by this separator Definition at line 41 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNCutsFound(), SCIPsepaIncNCutsFound(), and SCIPsepaInit().
number of cutting planes applied to LP Definition at line 42 of file struct_sepa.h. Referenced by SCIPsepaGetNCutsApplied(), SCIPsepaIncNAppliedCuts(), and SCIPsepaInit().
number of additional constraints added by this separator Definition at line 43 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNConssFound(), and SCIPsepaInit().
number of domain reductions found so far by this separator Definition at line 44 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNDomredsFound(), and SCIPsepaInit().
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separation Definition at line 45 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), and SCIPsepaGetMaxbounddist().
name of separator Definition at line 47 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaExit(), SCIPsepaGetName(), and SCIPsepaInit().
description of separator Definition at line 48 of file struct_sepa.h. Referenced by SCIPsepaGetDesc().
separators local data Definition at line 57 of file struct_sepa.h. Referenced by SCIPsepaGetData(), and SCIPsepaSetData().
time spend for setting up this separator for the next stages Definition at line 58 of file struct_sepa.h. Referenced by SCIPsepaExit(), SCIPsepaExitsol(), SCIPsepaGetSetupTime(), SCIPsepaInit(), and SCIPsepaInitsol().
separation time Definition at line 59 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetTime(), and SCIPsepaInit().
priority of the separator Definition at line 60 of file struct_sepa.h. Referenced by SCIPsepaGetPriority(), and SCIPsepaSetPriority().
frequency for calling separator Definition at line 61 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetFreq(), and SCIPsepaSetFreq().
number of times, this separator was called at the current node Definition at line 62 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNCallsAtNode(), and SCIPsepaInit().
number of cutting planes found at the current node Definition at line 63 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaGetNCutsFoundAtNode(), SCIPsepaIncNCutsFoundAtNode(), and SCIPsepaInit().
does the separator use a secondary SCIP instance? Definition at line 64 of file struct_sepa.h. Referenced by SCIPsepaUsesSubscip().
should separator be delayed, if other separators found cuts? Definition at line 65 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaExecSol(), and SCIPsepaIsDelayed().
was the LP separation delayed at the last call? Definition at line 66 of file struct_sepa.h. Referenced by SCIPsepaExecLP(), SCIPsepaInit(), SCIPsepaInitsol(), and SCIPsepaWasLPDelayed().
was the solution separation delayed at the last call? Definition at line 67 of file struct_sepa.h. Referenced by SCIPsepaExecSol(), SCIPsepaInit(), SCIPsepaInitsol(), and SCIPsepaWasSolDelayed().
is separator initialized? Definition at line 68 of file struct_sepa.h. Referenced by SCIPsepaExit(), SCIPsepaInit(), and SCIPsepaIsInitialized(). |