mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
save
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
86a086b698
commit
c040a0b9a5
7 changed files with 76 additions and 210 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
expr_type& type() { return m_type; }
|
||||
const vector<nla_expr>& children() const { return m_children; }
|
||||
vector<nla_expr>& children() { return m_children; }
|
||||
|
||||
const T& value() const { SASSERT(m_type == expr_type::SCALAR); return m_v; }
|
||||
std::string str() const { std::stringstream ss; ss << *this; return ss.str(); }
|
||||
std::ostream & print_sum(std::ostream& out) const {
|
||||
bool first = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue