mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
enable propagation
This commit is contained in:
parent
9f9543ef69
commit
90fd3d82fc
7 changed files with 41 additions and 22 deletions
|
@ -89,6 +89,7 @@ namespace q {
|
|||
unsigned m_qhead = 0;
|
||||
unsigned_vector m_clause_queue;
|
||||
euf::enode_pair_vector m_evidence;
|
||||
bool m_enable_propagate = true;
|
||||
|
||||
euf::enode* const* copy_nodes(clause& c, euf::enode* const* _binding);
|
||||
binding* tmp_binding(clause& c, app* pat, euf::enode* const* _binding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue