mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
save
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
86a086b698
commit
c040a0b9a5
7 changed files with 76 additions and 210 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue