mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
wip - testing solve-eqs2, added as tactic
This commit is contained in:
parent
4d8860c0bc
commit
6c12aaad74
12 changed files with 135 additions and 60 deletions
|
@ -59,6 +59,10 @@ public:
|
|||
std::ostream& display(std::ostream& out);
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, expr_substitution& s) {
|
||||
return s.display(out);
|
||||
}
|
||||
|
||||
class scoped_expr_substitution {
|
||||
expr_substitution& m_subst;
|
||||
expr_ref_vector m_trail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue