Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_nlp.h122 SCIP_Real* SCIPnlrowGetLinearCoefs(
H A Dsepa_convexproj.c253 …PgetSolVal(scip, projection, SCIPnlrowGetLinearVars(nlrow)[i]) * SCIPnlrowGetLinearCoefs(nlrow)[i]; in generateCut()
254 …L( SCIPaddVarToRow(scip, *row, SCIPnlrowGetLinearVars(nlrow)[i], SCIPnlrowGetLinearCoefs(nlrow)[i]… in generateCut()
H A Dsepa_gauge.c628 … += SCIPgetSolVal(scip, sol, SCIPnlrowGetLinearVars(nlrow)[i]) * SCIPnlrowGetLinearCoefs(nlrow)[i]; in generateCut()
629 …LL( SCIPaddVarToRow(scip, row, SCIPnlrowGetLinearVars(nlrow)[i], SCIPnlrowGetLinearCoefs(nlrow)[i]… in generateCut()
H A Dbenderscut_opt.c1071 coef = mult * SCIPnlrowGetLinearCoefs(nlrow)[i]; in SCIPaddNlRowGradientBenderscutOpt()
H A Dheur_multistart.c272 grad[getVarIndex(varindex, var)] += SCIPnlrowGetLinearCoefs(nlrow)[i]; in computeGradient()
H A Dscip_nonlinear.c1163 linvals[nconss][k] = SCIPnlrowGetLinearCoefs(nlrow)[k]; in SCIPcreateNlpiProb()
H A Dsepa_eccuts.c439 …grStoreLinearTerms(scip, *nlrowaggr, SCIPnlrowGetLinearVars(nlrow), SCIPnlrowGetLinearCoefs(nlrow), in nlrowaggrCreate()
H A Dnlp.c3272 SCIP_Real* SCIPnlrowGetLinearCoefs( in SCIPnlrowGetLinearCoefs() function
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1504 SCIP_Real* SCIPnlrowGetLinearCoefs(SCIP_NLROW* nlrow)
H A Dscip.pyx482 cdef SCIP_Real* lincoefs = SCIPnlrowGetLinearCoefs(self.scip_nlrow)
H A Dscip.c69784 __pyx_v_lincoefs = SCIPnlrowGetLinearCoefs(__pyx_v_self->scip_nlrow);