mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
ate/acce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a6ac6958a6
commit
e95840b640
5 changed files with 90 additions and 34 deletions
|
@ -48,7 +48,7 @@ namespace sat {
|
|||
// stats
|
||||
unsigned m_elim_literals;
|
||||
unsigned m_elim_learned_literals;
|
||||
unsigned m_hidden_tautologies;
|
||||
unsigned m_tr;
|
||||
|
||||
literal_vector m_pos, m_neg; // literals (complements of literals) in clauses sorted by discovery time (m_left in BIG).
|
||||
literal_vector m_to_delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue