mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
parent
8cdf754990
commit
25edc98f36
5 changed files with 60 additions and 26 deletions
|
@ -70,6 +70,10 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, monomial const& m) {
|
||||
return out << m.var() << " := " << m.vars() << " r " << m.rsign() << " * " << m.rvars();
|
||||
}
|
||||
|
||||
|
||||
typedef std::unordered_map<lpvar, rational> variable_map_type;
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue