mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix ubuntu's build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b46c67ce14
commit
f17c3c3b12
2 changed files with 5 additions and 4 deletions
|
@ -179,7 +179,7 @@ private:
|
|||
void init();
|
||||
void compute_basis();
|
||||
void compute_basis_init();
|
||||
std::unordered_set<lpvar> grobner::get_vars_of_expr_with_opening_terms(const nex* e);
|
||||
std::unordered_set<lpvar> get_vars_of_expr_with_opening_terms(const nex* e);
|
||||
void display_matrix(std::ostream & out) const;
|
||||
std::ostream& display(std::ostream& out) const { return m_gc.display(out); }
|
||||
void add_row(unsigned);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue