mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
rewrite terminology for policheck
Signed-off-by: nikolajbjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7735a40752
commit
aa40316268
5 changed files with 21 additions and 19 deletions
|
@ -19,6 +19,7 @@ Revision History:
|
|||
#include<memory.h>
|
||||
#include"sat_clause.h"
|
||||
#include"z3_exception.h"
|
||||
#include"trace.h"
|
||||
|
||||
namespace sat {
|
||||
|
||||
|
@ -173,6 +174,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
void clause_allocator::del_clause(clause * cls) {
|
||||
TRACE("sat", tout << "delete: " << cls->id() << " " << cls << "\n";);
|
||||
m_id_gen.recycle(cls->id());
|
||||
size_t size = clause::get_obj_size(cls->m_capacity);
|
||||
#ifdef _AMD64_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue