mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
trying to fix build problems
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3de940423f
commit
6fac8aa40c
3 changed files with 6 additions and 4 deletions
|
@ -205,6 +205,7 @@ namespace simplex {
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/**
|
||||
\brief Special version of compress, that is used when the column contain
|
||||
only one entry located at position singleton_pos.
|
||||
|
@ -221,7 +222,7 @@ namespace simplex {
|
|||
m_first_free_idx = -1;
|
||||
m_entries.shrink(1);
|
||||
}
|
||||
|
||||
#endif
|
||||
template<typename Ext>
|
||||
const typename sparse_matrix<Ext>::col_entry *
|
||||
sparse_matrix<Ext>::column::get_first_col_entry() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue