mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
move m_intervals to nla_core
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9b3ebfdd2a
commit
971ae50ba3
11 changed files with 20 additions and 25 deletions
|
@ -23,7 +23,7 @@
|
|||
namespace nla {
|
||||
template <typename T> rational tangents::val(T const& t) const { return m_core->val(t); }
|
||||
|
||||
tangents::tangents(core * c) : common(c) {}
|
||||
tangents::tangents(core * c) : common(c, nullptr) {}
|
||||
|
||||
|
||||
std::ostream& tangents::print_tangent_domain(const point &a, const point &b, std::ostream& out) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue