3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

patch reals

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-29 13:25:59 -07:00
parent 3237bd9243
commit 7a950dd667
5 changed files with 107 additions and 2 deletions

View file

@ -103,5 +103,6 @@ public:
}
const unsigned * begin() const { return m_index.begin(); }
const unsigned * end() const { return m_index.end(); }
const unsigned_vector& index() { return m_index; }
};
}