SYM_Rhstype Struct Reference
Detailed Description
data of coefficients that are considered to be equivalent
Definition at line 61 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 63 of file struct_symmetry.h.
Referenced by fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ rhs
| SCIP_Real SYM_Rhstype::rhs |
value of right-hand-side
Definition at line 64 of file struct_symmetry.h.
Referenced by fillGraphByNonlinearConss(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().
◆ color
| int SYM_Rhstype::color |
store color
Definition at line 65 of file struct_symmetry.h.
