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 |
| SCIP_Real SYM_Vartype::obj |
objective of variable
Definition at line 46 of file struct_symmetry.h.
| SCIP_Real SYM_Vartype::lb |
lower bound of variable
Definition at line 47 of file struct_symmetry.h.
| SCIP_Real SYM_Vartype::ub |
upper bound of variable
Definition at line 48 of file struct_symmetry.h.
| SCIP_VARTYPE SYM_Vartype::type |
type of variable
Definition at line 49 of file struct_symmetry.h.
| int SYM_Vartype::nconss |
number of conss a variable is contained in
Definition at line 50 of file struct_symmetry.h.
| int SYM_Vartype::color |
store color
Definition at line 51 of file struct_symmetry.h.