SYM_Rhstype Struct Reference
Detailed Description
data of coefficients that are considered to be equivalent
Definition at line 70 of file struct_symmetry.h.
#include <struct_symmetry.h>
Data Fields | |
| SCIP_Real | lhs |
| SCIP_Real | rhs |
| int | color |
Field Documentation
◆ lhs
| SCIP_Real SYM_Rhstype::lhs |
value of left-hand-side
Definition at line 72 of file struct_symmetry.h.
Referenced by fillGraphByConss(), fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ rhs
| SCIP_Real SYM_Rhstype::rhs |
value of right-hand-side
Definition at line 73 of file struct_symmetry.h.
Referenced by fillGraphByConss(), fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ color
| int SYM_Rhstype::color |
store color
Definition at line 74 of file struct_symmetry.h.
