mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
work on Grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
70b57fbd02
commit
7d13bcb18e
4 changed files with 135 additions and 40 deletions
|
@ -345,7 +345,7 @@ public:
|
|||
}
|
||||
}; // end of var_eqs
|
||||
|
||||
template <typename T>
|
||||
std::ostream& operator<<(var_eqs<T> const& ve, std::ostream& out) { return ve.display(out); }
|
||||
// template <typename T>
|
||||
// std::ostream& operator<<(var_eqs<T> const& ve, std::ostream& out) { return ve.display(out); }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue