All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_relax.h File Reference Detailed Descriptiontype definitions for relaxators Definition in file type_relax.h. #include "scip/def.h" #include "scip/type_retcode.h" #include "scip/type_result.h" #include "scip/type_scip.h" Go to the source code of this file.
Macro Definition Documentation
copy method for relaxator plugins (called when SCIP copies plugins) input:
Definition at line 47 of file type_relax.h.
destructor of relaxator to free user data (called when SCIP is exiting) input:
Definition at line 55 of file type_relax.h.
initialization method of relaxator (called after problem was transformed) input:
Definition at line 63 of file type_relax.h.
deinitialization method of relaxator (called before transformed problem is freed) input:
Definition at line 71 of file type_relax.h.
solving process initialization method of relaxator (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 relaxator may use this call to initialize its branch and bound specific data. input:
Definition at line 82 of file type_relax.h.
solving process deinitialization method of relaxator (called before branch and bound process data is freed) This method is called before the branch and bound process is freed. The relaxator should use this call to clean up its branch and bound data. input:
Definition at line 93 of file type_relax.h.
execution method of relaxator The method is called in the node processing loop. It solves the current subproblem's relaxation. Like the LP relaxation, the relaxator should only operate on COLUMN variables. input:
possible return values for *result (if more than one applies, the first in the list should be used):
Definition at line 118 of file type_relax.h. Typedef Documentation
relaxator Definition at line 36 of file type_relax.h.
relaxator Definition at line 37 of file type_relax.h.
locally defined relaxator data Definition at line 38 of file type_relax.h. |