3
0
Fork 0
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:
Nikolaj Bjorner 2019-01-14 16:42:13 -08:00
parent b11ec3bfbf
commit ed7cac8cc0
4 changed files with 109 additions and 27 deletions

View file

@ -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();