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:
parent
3237bd9243
commit
7a950dd667
5 changed files with 107 additions and 2 deletions
|
@ -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; }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue