Home
last modified time | relevance | path

Searched refs:addCoef (Results 1 – 10 of 10) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/quantum/
H A DMOReader.java382 addCoef(mos[iMo], coefs, null, Float.NaN, Float.NaN, moCount++); in readMolecularOrbitals()
471 …public void addCoef(Map<String, Object> mo, float[] coefs, String type, float energy, float occ, i… in addCoef() method in MOReader
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/xml/
H A DXmlMOReader.java176 moReader.addCoef(new Hashtable<String, Object>(), coef, null, in processEndMO()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c1051 SCIP_RETCODE addCoef( in addCoef() function
1874 SCIP_CALL( addCoef(scip, cons, consvars[v2]) ); in applyFixings()
1975 SCIP_CALL( addCoef(scip, cons, repvar) ); in applyFixings()
1994 SCIP_CALL( addCoef(scip, cons, repvar) ); in applyFixings()
2758 SCIP_CALL( addCoef(scip, cliquecons, binvars[v]) ); in addExtraCliques()
4308 SCIP_CALL( addCoef(scip, constochange, addvar) ); in checkForOverlapping()
4647 SCIP_CALL( addCoef(scip, cons, addvar) ); in liftCliqueVariables()
4766 SCIP_CALL( addCoef(scip, cons, addvar) ); in liftCliqueVariables()
9236 SCIP_CALL( addCoef(scip, cons, var) ); in SCIPaddCoefSetppc()
H A Dcons_or.c524 SCIP_RETCODE addCoef( in addCoef() function
676 SCIP_CALL( addCoef(scip, cons, eventhdlr, repvar) ); in applyFixings()
H A Dcons_logicor.c448 SCIP_RETCODE addCoef( in addCoef() function
990 SCIP_CALL( addCoef(scip, cons, consvars[v2]) ); in applyFixings()
1072 SCIP_CALL( addCoef(scip, cons, var) ); in applyFixings()
1106 SCIP_CALL( addCoef(scip, cons, var) ); in applyFixings()
5316 SCIP_CALL( addCoef(scip, cons, var) ); in SCIPaddCoefLogicor()
H A Dcons_xor.c575 SCIP_RETCODE addCoef( in addCoef() function
937 SCIP_CALL( addCoef(scip, cons, repvar) ); in applyFixings()
4291 SCIP_CALL( addCoef(scip, cons0, consdata1->vars[v]) ); in preprocessConstraintPairs()
4336 SCIP_CALL( addCoef(scip, cons1, consdata0->vars[v]) ); in preprocessConstraintPairs()
H A Dcons_bounddisjunction.c807 SCIP_RETCODE addCoef( in addCoef() function
1111 SCIP_CALL( addCoef(scip, cons, eventhdlr, var, boundtype, bound, redundant) ); in removeFixedVariables()
H A Dcons_knapsack.c6198 SCIP_RETCODE addCoef( in addCoef() function
7251 …SCIP_CALL( addCoef(scip, cons, negvar, (SCIP_Longint)(SCIPfloor(scip, -weight * aggrscalars[i] + 0… in applyFixings()
7256 …SCIP_CALL( addCoef(scip, cons, aggrvars[i], (SCIP_Longint)(SCIPfloor(scip, weight * aggrscalars[i]… in applyFixings()
7284 SCIP_CALL( addCoef(scip, cons, repvar, weight) ); in applyFixings()
10226 SCIP_CALL( addCoef(scip, cons, addvars[i], addweights[i]) ); in tightenWeightsLift()
13542 SCIP_CALL( addCoef(scip, cons, var, weight) ); in SCIPaddCoefKnapsack()
H A Dcons_and.c601 SCIP_RETCODE addCoef( in addCoef() function
852 SCIP_CALL( addCoef(scip, cons, eventhdlr, repvar) ); in applyFixings()
H A Dcons_linear.c3706 SCIP_RETCODE addCoef( in addCoef() function
4773 SCIP_CALL( addCoef(scip, cons, activevar, activescalar) ); in applyFixings()
4794 SCIP_CALL( addCoef(scip, cons, aggrvars[i], val * aggrscalars[i]) ); in applyFixings()
4807 SCIP_CALL( addCoef(scip, cons, SCIPvarGetNegationVar(var), -val) ); in applyFixings()
18208 SCIP_CALL( addCoef(scip, cons, consvars[v], consvals[v]) ); in SCIPaddCoefLinear()
18220 SCIP_CALL( addCoef(scip, cons, var, val) ); in SCIPaddCoefLinear()