33#ifndef __SCIP_STRUCT_SCIP_H__
34#define __SCIP_STRUCT_SCIP_H__
common defines and data types used in all packages of SCIP
SCIP_CONCURRENT * concurrent
SCIP_INTERRUPT * interrupt
SCIP_BRANCHCAND * branchcand
SCIP_EVENTFILTER * eventfilter
SCIP_SYNCSTORE * syncstore
SCIP_EVENTQUEUE * eventqueue
SCIP_SEPASTORE * sepastoreprobing
SCIP_MESSAGEHDLR * messagehdlr
SCIP_CONFLICTSTORE * conflictstore
SCIP_CUTPOOL * delayedcutpool
SCIP_PRICESTORE * pricestore
SCIP_DECOMPSTORE * decompstore
SCIP_RELAXATION * relaxation
SCIP_DIALOGHDLR * dialoghdlr
SCIP_CLIQUETABLE * cliquetable
SCIP_SEPASTORE * sepastore
type definitions for branching rules
struct SCIP_BranchCand SCIP_BRANCHCAND
type definitions for clocks and timing issues
struct SCIP_Clock SCIP_CLOCK
type definition of concurrent data
struct SCIP_Concurrent SCIP_CONCURRENT
type definitions for conflict analysis
struct SCIP_Conflict SCIP_CONFLICT
type definitions for conflict store
struct SCIP_ConflictStore SCIP_CONFLICTSTORE
type definitions for storing cuts in a cut pool
struct SCIP_Cutpool SCIP_CUTPOOL
type definitions for decompositions and the decomposition store
struct SCIP_DecompStore SCIP_DECOMPSTORE
type definitions for user interface dialog
struct SCIP_Dialoghdlr SCIP_DIALOGHDLR
type definitions for managing events
struct SCIP_EventFilter SCIP_EVENTFILTER
struct SCIP_EventQueue SCIP_EVENTQUEUE
type definitions for implications, variable bounds, and cliques
struct SCIP_CliqueTable SCIP_CLIQUETABLE
type definitions for catching the user CTRL-C interrupt
struct SCIP_Interrupt SCIP_INTERRUPT
type definitions for LP management
type definitions for block memory pools and memory buffers
type definitions for message output methods
struct SCIP_Messagehdlr SCIP_MESSAGEHDLR
type definitions for NLP management
type definitions for storing priced variables
struct SCIP_Pricestore SCIP_PRICESTORE
type definitions for collecting primal CIP solutions and primal informations
struct SCIP_Primal SCIP_PRIMAL
type definitions for storing and manipulating the main problem
struct SCIP_Prob SCIP_PROB
type definitions for relaxators
struct SCIP_Relaxation SCIP_RELAXATION
type definitions for collecting reoptimization information
struct SCIP_Reopt SCIP_REOPT
type definitions for storing separated cuts
struct SCIP_SepaStore SCIP_SEPASTORE
type definitions for global SCIP settings
type definitions for problem statistics
struct SCIP_Stat SCIP_STAT
the type definitions for the synchronization store
struct SCIP_SyncStore SCIP_SYNCSTORE
type definitions for branch and bound tree
struct SCIP_Tree SCIP_TREE