mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
renam vvr to val
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
11e3e1b463
commit
02379417a6
11 changed files with 155 additions and 236 deletions
|
@ -80,7 +80,7 @@ private:
|
|||
const rational & correct_val,
|
||||
const rational & val,
|
||||
bool below) const;
|
||||
template <typename T> rational vvr(T const& t) const;
|
||||
template <typename T> rational val(T const& t) const;
|
||||
template <typename T> lpvar var(T const& t) const { return t.var(); }
|
||||
}; // end of tangents
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue