Scippy

SCIP

Solving Constraint Integer Programs

SYM_Sortrhstype Struct Reference

Detailed Description

data struct to store arrays used for sorting rhs types

Definition at line 153 of file presol_symmetry.c.

Data Fields

SCIP_Realvals
 
SYM_RHSSENSEsenses
 
int nrhscoef
 

Field Documentation

◆ vals

SCIP_Real* SYM_Sortrhstype::vals

array of values

Definition at line 155 of file presol_symmetry.c.

Referenced by collectCoefficients(), computeSymmetryGroup(), and SCIP_DECL_SORTINDCOMP().

◆ senses

SYM_RHSSENSE* SYM_Sortrhstype::senses

array of senses of rhs

Definition at line 156 of file presol_symmetry.c.

Referenced by computeSymmetryGroup(), and SCIP_DECL_SORTINDCOMP().

◆ nrhscoef

int SYM_Sortrhstype::nrhscoef

size of arrays (for debugging)

Definition at line 157 of file presol_symmetry.c.

Referenced by checkSymmetriesAreSymmetries(), collectCoefficients(), computeSymmetryGroup(), and SCIP_DECL_SORTINDCOMP().