3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-05 23:05:46 +00:00

add condition that degree is reduced

This commit is contained in:
Jakob Rath 2021-09-09 10:54:33 +02:00
parent 611c28fc47
commit ec882d10da
2 changed files with 40 additions and 22 deletions

View file

@ -38,6 +38,7 @@ namespace polysat {
private:
bool is_positive_equality_over(pvar v, signed_constraint const& c);
signed_constraint resolve1(pvar v, signed_constraint c1, signed_constraint c2);
signed_constraint find_replacement(signed_constraint c2, pvar v, conflict_core& core);
lbool try_explain1(pvar v, conflict_core& core);
public:
bool try_explain(pvar v, conflict_core& core) override;