Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.c2166 assert(sourcenlrow != NULL); in SCIPnlrowCreateCopy()
2169 sourcenlrow->constant, in SCIPnlrowCreateCopy()
2170 sourcenlrow->nlinvars, sourcenlrow->linvars, sourcenlrow->lincoefs, in SCIPnlrowCreateCopy()
2171sourcenlrow->nquadvars, sourcenlrow->quadvars, sourcenlrow->nquadelems, sourcenlrow->quadelems, in SCIPnlrowCreateCopy()
2172 sourcenlrow->exprtree, in SCIPnlrowCreateCopy()
2173 sourcenlrow->lhs, sourcenlrow->rhs, sourcenlrow->curvature) ); in SCIPnlrowCreateCopy()
2175 (*nlrow)->linvarssorted = sourcenlrow->linvarssorted; in SCIPnlrowCreateCopy()
2177 (*nlrow)->activity = sourcenlrow->activity; in SCIPnlrowCreateCopy()
2179 (*nlrow)->pseudoactivity = sourcenlrow->pseudoactivity; in SCIPnlrowCreateCopy()
2181 (*nlrow)->minactivity = sourcenlrow->minactivity; in SCIPnlrowCreateCopy()
[all …]
H A Dnlp.h94 SCIP_NLROW* sourcenlrow /**< nonlinear row to copy */