struct for mapping cons names to numbers
Definition at line 140 of file reader_mps.c.
Data Fields | |
const char * | consname |
int | freq |
const char* ConsNameFreq::consname |
name of the constraint
Definition at line 142 of file reader_mps.c.
Referenced by checkConsnames(), getLinearCoeffs(), SCIP_DECL_HASHGETKEY(), and SCIP_DECL_READERWRITE().
int ConsNameFreq::freq |
how often we have seen the name
Definition at line 143 of file reader_mps.c.
Referenced by checkConsnames().