mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
persist fields
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
86c11b9349
commit
93ee2a68a4
7 changed files with 60 additions and 33 deletions
|
@ -454,7 +454,7 @@ namespace sat {
|
|||
|
||||
void display_lookahead_scores(std::ostream& out);
|
||||
|
||||
stats const& stats() const { return m_stats; }
|
||||
stats const& get_stats() const { return m_stats; }
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue