Home
last modified time | relevance | path

Searched refs:atBounds (Results 1 – 5 of 5) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dbound_counts.h157 BoundsInfo(BoundCounts atBounds, BoundCounts hasBounds) in BoundsInfo() argument
158 : d_atBounds(atBounds), d_hasBounds(hasBounds) {} in BoundsInfo()
160 BoundCounts atBounds() const { return d_atBounds; } in atBounds() function
225 os << "[bi : @ " << inf.atBounds() << ", " << inf.hasBounds() << "]";
H A Dcallbacks.cpp182 BoundCounts BoundCountingLookup::atBounds(ArithVar basic) const{ in atBounds() function in CVC4::theory::arith::BoundCountingLookup
183 return boundsInfo(basic).atBounds(); in atBounds()
H A Dcallbacks.h189 BoundCounts atBounds(ArithVar basic) const;
H A Dlinear_equality.cpp901 return d_btracking[d_tableau.basicToRowIndex(x_i)].atBounds(); in debugBasicAtBoundCount()
927 BoundCounts bcs = d_btracking[ridx].atBounds(); in basicsAtBounds()
953 BoundCounts bcs = d_btracking[ridx].atBounds(); in nonbasicsAtLowerBounds()
971 BoundCounts bcs = d_btracking[ridx].atBounds(); in nonbasicsAtUpperBounds()
1106 BoundCounts bc = d_btracking[ridx].atBounds(); in willBeInConflictAfterPivot()
H A Derror_set.h367 BoundCounts bcs = d_boundLookup.atBounds(a); in sumMetric()