mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
create separate file for expression based lookahead solver
This commit is contained in:
parent
f6e7dcff47
commit
d805322dfb
7 changed files with 896 additions and 798 deletions
|
@ -80,6 +80,7 @@ namespace sls {
|
|||
var_t m_best_var = UINT_MAX;
|
||||
unsigned m_best_last_step = 0;
|
||||
unsigned m_num_lookaheads = 0;
|
||||
double m_best_score = 0;
|
||||
|
||||
// avoid checking the same updates twice
|
||||
var_t m_last_var = UINT_MAX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue