All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Vbc Struct Reference Detailed DescriptionVBC Tool data structure Definition at line 37 of file struct_vbc.h.
Field Documentation
file to store VBC information Definition at line 39 of file struct_vbc.h. Referenced by printTime(), SCIPvbcCutoffNode(), SCIPvbcExit(), SCIPvbcInit(), SCIPvbcLowerbound(), SCIPvbcNewChild(), SCIPvbcSolvedNode(), SCIPvbcUpdateChild(), SCIPvbcUpperbound(), and vbcSetColor().
message handler to use Definition at line 40 of file struct_vbc.h. Referenced by printTime(), SCIPvbcCreate(), SCIPvbcCutoffNode(), SCIPvbcInit(), SCIPvbcLowerbound(), SCIPvbcNewChild(), SCIPvbcSolvedNode(), SCIPvbcUpdateChild(), SCIPvbcUpperbound(), and vbcSetColor().
hash map for mapping nodes to node numbers Definition at line 41 of file struct_vbc.h. Referenced by SCIPvbcCutoffNode(), SCIPvbcExit(), SCIPvbcInit(), SCIPvbcNewChild(), SCIPvbcSolvedNode(), SCIPvbcUpdateChild(), and vbcSetColor().
time step counter for non real time output Definition at line 42 of file struct_vbc.h. Referenced by printTime(), and SCIPvbcInit().
last node that was colored Definition at line 43 of file struct_vbc.h. Referenced by SCIPvbcInit(), and vbcSetColor().
last color that was used Definition at line 44 of file struct_vbc.h. Referenced by SCIPvbcInit(), and vbcSetColor().
should the real solving time be used instead of a time step counter? Definition at line 45 of file struct_vbc.h. Referenced by printTime(), and SCIPvbcInit(). |