mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 00:28:06 +00:00
code cleanup, add comments
This commit is contained in:
parent
322dcec531
commit
bcf66f214f
2 changed files with 96 additions and 62 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);
|
||||
void 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