Scippy

SCIP

Solving Constraint Integer Programs

RowPair Struct Reference

Detailed Description

structure representing a pair of row indices; used for lookup in a hashtable

Definition at line 95 of file presol_tworowbnd.c.

Data Fields

int row1idx
 
int row2idx
 

Field Documentation

◆ row1idx

int RowPair::row1idx

first row index

Definition at line 97 of file presol_tworowbnd.c.

Referenced by encodeRowPair(), and processHashlists().

◆ row2idx

int RowPair::row2idx

second row index

Definition at line 98 of file presol_tworowbnd.c.

Referenced by encodeRowPair(), and processHashlists().