Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

storage for a linear row in preparation

Uses to assemble data that could eventually make a SCIP_ROW.

Note
Only one-sided rows are allowed here.

Definition at line 134 of file cons_quadratic.h.

#include <cons_quadratic.h>

Data Fields

SCIP_VAR ** vars
 
SCIP_Realcoefs
 
int nvars
 
int varssize
 
SCIP_Real side
 
SCIP_SIDETYPE sidetype
 
SCIP_Bool local
 
char name [SCIP_MAXSTRLEN]
 

Field Documentation

◆ vars

◆ coefs

◆ nvars

◆ varssize

int SCIP_RowPrep::varssize

length of variables array (= lengths of coefficients array)

Definition at line 139 of file cons_quadratic.h.

Referenced by SCIPaddRowprepTerm(), SCIPaddRowprepTerms(), SCIPcopyRowprep(), and SCIPensureRowprepSize().

◆ side

◆ sidetype

◆ local

◆ name