mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 13:39:28 +00:00
add facility to experiment with nla justified conflicts from Grobner equations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bdac86501d
commit
18fc6914d3
3 changed files with 38 additions and 12 deletions
|
@ -43,6 +43,8 @@ namespace nla {
|
|||
void add_dependencies(new_lemma& lemma, const dd::solver::equation& eq);
|
||||
void explain(const dd::solver::equation& eq, lp::explanation& exp);
|
||||
|
||||
bool is_nla_conflict(const dd::solver::equation& eq);
|
||||
bool add_nla_conflict(const dd::solver::equation& eq);
|
||||
void check_missing_propagation(const dd::solver::equation& eq);
|
||||
|
||||
// setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue