mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 23:19:32 +00:00
crash
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a5dd59fdfb
commit
abf29b57aa
9 changed files with 999 additions and 903 deletions
|
|
@ -45,6 +45,8 @@ typedef vector<column_cell> column_strip;
|
|||
|
||||
template <typename T>
|
||||
using row_strip = vector<row_cell<T>>;
|
||||
mpq get_denominators_lcm(const row_strip<mpq> & row);
|
||||
|
||||
template <typename T>
|
||||
std::ostream& operator<<(std::ostream& out, const row_strip<T>& r) {
|
||||
for (auto const& c : r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue