3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +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

@ -232,6 +232,7 @@ namespace datalog {
context::~context() {
reset();
dealloc(m_params);
}
void context::reset() {