SCIP main data structure
Definition at line 68 of file struct_scip.h.
#include <struct_scip.h>
SCIP_MEM* Scip::mem |
SCIP_SET* Scip::set |
global SCIP settings
Definition at line 72 of file struct_scip.h.
Referenced by copyCuts(), doCopy(), SCIPcheckCopyLimits(), SCIPcopyBenders(), SCIPcopyCuts(), SCIPcopyExpr(), SCIPcopyParamSettings(), SCIPcopyPlugins(), SCIPincrementConcurrentTime(), and SCIPmergeNLPIStatistics().
SCIP_INTERRUPT* Scip::interrupt |
CTRL-C interrupt data
Definition at line 73 of file struct_scip.h.
SCIP_DIALOGHDLR* Scip::dialoghdlr |
dialog handler for user interface
Definition at line 74 of file struct_scip.h.
SCIP_MESSAGEHDLR* Scip::messagehdlr |
message handler for output handling, or NULL
Definition at line 75 of file struct_scip.h.
SCIP_CLOCK* Scip::totaltime |
total SCIP running time
Definition at line 76 of file struct_scip.h.
SCIP_STAT* Scip::stat |
dynamic problem statistics
Definition at line 79 of file struct_scip.h.
Referenced by copyProb(), doCopy(), and SCIPcopyExpr().
SCIP_PROB* Scip::origprob |
original problem data
Definition at line 80 of file struct_scip.h.
Referenced by copyProb(), and SCIPvarCapture().
SCIP_PRIMAL* Scip::origprimal |
primal data and solution storage for solution candidates
Definition at line 81 of file struct_scip.h.
SCIP_DECOMPSTORE* Scip::decompstore |
decomposition storage data structure
Definition at line 82 of file struct_scip.h.
SCIP_REOPT* Scip::reopt |
reoptimization data
Definition at line 85 of file struct_scip.h.
SCIP_EVENTFILTER* Scip::eventfilter |
event filter for global (not variable dependent) events
Definition at line 88 of file struct_scip.h.
Referenced by SCIPincrementConcurrentTime().
SCIP_EVENTQUEUE* Scip::eventqueue |
event queue to cache events and process them later (bound change events)
Definition at line 89 of file struct_scip.h.
Referenced by SCIPincrementConcurrentTime().
SCIP_BRANCHCAND* Scip::branchcand |
storage for branching candidates
Definition at line 90 of file struct_scip.h.
SCIP_LP* Scip::lp |
LP data
Definition at line 91 of file struct_scip.h.
SCIP_NLP* Scip::nlp |
NLP data
Definition at line 92 of file struct_scip.h.
SCIP_RELAXATION* Scip::relaxation |
global relaxation data
Definition at line 93 of file struct_scip.h.
SCIP_PRIMAL* Scip::primal |
primal data and solution storage
Definition at line 94 of file struct_scip.h.
SCIP_TREE* Scip::tree |
branch and bound tree
Definition at line 95 of file struct_scip.h.
SCIP_CONFLICT* Scip::conflict |
conflict analysis data
Definition at line 96 of file struct_scip.h.
SCIP_CLIQUETABLE* Scip::cliquetable |
collection of cliques
Definition at line 97 of file struct_scip.h.
SCIP_PROB* Scip::transprob |
transformed problem after presolve
Definition at line 98 of file struct_scip.h.
Referenced by copyProb(), and SCIPvarCapture().
SCIP_PRICESTORE* Scip::pricestore |
storage for priced variables
Definition at line 101 of file struct_scip.h.
SCIP_SEPASTORE* Scip::sepastore |
storage for separated cuts
Definition at line 102 of file struct_scip.h.
SCIP_SEPASTORE* Scip::sepastoreprobing |
storage for separated cuts during probing mode
Definition at line 103 of file struct_scip.h.
SCIP_CONFLICTSTORE* Scip::conflictstore |
storage for conflicts
Definition at line 104 of file struct_scip.h.
Referenced by SCIPcopyConflicts().
SCIP_CUTPOOL* Scip::cutpool |
global cut pool
Definition at line 105 of file struct_scip.h.
SCIP_CUTPOOL* Scip::delayedcutpool |
global delayed cut pool
Definition at line 106 of file struct_scip.h.
SCIP_SYNCSTORE* Scip::syncstore |
the data structure for storing synchronization information
Definition at line 109 of file struct_scip.h.
Referenced by doCopy(), and SCIPcopyOrigConsCompression().
SCIP_CONCURRENT* Scip::concurrent |
data required for concurrent solve
Definition at line 110 of file struct_scip.h.
Referenced by doCopy().