mirror of
https://github.com/Z3Prover/z3
synced 2025-12-02 01:59:05 +00:00
shave off bv test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3e650a249
commit
59fad2b10a
2 changed files with 8 additions and 6 deletions
|
|
@ -95,7 +95,7 @@ namespace sls {
|
|||
void populate_update_stack(expr* e);
|
||||
void clear_update_stack();
|
||||
void insert_update_stack(expr* e);
|
||||
void insert_update(expr* e);
|
||||
void insert_update(expr* e, bool is_bv);
|
||||
|
||||
bool_info& get_bool_info(expr* e);
|
||||
double lookahead_update(expr* u, bvect const& new_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue