Detailed Description
structure representing a pair of variables in a row; used for lookup in a hashtable
Definition at line 109 of file presol_sparsify.c.
Data Fields | |
| int | rowindex |
| int | varindex1 |
| int | varindex2 |
| SCIP_Real | varcoef1 |
| SCIP_Real | varcoef2 |
Field Documentation
◆ rowindex
| int RowVarPair::rowindex |
Definition at line 111 of file presol_sparsify.c.
Referenced by cancelRow(), and SCIP_DECL_PRESOLEXEC().
◆ varindex1
| int RowVarPair::varindex1 |
Definition at line 112 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
◆ varindex2
| int RowVarPair::varindex2 |
Definition at line 113 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
◆ varcoef1
| SCIP_Real RowVarPair::varcoef1 |
Definition at line 114 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().
◆ varcoef2
| SCIP_Real RowVarPair::varcoef2 |
Definition at line 115 of file presol_sparsify.c.
Referenced by cancelRow(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().