Scippy

SCIP

Solving Constraint Integer Programs

SCIP_NlpiOracleCons Struct Reference

Detailed Description

Definition at line 46 of file nlpioracle.c.

Data Fields

SCIP_Real lhs
 
SCIP_Real rhs
 
int linsize
 
int nlinidxs
 
int * linidxs
 
SCIP_Reallincoefs
 
SCIP_EXPRexpr
 
SCIP_EXPRINTDATAexprintdata
 
char * name
 

Field Documentation

◆ lhs

◆ rhs

◆ linsize

int SCIP_NlpiOracleCons::linsize

length of linidxs and lincoefs arrays

Definition at line 51 of file nlpioracle.c.

Referenced by ensureConsLinSize(), and SCIPnlpiOracleChgLinearCoefs().

◆ nlinidxs

int SCIP_NlpiOracleCons::nlinidxs

◆ linidxs

◆ lincoefs

SCIP_Real* SCIP_NlpiOracleCons::lincoefs

variable coefficients in linear part, of NULL if none

Definition at line 54 of file nlpioracle.c.

Referenced by ensureConsLinSize(), evalFunctionGradient(), evalFunctionValue(), printFunction(), SCIPnlpiOracleChgLinearCoefs(), SCIPnlpiOracleDelVarSet(), and SCIPnlpiOracleEvalJacobian().

◆ expr

◆ exprintdata

SCIP_EXPRINTDATA* SCIP_NlpiOracleCons::exprintdata

◆ name

char* SCIP_NlpiOracleCons::name

name of constraint

Definition at line 59 of file nlpioracle.c.

Referenced by SCIPnlpiOracleGetConstraintName(), SCIPnlpiOraclePrintProblem(), and SCIPnlpiOraclePrintProblemGams().