mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
work on Grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7d13bcb18e
commit
2c1d68e163
3 changed files with 47 additions and 42 deletions
|
@ -344,8 +344,4 @@ public:
|
|||
}
|
||||
}
|
||||
}; // end of var_eqs
|
||||
|
||||
// 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