Home
last modified time | relevance | path

Searched refs:newbound (Results 1 – 25 of 99) sorted by relevance

1234

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dboundstore.c71 SCIP_Real newbound, /**< bound value of variable */ in SCIPboundstoreAdd() argument
90 boundstore->bndchg[i].newbound = newbound; in SCIPboundstoreAdd()
104 if( (boundtype == SCIP_BOUNDTYPE_LOWER && newbound > boundstore->bndchg[pos].newbound) || in SCIPboundstoreAdd()
105 (boundtype == SCIP_BOUNDTYPE_UPPER && newbound < boundstore->bndchg[pos].newbound) ) in SCIPboundstoreAdd()
107 boundstore->bndchg[pos].newbound = newbound; in SCIPboundstoreAdd()
130 …boundstoreAdd(scip, target, source->bndchg[i].varidx, source->bndchg[i].newbound, source->bndchg[i… in SCIPboundstoreMerge()
184 return boundstore->bndchg[i].newbound; in SCIPboundstoreGetChgVal()
H A Dvar.c438 var->lbchginfos[var->nlbchginfos].newbound = newbound; in varAddLbchginfo()
1419 boundchg->newbound = newbound; in SCIPdomchgAddBoundchg()
7027 newbound = MIN(newbound, var->glbdom.ub); in SCIPvarChgLbGlobal()
7170 newbound = MAX(newbound, var->glbdom.lb); in SCIPvarChgUbGlobal()
7477 newbound = MIN(newbound, var->locdom.ub); in varProcessChgLbLocal()
7480 newbound = MAX(newbound, var->glbdom.lb); in varProcessChgLbLocal()
7644 newbound = MAX(newbound, var->locdom.lb); in varProcessChgUbLocal()
7647 newbound = MIN(newbound, var->glbdom.ub); in varProcessChgUbLocal()
7808 newbound = MIN(newbound, var->locdom.ub); in SCIPvarChgLbLocal()
7935 newbound = MAX(newbound, var->locdom.lb); in SCIPvarChgUbLocal()
[all …]
H A Dscip_var.c5221 newbound = MIN(newbound, ub); in SCIPtightenVarLb()
5223 …if( (force && SCIPsetIsLE(scip->set, newbound, lb)) || (!force && !SCIPsetIsLbBetter(scip->set, ne… in SCIPtightenVarLb()
5338 newbound = MAX(newbound, lb); in SCIPtightenVarUb()
5519 newbound = MIN(newbound, ub); in SCIPinferVarLbCons()
5633 newbound = MAX(newbound, lb); in SCIPinferVarUbCons()
5913 newbound = MIN(newbound, ub); in SCIPinferVarLbProp()
6028 newbound = MAX(newbound, lb); in SCIPinferVarUbProp()
6244 newbound = MIN(newbound, ub); in SCIPtightenVarLbGlobal()
6249 …if( SCIPsetIsEQ(scip->set, lb, newbound) || (!force && !SCIPsetIsLbBetter(scip->set, newbound, lb,… in SCIPtightenVarLbGlobal()
6364 newbound = MAX(newbound, lb); in SCIPtightenVarUbGlobal()
[all …]
H A Devent.c629 assert(oldbound != newbound); /*lint !e777*/ in SCIPeventCreateGlbChanged()
636 (*event)->data.eventbdchg.newbound = newbound; in SCIPeventCreateGlbChanged()
652 assert(oldbound != newbound); /*lint !e777*/ in SCIPeventCreateGubChanged()
659 (*event)->data.eventbdchg.newbound = newbound; in SCIPeventCreateGubChanged()
679 if( newbound > oldbound ) in SCIPeventCreateLbChanged()
685 (*event)->data.eventbdchg.newbound = newbound; in SCIPeventCreateLbChanged()
705 if( newbound < oldbound ) in SCIPeventCreateUbChanged()
711 (*event)->data.eventbdchg.newbound = newbound; in SCIPeventCreateUbChanged()
1247 return event->data.eventbdchg.newbound; in SCIPeventGetNewbound()
2369 qevent->data.eventbdchg.newbound = (*event)->data.eventbdchg.newbound; in SCIPeventqueueAdd()
[all …]
H A Devent_globalbnd.c152 SCIP_Real newbound; in SCIP_DECL_EVENTEXEC() local
185 newbound = SCIPeventGetNewbound(event); in SCIP_DECL_EVENTEXEC()
196 newbound = (newbound - constant) / scalar; in SCIP_DECL_EVENTEXEC()
198 SCIP_CALL( SCIPboundstoreAdd(scip, eventhdlrdata->boundstore, varidx, newbound, boundtype) ); in SCIP_DECL_EVENTEXEC()
H A Dscip_var.h1729 SCIP_Real newbound /**< new value for bound */
1754 SCIP_Real newbound /**< new value for bound */
1771 SCIP_Real newbound /**< new value for bound */
1788 SCIP_Real newbound /**< new value for bound */
1812 SCIP_Real newbound /**< new value for bound */
1836 SCIP_Real newbound /**< new value for bound */
1909 SCIP_Real newbound, /**< new value for bound */
1937 SCIP_Real newbound, /**< new value for bound */
1990 SCIP_Real newbound, /**< new value for bound */
2020 SCIP_Real newbound, /**< new value for bound */
[all …]
H A Dvar.h153 SCIP_Real newbound, /**< new value for bound */
181 SCIP_Real newbound /**< new value for bound */
675 SCIP_Real newbound /**< new bound for variable */
682 SCIP_Real newbound /**< new bound for variable */
697 SCIP_Real newbound /**< new bound for variable */
712 SCIP_Real newbound /**< new bound for variable */
727 SCIP_Real newbound, /**< new bound for variable */
742 SCIP_Real newbound /**< new bound for variable */
756 SCIP_Real newbound /**< new bound for variable */
770 SCIP_Real newbound, /**< new bound for variable */
[all …]
H A Devent.h219 SCIP_Real newbound /**< new bound after bound changed */
228 SCIP_Real newbound /**< new bound after bound changed */
237 SCIP_Real newbound /**< new bound after bound changed */
246 SCIP_Real newbound /**< new bound after bound changed */
H A Dscip_prob.h1723 …SCIP_Real newbound /**< new dual bound for the node (if it's tighter than t…
1742 …SCIP_Real newbound /**< new lower bound for the node (if it's larger than t…
1758 …SCIP_Real newbound /**< new dual bound for the node (if it's tighter than t…
1774 …SCIP_Real newbound /**< new lower bound for the node (if it's larger than t…
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDomain.cpp274 deltamin = newbound * mip->Avalue_[i]; in updateActivityLbChange()
275 } else if (newbound == -HIGHS_CONST_INF) { in updateActivityLbChange()
301 deltamax = newbound * mip->Avalue_[i]; in updateActivityLbChange()
302 } else if (newbound == -HIGHS_CONST_INF) { in updateActivityLbChange()
346 deltamin = newbound * val; in updateActivityLbChange()
351 deltamin = (newbound - oldbound) * val; in updateActivityLbChange()
385 deltamax = newbound * mip->Avalue_[i]; in updateActivityUbChange()
386 } else if (newbound == HIGHS_CONST_INF) { in updateActivityUbChange()
412 deltamin = newbound * mip->Avalue_[i]; in updateActivityUbChange()
413 } else if (newbound == HIGHS_CONST_INF) { in updateActivityUbChange()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHighsLpPropagator.cpp269 double newbound) { in updateActivityLbChange() argument
279 deltamin = newbound * Avalue_[i]; in updateActivityLbChange()
281 deltamin = (newbound - oldbound) * Avalue_[i]; in updateActivityLbChange()
302 deltamax = newbound * Avalue_[i]; in updateActivityLbChange()
304 deltamax = (newbound - oldbound) * Avalue_[i]; in updateActivityLbChange()
326 double newbound) { in updateActivityUbChange() argument
336 deltamax = newbound * Avalue_[i]; in updateActivityUbChange()
338 deltamax = (newbound - oldbound) * Avalue_[i]; in updateActivityUbChange()
359 deltamin = newbound * Avalue_[i]; in updateActivityUbChange()
361 deltamin = (newbound - oldbound) * Avalue_[i]; in updateActivityUbChange()
H A DHighsLpPropagator.h67 void updateActivityLbChange(int col, double oldbound, double newbound);
69 void updateActivityUbChange(int col, double oldbound, double newbound);
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/utils/
H A Dtextrender.py1345 newbound = (newx.min(), newy.min(), newx.max(), newy.max())
1349 xr = ( self.x, self.x+(newbound[2]-newbound[0]) )
1350 self.xi += (newx[0] - newbound[0])
1352 xr = ( self.x-(newbound[2]-newbound[0]), self.x )
1353 self.xi += (newx[0] - newbound[2])
1355 xr = ( self.x+newbound[0], self.x+newbound[2] )
1361 yr = ( self.y + (newbound[1]-newbound[3]), self.y )
1362 self.yi += (newy[0] - newbound[3])
1364 yr = ( self.y, self.y + (newbound[3]-newbound[1]) )
1365 self.yi += (newy[0] - newbound[1])
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dclassic-rational-reconstruction.h81 for(Element newbound = a_bound + 1; (!res) && (newbound<x) ; ++newbound) in reconstructRational() local
82 res = ratrecon(a,b,x,m,newbound); in reconstructRational()
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/monomial/
H A Dmonomiallocalbasis.hh129 int newbound = bound - e; in eval() local
132 eval(in, derivatives, 0, newbound, index, access); in eval()
146 newbound, in eval()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
163 nextval, newbound); in patch_loop_exit()
435 tree newbound; in compute_new_first_bound() local
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
474 newbound = gimple_build (stmts, in compute_new_first_bound()
475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
477 TREE_TYPE (newbound), in compute_new_first_bound()
478 newbound, in compute_new_first_bound()
[all …]

1234