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:
parent
bcf66f214f
commit
d8741b4aec
2 changed files with 9 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue