mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
adding ack/model
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f0b5bc129
commit
4244ce4aad
31 changed files with 831 additions and 914 deletions
|
@ -454,6 +454,8 @@ namespace sat {
|
|||
|
||||
void display_lookahead_scores(std::ostream& out);
|
||||
|
||||
stats const& stats() const { return m_stats; }
|
||||
|
||||
protected:
|
||||
|
||||
unsigned m_conflicts_since_init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue