mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
pb solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9734bab205
commit
c42f0d60e6
2 changed files with 35 additions and 21 deletions
|
@ -33,7 +33,7 @@ namespace smt {
|
|||
typedef svector<std::pair<literal, numeral> > arg_t;
|
||||
|
||||
struct stats {
|
||||
unsigned m_num_axioms;
|
||||
unsigned m_num_conflicts;
|
||||
unsigned m_num_propagations;
|
||||
unsigned m_num_predicates;
|
||||
unsigned m_num_compiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue