3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-05-22 17:57:23 -07:00
parent 79e38c6477
commit befc47902e
2 changed files with 21 additions and 6 deletions

View file

@ -223,6 +223,7 @@ namespace polysat {
void propagate_bounds(row const& r);
void propagate_bounds(ineq const& i);
void new_bound(row const& r, var_t x, mod_interval<numeral> const& range);
void new_bound(ineq const& i, var_t x, numeral const& lo, numeral const& hi);
void pivot(var_t x_i, var_t x_j, numeral const& b, numeral const& value);
numeral value2delta(var_t v, numeral const& new_value) const;
numeral value2error(var_t v, numeral const& new_value) const;