mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
updates to poly
This commit is contained in:
parent
cecaf25c6f
commit
d48247c5f2
7 changed files with 55 additions and 38 deletions
|
@ -59,7 +59,6 @@ namespace polysat {
|
|||
stats m_stats;
|
||||
core m_core;
|
||||
intblast::solver m_intblast;
|
||||
bool m_use_intblast_model = false;
|
||||
|
||||
vector<pdd> m_var2pdd; // theory_var 2 pdd
|
||||
bool_vector m_var2pdd_valid; // valid flag
|
||||
|
@ -73,6 +72,8 @@ namespace polysat {
|
|||
unsigned m_lemma_level = 0;
|
||||
expr_ref_vector m_lemma;
|
||||
|
||||
sat::check_result intblast();
|
||||
|
||||
// internalize
|
||||
bool visit(expr* e) override;
|
||||
bool visited(expr* e) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue