Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Vbc Struct Reference

Detailed Description

VBC Tool data structure

Definition at line 37 of file struct_vbc.h.

#include <struct_vbc.h>

Data Fields

FILE * file
 
SCIP_MESSAGEHDLRmessagehdlr
 
SCIP_HASHMAPnodenum
 
SCIP_Longint timestep
 
SCIP_NODElastnode
 
SCIP_VBCCOLOR lastcolor
 
SCIP_Bool userealtime
 

Field Documentation

FILE* SCIP_Vbc::file
SCIP_HASHMAP* SCIP_Vbc::nodenum

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().

SCIP_Longint SCIP_Vbc::timestep

time step counter for non real time output

Definition at line 42 of file struct_vbc.h.

Referenced by printTime(), and SCIPvbcInit().

SCIP_NODE* SCIP_Vbc::lastnode

last node that was colored

Definition at line 43 of file struct_vbc.h.

Referenced by SCIPvbcInit(), and vbcSetColor().

SCIP_VBCCOLOR SCIP_Vbc::lastcolor

last color that was used

Definition at line 44 of file struct_vbc.h.

Referenced by SCIPvbcInit(), and vbcSetColor().

SCIP_Bool SCIP_Vbc::userealtime

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().