mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
test 1
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82a364ed7b
commit
20277f4a3f
5 changed files with 250 additions and 72 deletions
|
@ -238,7 +238,7 @@ namespace simplex {
|
|||
--m_col.m_refs;
|
||||
}
|
||||
|
||||
row get_row() {
|
||||
row get_row() const {
|
||||
return row(m_col.m_entries[m_curr].m_row_id);
|
||||
}
|
||||
row_entry const& get_row_entry() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue