mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -49,8 +49,8 @@ struct common {
|
|||
core& _() { return *m_core; }
|
||||
const core& _() const { return *m_core; }
|
||||
|
||||
template <typename T> rational vvr(T const& t) const;
|
||||
rational vvr(lpvar) const;
|
||||
template <typename T> rational val(T const& t) const;
|
||||
rational val(lpvar) const;
|
||||
template <typename T> lpvar var(T const& t) const;
|
||||
bool done() const;
|
||||
template <typename T> void explain(const T&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue