3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-06 17:25:30 -08:00
parent e3e650a249
commit 59fad2b10a
2 changed files with 8 additions and 6 deletions

View file

@ -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);