3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

reshaffle the template definitions from nla_interval.h to nla_interval.cpp

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-16 13:46:57 -10:00
parent b6c28764f8
commit 519bbc5af1
3 changed files with 216 additions and 193 deletions

View file

@ -30,6 +30,8 @@
#include "math/lp/nex.h"
#include "math/lp/horner.h"
#include "math/lp/nla_grobner.h"
#include "math/lp/nla_intervals.h"
namespace nla {
template <typename A, typename B>