3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

b-and, stats, reinsert variable to heap, debugging

This commit is contained in:
Nikolaj Bjorner 2023-12-11 20:22:23 -08:00
parent c03a05eb75
commit f388f58a4b
10 changed files with 55 additions and 30 deletions

View file

@ -137,7 +137,7 @@ namespace intblast {
sat::literal_vector const& unsat_core();
rational get_value(expr* e) const;
void add_value(euf::enode* n, model& mdl, expr_ref_vector& values);
};