mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 15:24:55 +00:00
Fix crash exposed in QF_UFNIA
This commit is contained in:
parent
9e8dd68ee6
commit
f6e7dcff47
4 changed files with 37 additions and 31 deletions
|
@ -64,6 +64,7 @@ namespace sls {
|
|||
void critical_move(var_t v, num_t const& delta, move_t mt);
|
||||
void lookahead(var_t v, num_t const& delta);
|
||||
double get_score(var_t v, num_t const& delta);
|
||||
void add_lookahead(sat::bool_var bv);
|
||||
|
||||
|
||||
unsigned m_no_improve_bool = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue