data of variables that are considered to be equivalent
Definition at line 34 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
| SCIP_Real | obj |
| SCIP_Real | lb |
| SCIP_Real | ub |
| SCIP_VARTYPE | type |
| int | color |
| SCIP_Real SYM_Vartype::obj |
objective of variable
Definition at line 36 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
| SCIP_Real SYM_Vartype::lb |
lower bound of variable
Definition at line 37 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
| SCIP_Real SYM_Vartype::ub |
upper bound of variable
Definition at line 38 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
| SCIP_VARTYPE SYM_Vartype::type |
type of variable
Definition at line 39 of file struct_symmetry.h.
Referenced by computeSymmetryGroup(), and SCIP_DECL_HASHKEYEQ().
| int SYM_Vartype::color |