Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.c892 SCIP_RETCODE nlrowAddLinearCoef( in nlrowAddLinearCoef() function
1002 SCIP_CALL( nlrowAddLinearCoef(nlrow, blkmem, set, stat, nlp, var, coef) ); in nlrowAddToLinearCoef()
1446 …SCIP_CALL( nlrowAddLinearCoef(nlrow, blkmem, set, stat, nlp, SCIPvarGetMultaggrVars(var)[i], coef … in nlrowRemoveFixedLinearCoefPos()
2454 SCIP_CALL( nlrowAddLinearCoef(nlrow, blkmem, set, stat, nlp, var, val) ); in SCIPnlrowAddLinearCoef()
2518 SCIP_CALL( nlrowAddLinearCoef(nlrow, blkmem, set, stat, nlp, var, coef) ); in SCIPnlrowChgLinearCoef()