Home
last modified time | relevance | path

Searched refs:tmpconstant (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dvar.c5357 SCIP_Real tmpconstant; in SCIPvarMultiaggregate() local
5399 tmpconstant = constant; in SCIPvarMultiaggregate()
5438 if( SCIPsetIsZero(set, tmpconstant) ) /* x = x */ in SCIPvarMultiaggregate()
5465 …CIPvarGetName(tmpvars[0]), SCIPvarGetName(tmpvars[1]), tmpscalars[0], tmpscalars[1], -tmpconstant); in SCIPvarMultiaggregate()
5469 tmpscalars[1], -tmpconstant, infeasible, aggregated) ); in SCIPvarMultiaggregate()
5483 tmpconstant /= tmpscalar; in SCIPvarMultiaggregate()
5491 …ible multi-aggregation led to fixing of variable <%s> to %g.\n", SCIPvarGetName(var), tmpconstant); in SCIPvarMultiaggregate()
5493 eventfilter, eventqueue, cliquetable, tmpconstant, infeasible, aggregated) ); in SCIPvarMultiaggregate()
5501 SCIPvarGetName(var), SCIPvarGetName(tmpvars[0]), 1.0, -tmpscalars[0], tmpconstant); in SCIPvarMultiaggregate()
5504 …liquetable, branchcand, eventfilter, eventqueue, var, tmpvars[0], 1.0, -tmpscalars[0], tmpconstant, in SCIPvarMultiaggregate()
[all …]
H A Dnlp.c1696 SCIP_Real tmpconstant; in nlrowRemoveFixedQuadVars() local
1700 tmpconstant = constant1; in nlrowRemoveFixedQuadVars()
1706 constant1 = tmpconstant; in nlrowRemoveFixedQuadVars()