|
Definition at line 36 of file nlpioracle.c.
int SCIP_NlpiOracleCons::linsize |
int SCIP_NlpiOracleCons::nlinidxs |
int* SCIP_NlpiOracleCons::linidxs |
int SCIP_NlpiOracleCons::quadsize |
int SCIP_NlpiOracleCons::nquadelems |
number of quadratic elements
Definition at line 47 of file nlpioracle.c.
Referenced by evalFunctionGradient(), evalFunctionValue(), printFunction(), SCIPnlpiOracleAddConstraints(), SCIPnlpiOracleChgQuadCoefs(), SCIPnlpiOracleDelVarSet(), SCIPnlpiOracleEvalHessianLag(), SCIPnlpiOracleEvalJacobian(), SCIPnlpiOracleGetConstraintDegree(), SCIPnlpiOracleGetHessianLagSparsity(), SCIPnlpiOracleGetJacobianSparsity(), and updateVariableDegreesCons().
quadratic elements, or NULL if none
Definition at line 48 of file nlpioracle.c.
Referenced by ensureConsQuadSize(), evalFunctionGradient(), evalFunctionValue(), printFunction(), SCIPnlpiOracleChgQuadCoefs(), SCIPnlpiOracleDelVarSet(), SCIPnlpiOracleEvalHessianLag(), SCIPnlpiOracleGetHessianLagSparsity(), SCIPnlpiOracleGetJacobianSparsity(), and updateVariableDegreesCons().
int* SCIP_NlpiOracleCons::exprvaridxs |
indices of variables in expression tree, or NULL if no exprtree
Definition at line 50 of file nlpioracle.c.
Referenced by evalFunctionGradient(), evalFunctionValue(), printFunction(), SCIPnlpiOracleChgExprtree(), SCIPnlpiOracleDelVarSet(), SCIPnlpiOracleEvalHessianLag(), SCIPnlpiOracleEvalJacobian(), SCIPnlpiOracleGetHessianLagSparsity(), SCIPnlpiOracleGetJacobianSparsity(), and updateVariableDegreesCons().
expression tree for nonlinear part, or NULL if none
Definition at line 51 of file nlpioracle.c.
Referenced by evalFunctionGradient(), evalFunctionValue(), printFunction(), SCIPnlpiOracleAddConstraints(), SCIPnlpiOracleChgExprParam(), SCIPnlpiOracleChgExprtree(), SCIPnlpiOracleDelVarSet(), SCIPnlpiOracleEvalHessianLag(), SCIPnlpiOracleEvalJacobian(), SCIPnlpiOracleGetConstraintDegree(), SCIPnlpiOracleGetHessianLagSparsity(), SCIPnlpiOracleGetJacobianSparsity(), SCIPnlpiOraclePrintProblemGams(), SCIPnlpiOracleSetObjective(), and updateVariableDegreesCons().
char* SCIP_NlpiOracleCons::name |
|