mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
remove references to validating
This commit is contained in:
parent
50c855e2eb
commit
3029fb24a1
2 changed files with 37 additions and 26 deletions
|
@ -794,7 +794,6 @@ namespace smt {
|
|||
unsigned imply_bound_for_all_monomials(row const & r, bool lower);
|
||||
void explain_bound(row const & r, int idx, bool lower, inf_numeral & delta,
|
||||
antecedents & antecedents);
|
||||
bool m_validating = false;
|
||||
unsigned mk_implied_bound(row const & r, unsigned idx, bool lower, theory_var v, bound_kind kind, inf_numeral const & k);
|
||||
void assign_bound_literal(literal l, row const & r, unsigned idx, bool lower, inf_numeral & delta);
|
||||
void propagate_bounds();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue