Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_pip.c2261 SCIP_Real* exprtreecoefs, /**< coefficients of expression trees */ in printRowNl() argument
2282 assert( nexprtrees == 0 || exprtreecoefs != NULL ); in printRowNl()
2358 (void) SCIPsnprintf(buffer, PIP_MAX_PRINTLEN, " %+.15g %s", exprtreecoefs[e], varname); in printRowNl()
2368 …rintf(buffer, PIP_MAX_PRINTLEN, " %+.15g %s %+.15g %s", exprtreecoefs[e], varname, exprtreecoefs[e… in printRowNl()
2378 …rintf(buffer, PIP_MAX_PRINTLEN, " %+.15g %s %+.15g %s", exprtreecoefs[e], varname, -exprtreecoefs[… in printRowNl()
2449 (void) SCIPsnprintf(buffer, PIP_MAX_PRINTLEN, " %+.15g", exprtreecoefs[e]); in printRowNl()
2713 SCIP_Real* exprtreecoefs, /**< coefficients of expression trees */ in printNonlinearCons() argument
2731 assert( nexprtrees == 0 || exprtreecoefs != NULL ); in printNonlinearCons()
2767 exprtrees, exprtreecoefs, nexprtrees, in printNonlinearCons()
2778 exprtrees, exprtreecoefs, nexprtrees, in printNonlinearCons()
[all …]
H A Dreader_gms.c1781 SCIP_Real* exprtreecoefs, /**< expression tree coefficients */ in printNonlinearRow() argument
1815 if( exprtreecoefs[i] != 0.0 ) in printNonlinearRow()
1817 (void) SCIPsnprintf(buffer, GMS_MAX_NAMELEN + 3, "%+g * (", exprtreecoefs[i]); in printNonlinearRow()
1859 SCIP_Real* exprtreecoefs, /**< expression tree coefficients */ in printNonlinearCons() argument
1876 … nlinvars, linvars, lincoeffs, nexprtrees, exprtrees, exprtreecoefs, rhs, transformed, nsmooth) ); in printNonlinearCons()
1884 … nlinvars, linvars, lincoeffs, nexprtrees, exprtrees, exprtreecoefs, lhs, transformed, nsmooth) ); in printNonlinearCons()
1890 … nlinvars, linvars, lincoeffs, nexprtrees, exprtrees, exprtreecoefs, rhs, transformed, nsmooth) ); in printNonlinearCons()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c16353 exprtreecoefs[0] = 1.0; in SCIPexprgraphGetSeparableTrees()
16453 exprtreecoefs[0] = 1.0; in SCIPexprgraphGetSeparableTrees()
16507 exprtreecoefs[i] = 1.0; in SCIPexprgraphGetSeparableTrees()
16540 exprtreecoefs[i] = 1.0; in SCIPexprgraphGetSeparableTrees()
16632 exprtreecoefs[i] = 1.0; in SCIPexprgraphGetSeparableTrees()
16678 exprtreecoefs[i] = 1.0; in SCIPexprgraphGetSeparableTrees()
16825 exprtreecoefs[0] = 1.0; in SCIPexprgraphGetSumTrees()
16840 exprtreecoefs[0] = 1.0; in SCIPexprgraphGetSumTrees()
16841 exprtreecoefs[1] = 1.0; in SCIPexprgraphGetSumTrees()
16854 exprtreecoefs[0] = 1.0; in SCIPexprgraphGetSumTrees()
[all …]
H A Dpub_expr.h1725 …SCIP_Real* exprtreecoefs /**< array where to store coefficients of expression tre…
1750 …SCIP_Real* exprtreecoefs /**< array where to store coefficients of expression tre…