All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_nodesel.h File Reference Detailed Descriptiontype definitions for node selectors Definition in file type_nodesel.h. #include "scip/def.h" #include "scip/type_retcode.h" #include "scip/type_tree.h" #include "scip/type_scip.h" Go to the source code of this file.
Macro Definition Documentation
copy method for node selector plugins (called when SCIP copies plugins) input:
Definition at line 47 of file type_nodesel.h.
destructor of node selector to free user data (called when SCIP is exiting) input:
Definition at line 56 of file type_nodesel.h.
initialization method of node selector (called after problem was transformed) input:
Definition at line 64 of file type_nodesel.h.
deinitialization method of node selector (called before transformed problem is freed) input:
Definition at line 72 of file type_nodesel.h.
solving process initialization method of node selector (called when branch and bound process is about to begin) This method is called when the presolving was finished and the branch and bound process is about to begin. The node selector may use this call to initialize its branch and bound specific data. input:
Definition at line 83 of file type_nodesel.h.
solving process deinitialization method of node selector (called before branch and bound process data is freed) This method is called before the branch and bound process is freed. The node selector should use this call to clean up its branch and bound data. input:
Definition at line 94 of file type_nodesel.h.
node selection method of node selector This method is called to select the next leaf of the branch and bound tree to be processed. input:
possible return values for *selnode:
Definition at line 109 of file type_nodesel.h.
node comparison method of node selector This method is called to compare two nodes regarding their order in the node priority queue. input:
possible return values:
Definition at line 126 of file type_nodesel.h. Typedef Documentation
node priority queue Definition at line 36 of file type_nodesel.h.
node selector data structure Definition at line 37 of file type_nodesel.h.
node selector specific data Definition at line 38 of file type_nodesel.h. |