3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

move m_intervals to nla_core

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-28 17:12:48 -07:00
parent 9b3ebfdd2a
commit 971ae50ba3
11 changed files with 20 additions and 25 deletions

View file

@ -22,7 +22,7 @@
#include "math/lp/factorization_factory_imp.h"
namespace nla {
basics::basics(core * c) : common(c) {}
basics::basics(core * c) : common(c, nullptr) {}
// Monomials m and n vars have the same values, up to "sign"
// Generate a lemma if values of m.var() and n.var() are not the same up to sign