All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Relax Struct Reference Detailed Descriptionrelaxators data Definition at line 36 of file struct_relax.h.
Member Function Documentation
copy method of relaxator or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of relaxator
initialize relaxator
deinitialize relaxator
solving process initialization method of relaxator
solving process deinitialization method of relaxator
execution method of relaxator Field Documentation
number of times, this relaxator was called Definition at line 38 of file struct_relax.h. Referenced by SCIPrelaxExec(), SCIPrelaxGetNCalls(), and SCIPrelaxInit().
last total nodes counter, where the current relaxation was solved Definition at line 39 of file struct_relax.h. Referenced by SCIPrelaxExec(), SCIPrelaxInit(), SCIPrelaxIsSolved(), and SCIPrelaxMarkUnsolved().
name of relaxator Definition at line 40 of file struct_relax.h. Referenced by SCIPrelaxExec(), SCIPrelaxExit(), SCIPrelaxGetName(), and SCIPrelaxInit().
description of relaxator Definition at line 41 of file struct_relax.h. Referenced by SCIPrelaxGetDesc().
relaxators local data Definition at line 49 of file struct_relax.h. Referenced by SCIPrelaxGetData(), and SCIPrelaxSetData().
time spend for setting up this relaxator for the next stages Definition at line 50 of file struct_relax.h. Referenced by SCIPrelaxExit(), SCIPrelaxExitsol(), SCIPrelaxGetSetupTime(), SCIPrelaxInit(), and SCIPrelaxInitsol().
relaxation time Definition at line 51 of file struct_relax.h. Referenced by SCIPrelaxExec(), SCIPrelaxGetTime(), and SCIPrelaxInit().
priority of the relaxator Definition at line 52 of file struct_relax.h. Referenced by SCIPrelaxGetPriority(), and SCIPrelaxSetPriority().
frequency for calling relaxator Definition at line 53 of file struct_relax.h. Referenced by SCIPrelaxExec(), and SCIPrelaxGetFreq().
is relaxator initialized? Definition at line 54 of file struct_relax.h. Referenced by SCIPrelaxExit(), SCIPrelaxInit(), and SCIPrelaxIsInitialized(). |