mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove xcode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7327023c88
commit
80879ce58b
2 changed files with 3 additions and 9 deletions
|
@ -2309,6 +2309,8 @@ namespace z3 {
|
|||
}
|
||||
|
||||
friend std::ostream & operator<<(std::ostream & out, model const & m);
|
||||
|
||||
std::string to_string() const { return std::string(Z3_model_to_string(ctx(), m_model); }
|
||||
};
|
||||
inline std::ostream & operator<<(std::ostream & out, model const & m) { out << Z3_model_to_string(m.ctx(), m); return out; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue