type definitions for collecting reoptimization information
Definition in file type_reopt.h.
Go to the source code of this file.
typedef struct SCIP_Reopt SCIP_REOPT |
reopt data
Definition at line 39 of file type_reopt.h.
typedef struct SCIP_SolTree SCIP_SOLTREE |
tree to check solutions
Definition at line 41 of file type_reopt.h.
typedef struct SCIP_SolNode SCIP_SOLNODE |
nodes of SCIP_SOLTREE
Definition at line 43 of file type_reopt.h.
typedef struct SCIP_ReoptTree SCIP_REOPTTREE |
data structure to store the search tree
Definition at line 45 of file type_reopt.h.
typedef struct SCIP_ReoptNode SCIP_REOPTNODE |
nodes of SCIP_REOPTTREE
Definition at line 47 of file type_reopt.h.
typedef struct SCIP_ReoptNode SCIP_REPRESENTATIVE |
representatives of the search frontier
Definition at line 49 of file type_reopt.h.
typedef struct SCIP_ReoptConsData SCIP_REOPTCONSDATA |
data for constraints to handle dual information \ within (mixed) binary programs
Definition at line 51 of file type_reopt.h.
typedef enum SCIP_ReoptType SCIP_REOPTTYPE |
type nodes during reoptimization
Definition at line 67 of file type_reopt.h.
typedef enum Reopt_ConsType REOPT_CONSTYPE |
tye of constraunts added during reoptimization
Definition at line 76 of file type_reopt.h.
enum SCIP_ReoptType |
Definition at line 56 of file type_reopt.h.
enum Reopt_ConsType |
Enumerator | |
---|---|
REOPT_CONSTYPE_INFSUBTREE | constraint cutoffs an LP infeasible subtree |
REOPT_CONSTYPE_DUALREDS | constraint reconstructs dual reductions |
REOPT_CONSTYPE_CUT | constraint representing a cut, e.g., to separate a solution |
REOPT_CONSTYPE_UNKNOWN | constraint was added by SCIP, e.g., a (local) conflict |
Definition at line 69 of file type_reopt.h.