Scippy

SCIP

Solving Constraint Integer Programs

RLT_SimpleRow Struct Reference

Detailed Description

Definition at line 149 of file sepa_rlt.c.

Data Fields

const char * name
 
SCIP_Realcoefs
 
SCIP_VAR ** vars
 
SCIP_Real rhs
 
SCIP_Real lhs
 
SCIP_Real cst
 
int nnonz
 
int size
 

Field Documentation

◆ name

const char* RLT_SimpleRow::name

name of the row

Definition at line 151 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), freeProjRow(), and separateMcCormickImplicit().

◆ coefs

SCIP_Real* RLT_SimpleRow::coefs

coefficients

Definition at line 152 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), createProjRows(), freeProjRow(), and implBndToBigM().

◆ vars

SCIP_VAR** RLT_SimpleRow::vars

variables

Definition at line 153 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), and freeProjRow().

◆ rhs

SCIP_Real RLT_SimpleRow::rhs

right hand side

Definition at line 154 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), and createProjRows().

◆ lhs

SCIP_Real RLT_SimpleRow::lhs

left hand side

Definition at line 155 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), and createProjRows().

◆ cst

SCIP_Real RLT_SimpleRow::cst

constant

Definition at line 156 of file sepa_rlt.c.

Referenced by addAuxexprCoefs(), addRltTerm(), computeRltCut(), createProjRow(), and createProjRows().

◆ nnonz

int RLT_SimpleRow::nnonz

number of nonzeroes

Definition at line 157 of file sepa_rlt.c.

Referenced by computeRltCut(), createProjRow(), createProjRows(), and separateRltCuts().

◆ size

int RLT_SimpleRow::size

size of the coefs and vars arrays

Definition at line 158 of file sepa_rlt.c.

Referenced by createProjRow(), and freeProjRow().