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:
parent
861a31f458
commit
c87ae1e99b
5 changed files with 184 additions and 1 deletions
|
@ -232,6 +232,7 @@ namespace datalog {
|
|||
|
||||
context::~context() {
|
||||
reset();
|
||||
dealloc(m_params);
|
||||
}
|
||||
|
||||
void context::reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue