Detailed Description
data of variables that are considered to be equivalent
Definition at line 44 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
SCIP_Real | obj |
SCIP_Real | lb |
SCIP_Real | ub |
SCIP_VARTYPE | type |
int | nconss |
int | color |
Field Documentation
◆ obj
SCIP_Real SYM_Vartype::obj |
objective of variable
Definition at line 46 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ lb
SCIP_Real SYM_Vartype::lb |
lower bound of variable
Definition at line 47 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ ub
SCIP_Real SYM_Vartype::ub |
upper bound of variable
Definition at line 48 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ type
SCIP_VARTYPE SYM_Vartype::type |
type of variable
Definition at line 49 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), and SCIP_DECL_HASHKEYEQ().
◆ nconss
int SYM_Vartype::nconss |
number of conss a variable is contained in
Definition at line 50 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ color
int SYM_Vartype::color |