3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-10 16:12:03 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-08-26 14:22:28 -07:00
parent 84da614de3
commit 349ebd0a5b
3 changed files with 7 additions and 2 deletions

View file

@ -1155,6 +1155,7 @@ namespace smt {
bool guess(bool_var var, lbool phase);
protected:
bool m_has_case_split = true;
bool decide();
void update_phase_cache_counter();