mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
try with missed bounds
This commit is contained in:
parent
5c1e7f7112
commit
7eab26e3ef
2 changed files with 42 additions and 0 deletions
|
@ -47,6 +47,8 @@ namespace nla {
|
|||
|
||||
bool propagate_linear_equations();
|
||||
bool propagate_linear_equations(dd::solver::equation const& eq);
|
||||
|
||||
bool check_missed_bound(dd::solver::equation const& eq);
|
||||
|
||||
void add_dependencies(new_lemma& lemma, dd::solver::equation const& eq);
|
||||
void explain(dd::solver::equation const& eq, lp::explanation& exp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue