mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
rename
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
620204bbb4
commit
d0d06c288a
4 changed files with 13 additions and 8 deletions
|
@ -1409,11 +1409,11 @@ public:
|
|||
|
||||
lp::impq get_ivalue(theory_var v) const {
|
||||
SASSERT(is_registered_var(v));
|
||||
return lp().get_ivalue(get_tv(v));
|
||||
return lp().get_tv_ivalue(get_tv(v));
|
||||
}
|
||||
|
||||
rational get_value(theory_var v) const {
|
||||
return is_registered_var(v) ? lp().get_value(get_tv(v)) : rational::zero();
|
||||
return is_registered_var(v) ? lp().get_tv_value(get_tv(v)) : rational::zero();
|
||||
}
|
||||
|
||||
bool m_model_is_initialized{ false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue