mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 01:21:14 +00:00
add eval field to sls-valuation to track temporary values.
This commit is contained in:
parent
8f139e862c
commit
d774f07eb3
9 changed files with 339 additions and 336 deletions
|
|
@ -99,7 +99,7 @@ namespace bv {
|
|||
/**
|
||||
* Retrieve valuation
|
||||
*/
|
||||
sls_valuation const& wval(expr* e) const { return m_eval.wval0(e); }
|
||||
sls_valuation const& wval(expr* e) const { return m_eval.wval(e); }
|
||||
|
||||
model_ref get_model();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue