mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
disable all propagation until ematch incompleteness is fixed
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
94cc4ead72
commit
c0c3e685e7
3 changed files with 14 additions and 14 deletions
|
@ -89,7 +89,7 @@ namespace q {
|
|||
unsigned_vector m_clause_queue;
|
||||
euf::enode_pair_vector m_evidence;
|
||||
|
||||
euf::enode* const* alloc_nodes(clause& c, euf::enode* const* _binding);
|
||||
euf::enode* const* copy_nodes(clause& c, euf::enode* const* _binding);
|
||||
binding* tmp_binding(clause& c, app* pat, euf::enode* const* _binding);
|
||||
binding* alloc_binding(clause& c, app* pat, euf::enode* const* _binding, unsigned max_generation, unsigned min_top, unsigned max_top);
|
||||
|
||||
|
@ -127,7 +127,6 @@ namespace q {
|
|||
|
||||
bool unit_propagate();
|
||||
|
||||
// void init_search();
|
||||
|
||||
void add(quantifier* q);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue