Home
last modified time | relevance | path

Searched defs:objfactor (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-pyipopt/pyipopt-36bcb7f/src/
H A Dcallback.c508 PyObject *objfactor = Py_BuildValue("d", obj_factor); in eval_h() local
580 PyObject *objfactor = Py_BuildValue("d", obj_factor); in eval_h() local
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_feaspump.c98 …SCIP_Real objfactor; /**< factor by which the regard of the objective is decr… member
722 …SCIP_Real objfactor; /* factor by which the regard of the objective is decreased in each rou… in SCIP_DECL_HEUREXEC() local
/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A Dreader_gmo.c1908 SCIP_Real objfactor; in SCIPcreateProblemReaderGmo() local
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dnlpioracle.c2896 SCIP_Real objfactor, /**< weight for objective function */ in SCIPnlpiOracleEvalHessianLag()