Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_lp.h592 …SCIP_Real* sumrhs /**< pointer to store the right hand side of the row sum…
H A Dlp.h870 …SCIP_Real* sumrhs /**< pointer to store the right hand side of the row sum…
H A Dscip_lp.c827 …SCIP_Real* sumrhs /**< pointer to store the right hand side of the row sum… in SCIPsumLPRows() argument
832 …SCIP_CALL( SCIPlpSumRows(scip->lp, scip->set, scip->transprob, weights, sumcoef, sumlhs, sumrhs) ); in SCIPsumLPRows()
H A Dlp.c9940 …SCIP_Real* sumrhs /**< pointer to store the right hand side of the row sum… in SCIPlpSumRows() argument
9955 assert(sumrhs != NULL); in SCIPlpSumRows()
9962 *sumrhs = 0.0; in SCIPlpSumRows()
9996 (*sumrhs) += weights[r] * (row->rhs - row->constant); in SCIPlpSumRows()
10005 (*sumrhs) += weights[r] * (row->lhs - row->constant); in SCIPlpSumRows()
10013 *sumrhs = SCIPsetInfinity(set); in SCIPlpSumRows()