3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-12 17:11:15 +00:00

add eval field to sls-valuation to track temporary values.

This commit is contained in:
Nikolaj Bjorner 2024-02-26 14:54:15 -08:00
parent 8f139e862c
commit d774f07eb3
9 changed files with 339 additions and 336 deletions

View file

@ -41,7 +41,7 @@ namespace bv {
bool is_fixed1_basic(app* e) const;
void set_fixed_bw(app* e);
sls_valuation& wval0(expr* e);
sls_valuation& wval(expr* e);
public:
sls_fixed(sls_eval& ev);