Home
last modified time | relevance | path

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

/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter7/inferred/
H A Dsubstitutions.rkt97 (oldrhs (cdr p)))
100 (apply-one-subst oldrhs tvar ty))))
/dports/sysutils/heirloom/heirloom-070715/ed/
H A Ded.c1678 static char *oldrhs; in compsub() local
1719 strcpy(rhsbuf, oldrhs); in compsub()
1722 (oldrhs = realloc(oldrhs, orhssz=RHSIZE)) == 0) in compsub()
1724 strcpy(oldrhs, rhsbuf); in compsub()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dnlpi_worhp.c1299 SCIP_Real oldrhs; in SCIP_DECL_NLPICHGCONSSIDES() local
1306 oldrhs = SCIPnlpiOracleGetConstraintRhs(problem->oracle, index); in SCIP_DECL_NLPICHGCONSSIDES()
1307 …"change constraint side of %d from [%g,%g] -> [%g,%g]\n", index, oldlhs, oldrhs, lhss[i], rhss[i]); in SCIP_DECL_NLPICHGCONSSIDES()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_pseudoboolean.c2403 SCIP_Real oldrhs; in chgLhs() local
2418 … SCIP_CALL( getLinearConsSides(scip, consdata->lincons, consdata->linconstype, &oldlhs, &oldrhs) ); in chgLhs()
2420 assert(!SCIPisInfinity(scip, -oldrhs)); in chgLhs()
2421 assert(SCIPisLE(scip, oldlhs, oldrhs)); in chgLhs()
2577 SCIP_Real oldrhs; in chgRhs() local
2594 assert(!SCIPisInfinity(scip, -oldrhs)); in chgRhs()
2595 assert(SCIPisLE(scip, oldlhs, oldrhs)); in chgRhs()
2598 if( SCIPisEQ(scip, oldrhs, rhs) ) in chgRhs()
2635 if( SCIPisInfinity(scip, oldrhs) && !SCIPisInfinity(scip, rhs) ) in chgRhs()
2670 else if( !SCIPisInfinity(scip, oldrhs) && SCIPisInfinity(scip, rhs) ) in chgRhs()
[all …]
H A Dprop_symmetry.c1077 int oldrhs; in checkSymmetriesAreSymmetries() local
1092 oldrhs = -1; in checkSymmetriesAreSymmetries()
1098 if ( rhs != oldrhs ) in checkSymmetriesAreSymmetries()
1102 oldrhs = rhs; in checkSymmetriesAreSymmetries()
H A Dlp.c5700 SCIP_Real oldrhs; in SCIProwChgRhs() local
5702 oldrhs = row->rhs; in SCIProwChgRhs()
10770 SCIP_Real* oldrhs; in lpLexDualSimplex() local
10809 SCIP_CALL( SCIPsetAllocBufferArray(set, &oldrhs, lp->nlpirows) ); in lpLexDualSimplex()
10811 SCIP_CALL( SCIPlpiGetSides(lp->lpi, 0, lp->nlpirows-1, oldlhs, oldrhs) ); in lpLexDualSimplex()
10845 if( SCIPsetIsFeasEQ(set, oldlhs[r], oldrhs[r]) ) in lpLexDualSimplex()
11020 assert(!SCIPsetIsInfinity(set, oldrhs[r])); in lpLexDualSimplex()
11021 newlhs[cntrow] = oldrhs[r]; in lpLexDualSimplex()
11022 newrhs[cntrow] = oldrhs[r]; in lpLexDualSimplex()
11140 SCIP_CALL( SCIPlpiChgSides(lp->lpi, lp->nlpirows, indallrow, oldlhs, oldrhs) ); in lpLexDualSimplex()
[all …]
H A Dcons_varbound.c3659 SCIP_Real oldrhs; in tightenCoefs() local
3661 oldrhs = consdata->rhs; in tightenCoefs()
3686 if( !SCIPisFeasIntegral(scip, oldrhs) && SCIPisFeasIntegral(scip, newrhs) ) in tightenCoefs()
/dports/editors/cream/cream-0.43/
H A Dgenutils.vim1031 let oldrhs = maparg(a:lhs, mapChar)
1032 if oldrhs != ""
1033 let self = oldrhs
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_lib.c9196 REAL *oldrhs, err, errmax; local
9200 allocREAL(lp, &oldrhs, lp->rows+1, FALSE);
9212 MEMCOPY(oldrhs, lp->rhs, lp->rows+1);
9231 err = fabs(my_reldiff(oldrhs[oldmap[i]], lp->rhs[newmap[i]]));
9240 err = fabs(my_reldiff(oldrhs[i], lp->rhs[i]));
9258 MEMCOPY(lp->rhs, oldrhs, lp->rows+1);
9262 FREE(oldrhs);
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_lib.c9804 REAL *oldrhs, err, errmax; local
9808 allocREAL(lp, &oldrhs, lp->rows+1, FALSE);
9820 MEMCOPY(oldrhs, lp->rhs, lp->rows+1);
9839 err = fabs(my_reldiff(oldrhs[oldmap[i]], lp->rhs[newmap[i]]));
9848 err = fabs(my_reldiff(oldrhs[i], lp->rhs[i]));
9866 MEMCOPY(lp->rhs, oldrhs, lp->rows+1);
9870 FREE(oldrhs);