type definitions for branch and bound tree
Definition in file type_tree.h.
Go to the source code of this file.
typedef enum SCIP_NodeType SCIP_NODETYPE |
type of node
Definition at line 53 of file type_tree.h.
typedef struct SCIP_Probingnode SCIP_PROBINGNODE |
data for probing nodes
Definition at line 55 of file type_tree.h.
typedef struct SCIP_Sibling SCIP_SIBLING |
data for sibling nodes
Definition at line 56 of file type_tree.h.
typedef struct SCIP_Child SCIP_CHILD |
data for child nodes
Definition at line 57 of file type_tree.h.
data for leaf nodes
Definition at line 58 of file type_tree.h.
typedef struct SCIP_Junction SCIP_JUNCTION |
data for junction nodes
Definition at line 59 of file type_tree.h.
typedef struct SCIP_Pseudofork SCIP_PSEUDOFORK |
data for pseudo fork nodes
Definition at line 60 of file type_tree.h.
data for fork nodes
Definition at line 61 of file type_tree.h.
typedef struct SCIP_Subroot SCIP_SUBROOT |
data for subroot nodes
Definition at line 62 of file type_tree.h.
node data structure
Definition at line 63 of file type_tree.h.
typedef struct SCIP_PendingBdchg SCIP_PENDINGBDCHG |
bound change information for pending bound changes
Definition at line 64 of file type_tree.h.
branch and bound tree
Definition at line 65 of file type_tree.h.
enum SCIP_NodeType |
Definition at line 39 of file type_tree.h.