mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
remove a method
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c1ee4600d1
commit
7fa4371d96
2 changed files with 1 additions and 22 deletions
|
@ -104,9 +104,7 @@ struct core {
|
|||
std::unordered_map<unsigned_vector, unsigned, hash_svector> m_mkeys; // the key is the sorted vars of a monomial
|
||||
tangents m_tangents;
|
||||
basics m_basics;
|
||||
// methods
|
||||
unsigned find_monomial(const unsigned_vector& k) const;
|
||||
core(lp::lar_solver& s, reslimit& lim, params_ref const& p);
|
||||
core(lp::lar_solver& s);
|
||||
|
||||
bool compare_holds(const rational& ls, llc cmp, const rational& rs) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue