Detailed Description
type definitions for collecting reoptimization information
Definition in file type_reopt.h.
Go to the source code of this file.
Typedefs | |
typedef struct SCIP_Reopt | SCIP_REOPT |
typedef struct SCIP_SolTree | SCIP_SOLTREE |
typedef struct SCIP_SolNode | SCIP_SOLNODE |
typedef struct SCIP_ReoptTree | SCIP_REOPTTREE |
typedef struct SCIP_ReoptNode | SCIP_REOPTNODE |
typedef struct SCIP_ReoptNode | SCIP_REPRESENTATIVE |
typedef struct SCIP_ReoptConsData | SCIP_REOPTCONSDATA |
typedef enum SCIP_ReoptType | SCIP_REOPTTYPE |
typedef enum Reopt_ConsType | REOPT_CONSTYPE |
Enumerations | |
enum | SCIP_ReoptType { SCIP_REOPTTYPE_NONE = 0, SCIP_REOPTTYPE_TRANSIT = 1, SCIP_REOPTTYPE_INFSUBTREE = 2, SCIP_REOPTTYPE_STRBRANCHED = 3, SCIP_REOPTTYPE_LOGICORNODE = 4, SCIP_REOPTTYPE_LEAF = 5, SCIP_REOPTTYPE_PRUNED = 6, SCIP_REOPTTYPE_FEASIBLE = 7 } |
enum | Reopt_ConsType { REOPT_CONSTYPE_INFSUBTREE = 0, REOPT_CONSTYPE_DUALREDS = 1, REOPT_CONSTYPE_CUT = 2, REOPT_CONSTYPE_UNKNOWN = 3 } |
Typedef Documentation
◆ SCIP_REOPT
typedef struct SCIP_Reopt SCIP_REOPT |
reopt data
Definition at line 30 of file type_reopt.h.
◆ SCIP_SOLTREE
typedef struct SCIP_SolTree SCIP_SOLTREE |
tree to check solutions
Definition at line 32 of file type_reopt.h.
◆ SCIP_SOLNODE
typedef struct SCIP_SolNode SCIP_SOLNODE |
nodes of SCIP_SOLTREE
Definition at line 34 of file type_reopt.h.
◆ SCIP_REOPTTREE
typedef struct SCIP_ReoptTree SCIP_REOPTTREE |
data structure to store the search tree
Definition at line 36 of file type_reopt.h.
◆ SCIP_REOPTNODE
typedef struct SCIP_ReoptNode SCIP_REOPTNODE |
nodes of SCIP_REOPTTREE
Definition at line 38 of file type_reopt.h.
◆ SCIP_REPRESENTATIVE
typedef struct SCIP_ReoptNode SCIP_REPRESENTATIVE |
representatives of the search frontier
Definition at line 40 of file type_reopt.h.
◆ SCIP_REOPTCONSDATA
typedef struct SCIP_ReoptConsData SCIP_REOPTCONSDATA |
data for constraints to handle dual information \ within (mixed) binary programs
Definition at line 42 of file type_reopt.h.
◆ SCIP_REOPTTYPE
typedef enum SCIP_ReoptType SCIP_REOPTTYPE |
type nodes during reoptimization
Definition at line 58 of file type_reopt.h.
◆ REOPT_CONSTYPE
typedef enum Reopt_ConsType REOPT_CONSTYPE |
tye of constraunts added during reoptimization
Definition at line 67 of file type_reopt.h.
Enumeration Type Documentation
◆ SCIP_ReoptType
enum SCIP_ReoptType |
Definition at line 47 of file type_reopt.h.
◆ Reopt_ConsType
enum Reopt_ConsType |
Definition at line 60 of file type_reopt.h.