Home
last modified time | relevance | path

Searched refs:nexprvars (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/interfaces/ampl/src/
H A Dreader_nl.c417 assert(nexprvars != NULL); in walkExpression()
486 ++*nexprvars; in walkExpression()
511 ++*nexprvars; in walkExpression()
928 int nexprvars; in setupObjective() local
936 nexprvars = 0; in setupObjective()
952 assert(exprvaridx[i] < nexprvars ); in setupObjective()
1004 int nexprvars; in setupConstraints() local
1178 nexprvars = 0; in setupConstraints()
1183 for( i = 0; i < nexprvars; ++i ) in setupConstraints()
1260 nexprvars = 0; in setupConstraints()
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_osil.c1289 assert(nexprvars != NULL); in readExpression()
1341 exprvaridx[idx] = *nexprvars; /*lint !e613*/ in readExpression()
1342 ++*nexprvars; in readExpression()
1742 SCIP_CALL( readExpression(scip, expr, argnode, exprvaridx, nexprvars, nvars, doingfine) ); in readExpression()
1918 exprvaridx[i] = *nexprvars; /*lint !e613*/ in readExpression()
1919 ++*nexprvars; in readExpression()
1965 int nexprvars; in readNonlinearExprs() local
2047 nexprvars = 0; in readNonlinearExprs()
2062 assert(exprvaridx[i] < nexprvars ); in readNonlinearExprs()
2069 SCIP_CALL( SCIPexprtreeCreate(SCIPblkmem(scip), &exprtree, expr, nexprvars, 0, NULL) ); in readNonlinearExprs()
[all …]
H A Dcons_nonlinear.c9000 int nexprvars; in SCIP_DECL_CONSGETVARS() local
9006 nexprvars = SCIPexprtreeGetNVars(consdata->exprtrees[e]); in SCIP_DECL_CONSGETVARS()
9007 assert(exprvars != NULL || nexprvars == 0); in SCIP_DECL_CONSGETVARS()
9009 if( cnt + nexprvars > varssize ) in SCIP_DECL_CONSGETVARS()
9015 BMScopyMemoryArray(&vars[cnt], exprvars, nexprvars); /*lint !e866*/ in SCIP_DECL_CONSGETVARS()
9016 cnt += nexprvars; in SCIP_DECL_CONSGETVARS()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c11822 assert(*nexprvars >= 0); in exprgraphNodeCreateExpr()
11849 ++*nexprvars; in exprgraphNodeCreateExpr()
16262 int nexprvars; in SCIPexprgraphGetTree() local
16278 nexprvars = 0; in SCIPexprgraphGetTree()
16287 if( nexprvars > 0 ) in SCIPexprgraphGetTree()
16331 int nexprvars; in SCIPexprgraphGetSeparableTrees() local
16480 nexprvars = 0; in SCIPexprgraphGetSeparableTrees()
16717 if( nexprvars > 0 ) in SCIPexprgraphGetSeparableTrees()
16804 int nexprvars; in SCIPexprgraphGetSumTrees() local
16942 nexprvars = 0; in SCIPexprgraphGetSumTrees()
[all …]