Home
last modified time | relevance | path

Searched refs:termcoefs (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_opb.c850 assert(termcoefs != NULL); in readCoefficients()
858 *termcoefs = NULL; in readCoefficients()
1073 (*termcoefs)[*ntermcoefs] = coefsign * coef; in readCoefficients()
1076 if( !SCIPisIntegral(scip, (*termcoefs)[*ntermcoefs]) ) in readCoefficients()
1213 assert(termcoefs != NULL); in setObjective()
1274 if( termcoefs[v] < 0 ) in setObjective()
1275 lb += termcoefs[v]; in setObjective()
1277 ub += termcoefs[v]; in setObjective()
1324 artval += (((val < 0.5) ? 0.0 : 1.0) * termcoefs[t]); in setObjective()
1385 SCIP_Real* termcoefs; in readConstraints() local
[all …]
H A Dsepa_eccuts.c85 SCIP_Real* termcoefs; /**< coefficients of bilinear terms */ member
185 SCIP_CALL( SCIPallocBlockMemoryArray(scip, &(*ecaggr)->termcoefs, nquadterms) ); in ecaggrCreateEmpty()
202 SCIPfreeBlockMemoryArray(scip, &((*ecaggr)->termcoefs), (*ecaggr)->termsize); in ecaggrFree()
257 ecaggr->termcoefs[ ecaggr->nterms ] = coef; in ecaggrAddBilinTerm()
292 …SCIPdebugMsgPrint(scip, "%e %s * %s ", ecaggr->termcoefs[i], SCIPvarGetName(x), SCIPvarGetName(y)… in ecaggrPrint()
1907 coef = ecaggr->termcoefs[i]; in evalCorner()
H A Dcons_pseudoboolean.c2737 SCIP_Real*const termcoefs, /**< array of coefficients for and-constraints */ in createAndAddAnds() argument
2784 if( !SCIPisZero(scip, termcoefs[t]) && ntermvars[t] > 0 ) in createAndAddAnds()
2790 andvals[*nandconss] = termcoefs[t]; in createAndAddAnds()