3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-31 15:24:55 +00:00

have apply-update check can_set instead of caller

This commit is contained in:
Nikolaj Bjorner 2024-12-30 08:56:09 -08:00
parent bcf66f214f
commit d8741b4aec
2 changed files with 9 additions and 19 deletions

View file

@ -108,7 +108,7 @@ namespace sls {
void try_set(expr* u, bvect const& new_value);
void add_updates(expr* u);
void apply_update(expr* e, bvect const& new_value, char const* reason);
bool apply_update(expr* e, bvect const& new_value, char const* reason);
bool apply_random_move(ptr_vector<expr> const& vars);
bool apply_guided_move(ptr_vector<expr> const& vars);
bool apply_random_update(ptr_vector<expr> const& vars);