mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Revised solver_pool
This commit is contained in:
parent
c893740e13
commit
49821e7c91
4 changed files with 110 additions and 77 deletions
|
@ -229,4 +229,8 @@ protected:
|
|||
|
||||
typedef ref<solver> solver_ref;
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, solver const& s) {
|
||||
return s.display(out);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue