mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
add facility to check for missing propagations
This commit is contained in:
parent
cafe3acff1
commit
bdac86501d
5 changed files with 109 additions and 11 deletions
|
@ -41,6 +41,9 @@ namespace nla {
|
|||
bool propagate_factorization(const dd::solver::equation& eq);
|
||||
|
||||
void add_dependencies(new_lemma& lemma, const dd::solver::equation& eq);
|
||||
void explain(const dd::solver::equation& eq, lp::explanation& exp);
|
||||
|
||||
void check_missing_propagation(const dd::solver::equation& eq);
|
||||
|
||||
// setup
|
||||
void configure();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue