data structure to store arrays used for sorting rhs types
Definition at line 552 of file prop_symmetry.c.
Data Fields | |
SCIP_Real * | vals |
SYM_RHSSENSE * | senses |
int | nrhscoef |
SCIP_Real* SYM_Sortrhstype::vals |
array of values
Definition at line 554 of file prop_symmetry.c.
Referenced by SCIP_DECL_SORTINDCOMP().
SYM_RHSSENSE* SYM_Sortrhstype::senses |
array of senses of rhs
Definition at line 555 of file prop_symmetry.c.
Referenced by SCIP_DECL_SORTINDCOMP().
int SYM_Sortrhstype::nrhscoef |
size of arrays (for debugging)
Definition at line 556 of file prop_symmetry.c.