mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +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
|
|
@ -102,7 +102,7 @@ namespace simplex {
|
|||
void compress(manager& m, vector<column> & cols);
|
||||
void compress_if_needed(manager& m, vector<column> & cols);
|
||||
void save_var_pos(svector<int> & result_map, unsigned_vector& idxs) const;
|
||||
bool is_coeff_of(var_t v, numeral const & expected) const;
|
||||
//bool is_coeff_of(var_t v, numeral const & expected) const;
|
||||
int get_idx_of(var_t v) const;
|
||||
};
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ namespace simplex {
|
|||
void reset();
|
||||
void compress(vector<_row> & rows);
|
||||
void compress_if_needed(vector<_row> & rows);
|
||||
void compress_singleton(vector<_row> & rows, unsigned singleton_pos);
|
||||
//void compress_singleton(vector<_row> & rows, unsigned singleton_pos);
|
||||
col_entry const * get_first_col_entry() const;
|
||||
col_entry & add_col_entry(int & pos_idx);
|
||||
void del_col_entry(unsigned idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue