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:
parent
eae4de075b
commit
6173a0d025
5 changed files with 53 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
||||
// -----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue