Scippy

SCIP

Solving Constraint Integer Programs

SCIP_ReoptTree Struct Reference

Detailed Description

Definition at line 93 of file struct_reopt.h.

#include <struct_reopt.h>

Data Fields

SCIP_REOPTNODE ** reoptnodes
 
SCIP_QUEUEopenids
 
int nreoptnodes
 
int nfeasnodes
 
int ntotalfeasnodes
 
int ninfnodes
 
int ntotalinfnodes
 
int nprunednodes
 
int ntotalprunednodes
 
int ncutoffreoptnodes
 
int ntotalcutoffreoptnodes
 
int ninfsubtrees
 
SCIP_Bool initialized
 
unsigned int reoptnodessize
 

Field Documentation

SCIP_QUEUE* SCIP_ReoptTree::openids
int SCIP_ReoptTree::nfeasnodes

number of feasible nodes in the current run

Definition at line 99 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), resetStats(), and SCIPreoptGetNFeasNodes().

int SCIP_ReoptTree::ntotalfeasnodes

number of feasible nodes over all runs

Definition at line 100 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), and SCIPreoptGetNTotalFeasNodes().

int SCIP_ReoptTree::ninfnodes

number of (LP-)infeasible nodes in the current run

Definition at line 101 of file struct_reopt.h.

Referenced by createReopttree(), resetStats(), SCIPreoptAddInfNode(), and SCIPreoptGetNInfNodes().

int SCIP_ReoptTree::ntotalinfnodes

number of (LP-)infeasible nodes over all runs

Definition at line 102 of file struct_reopt.h.

Referenced by createReopttree(), SCIPreoptAddInfNode(), and SCIPreoptGetNTotalInfNodes().

int SCIP_ReoptTree::nprunednodes

number of pruned nodes in the current run

Definition at line 103 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), resetStats(), and SCIPreoptGetNPrunedNodes().

int SCIP_ReoptTree::ntotalprunednodes

number of pruned nodes over all runs

Definition at line 104 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), and SCIPreoptGetNTotalPrunedNodes().

int SCIP_ReoptTree::ncutoffreoptnodes

number of cut off reoptimized nodes in the current run

Definition at line 105 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), resetStats(), and SCIPreoptGetNCutoffReoptnodes().

int SCIP_ReoptTree::ntotalcutoffreoptnodes

number of cut off reoptimized nodes over all runs

Definition at line 106 of file struct_reopt.h.

Referenced by addNode(), createReopttree(), and SCIPreoptGetNTotalCutoffReoptnodes().

int SCIP_ReoptTree::ninfsubtrees

number of found infeasible subtrees

Definition at line 107 of file struct_reopt.h.

Referenced by createReopttree(), and SCIPreoptGetNInfSubtrees().

SCIP_Bool SCIP_ReoptTree::initialized

is the data structure initialized?

Definition at line 108 of file struct_reopt.h.

unsigned int SCIP_ReoptTree::reoptnodessize

size of allocated memory for the reoptnodes array and the openid queue

Definition at line 109 of file struct_reopt.h.

Referenced by clearReoptnodes(), createReopttree(), freeReoptTree(), getLastSavedNode(), reoptAddChild(), reopttreeCheckMemory(), and SCIPreoptSplitRoot().