mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
neatify logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b11ec3bfbf
commit
ed7cac8cc0
4 changed files with 109 additions and 27 deletions
|
@ -421,6 +421,9 @@ namespace sat {
|
|||
void mk_model();
|
||||
bool check_model(model const & m) const;
|
||||
void restart(bool to_base);
|
||||
svector<size_t> m_last_positions;
|
||||
unsigned m_last_position_log;
|
||||
unsigned m_restart_logs;
|
||||
unsigned restart_level(bool to_base);
|
||||
bool should_restart() const;
|
||||
void set_next_restart();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue