3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-31 11:42:28 +00:00

add transformation to reduce overhead of negation for predicates with free variables

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-09-09 23:05:18 -07:00
parent 861a31f458
commit c87ae1e99b
5 changed files with 184 additions and 1 deletions

View file

@ -84,7 +84,7 @@ namespace datalog {
reset_dealloc_values(m_ground_unconditional_rule_heads);
}
rule_set * operator()(rule_set const & source);
virtual rule_set * operator()(rule_set const & source);
};
};