Scippy

SCIP

Solving Constraint Integer Programs

ColConsPair Struct Reference

Detailed Description

structure representing a pair of constraints in a column; used for lookup in a hashtable

Definition at line 117 of file presol_dualsparsify.c.

Data Fields

int colindex
 
int consindex1
 
int consindex2
 
SCIP_Real conscoef1
 
SCIP_Real conscoef2
 

Field Documentation

◆ colindex

int ColConsPair::colindex

index of the column

Definition at line 119 of file presol_dualsparsify.c.

Referenced by cancelCol(), and SCIP_DECL_PRESOLEXEC().

◆ consindex1

int ColConsPair::consindex1

index of the first constraint

Definition at line 120 of file presol_dualsparsify.c.

Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

◆ consindex2

int ColConsPair::consindex2

index of the second constraint

Definition at line 121 of file presol_dualsparsify.c.

Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

◆ conscoef1

SCIP_Real ColConsPair::conscoef1

coefficient of the first constraint

Definition at line 122 of file presol_dualsparsify.c.

Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().

◆ conscoef2

SCIP_Real ColConsPair::conscoef2

coefficient of the second constriant

Definition at line 123 of file presol_dualsparsify.c.

Referenced by cancelCol(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), and SCIP_DECL_PRESOLEXEC().