3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 20:35:51 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-01 13:18:26 -07:00
parent 86a086b698
commit c040a0b9a5
7 changed files with 76 additions and 210 deletions

View file

@ -30,7 +30,9 @@ core::core(lp::lar_solver& s, reslimit & lim) :
m_order(this),
m_monotone(this),
m_horner(this),
m_emons(m_evars) {}
m_emons(m_evars),
m_reslim(lim)
{}
bool core::compare_holds(const rational& ls, llc cmp, const rational& rs) const {
switch(cmp) {