•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ConsNameFreq Struct Reference
Detailed Description
struct for mapping cons names to numbers
Definition at line 156 of file reader_mps.c.
Data Fields | |
const char * | consname |
int | freq |
Field Documentation
◆ consname
const char* ConsNameFreq::consname |
name of the constraint
Definition at line 158 of file reader_mps.c.
Referenced by checkConsnames(), getLinearCoeffs(), SCIP_DECL_HASHGETKEY(), and SCIPwriteMps().
◆ freq
int ConsNameFreq::freq |
how often we have seen the name
Definition at line 159 of file reader_mps.c.
Referenced by checkConsnames().