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

propagate value initialization to atoms

This commit is contained in:
Nikolaj Bjorner 2025-09-24 11:01:24 +03:00
parent eae4de075b
commit 6173a0d025
5 changed files with 53 additions and 8 deletions

View file

@ -269,6 +269,7 @@ namespace smt {
// ----------------------------------
vector<std::pair<expr_ref, expr_ref>> m_values;
void initialize_value(expr* var, expr* value);
void initialize_values();
// -----------------------------------