Home
last modified time | relevance | path

Searched refs:ncoeffspone (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.h113 …int ncoeffspone, int ncoeffsnone, int ncoeffspint, int ncoeffsnint, int ncoeffspfrac, int ncoeffsn…
H A Dcons_pseudoboolean.c2853 int ncoeffspone; in createAndAddLinearCons() local
2887 ncoeffspone = 0; in createAndAddLinearCons()
2905 ++ncoeffspone; in createAndAddLinearCons()
2935 ++ncoeffspone; in createAndAddLinearCons()
2971 if( upgrconshdlr != NULL && nvars > 2 && ncoeffspone + ncoeffsnone == nvars in createAndAddLinearCons()
2973 || (SCIPisInfinity(scip, -*lhs) && SCIPisEQ(scip, *rhs, ncoeffspone - 1.0))) ) in createAndAddLinearCons()
3043 if( upgrconshdlr != NULL && !created && ncoeffspone + ncoeffsnone == nvars ) in createAndAddLinearCons()
3048 …hs, *rhs) && (SCIPisEQ(scip, *lhs, 1.0 - ncoeffsnone) || SCIPisEQ(scip, *lhs, ncoeffspone - 1.0)) ) in createAndAddLinearCons()
3098 || (SCIPisEQ(scip, *lhs, ncoeffspone - 1.0) && SCIPisInfinity(scip, *rhs)) ) in createAndAddLinearCons()
3148 || (SCIPisInfinity(scip, -*lhs) && SCIPisEQ(scip, *rhs, ncoeffspone - 1.0)) ) in createAndAddLinearCons()
[all …]
H A Dcons_setppc.c7054 … if( nposbin + nnegbin + nposimplbin + nnegimplbin == nvars && ncoeffspone + ncoeffsnone == nvars ) in SCIP_DECL_LINCONSUPGD()
7058 …, lhs, rhs) && (SCIPisEQ(scip, lhs, 1.0 - ncoeffsnone) || SCIPisEQ(scip, lhs, ncoeffspone - 1.0)) ) in SCIP_DECL_LINCONSUPGD()
7075 || (SCIPisEQ(scip, lhs, ncoeffspone - 1.0) && SCIPisInfinity(scip, rhs)) ) in SCIP_DECL_LINCONSUPGD()
7092 || (SCIPisInfinity(scip, -lhs) && SCIPisEQ(scip, rhs, ncoeffspone - 1.0)) ) in SCIP_DECL_LINCONSUPGD()
H A Dcons_logicor.c3859 …if( nvars > 2 && nposbin + nnegbin + nposimplbin + nnegimplbin == nvars && ncoeffspone + ncoeffsno… in SCIP_DECL_LINCONSUPGD()
3861 || (SCIPisInfinity(scip, -lhs) && SCIPisEQ(scip, rhs, ncoeffspone - 1.0))) ) in SCIP_DECL_LINCONSUPGD()
H A Dcons_linear.c18646 int ncoeffspone; in SCIPupgradeConsLinear() local
18734 ncoeffspone = 0; in SCIPupgradeConsLinear()
18797 ncoeffspone++; in SCIPupgradeConsLinear()
18828 ncoeffspone, ncoeffsnone, ncoeffspint, ncoeffsnint, ncoeffspfrac, ncoeffsnfrac, in SCIPupgradeConsLinear()
18839 ncoeffspone, ncoeffsnone, ncoeffspint, ncoeffsnint, ncoeffspfrac, ncoeffsnfrac, in SCIPupgradeConsLinear()
H A Dcons_xor.c4536 …nt == 0 && nposbin + nnegbin + nposimplbin + nnegimplbin >= nvars-1 && ncoeffspone + ncoeffsnone =… in SCIP_DECL_LINCONSUPGD()
H A Dcons_knapsack.c11932 && (ncoeffspone + ncoeffsnone + ncoeffspint + ncoeffsnint == nvars) in SCIP_DECL_LINCONSUPGD()