mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
cleaning up lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e2f7f7177
commit
9ebe980b44
6 changed files with 17 additions and 24 deletions
|
@ -358,7 +358,7 @@ namespace sat {
|
|||
literal select_lookahead(literal_vector const& assumptions, bool_var_vector const& vars);
|
||||
|
||||
protected:
|
||||
unsigned m_conflicts;
|
||||
unsigned m_conflicts_since_init;
|
||||
unsigned m_restarts;
|
||||
unsigned m_conflicts_since_restart;
|
||||
unsigned m_restart_threshold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue