structure representing a pair of variables in a row; used for lookup in a hashtable
Definition at line 84 of file presol_sparsify.c.
Data Fields | |
| int | rowindex |
| int | varindex1 |
| int | varindex2 |
| SCIP_Real | varcoef1 |
| SCIP_Real | varcoef2 |
| int RowVarPair::rowindex |
Definition at line 86 of file presol_sparsify.c.
Referenced by cancelRow(), and SCIP_DECL_PRESOLEXEC().
| int RowVarPair::varindex1 |
Definition at line 87 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
| int RowVarPair::varindex2 |
Definition at line 88 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
| SCIP_Real RowVarPair::varcoef1 |
Definition at line 89 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
| SCIP_Real RowVarPair::varcoef2 |
Definition at line 90 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().