3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

fix the python build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-03 10:45:37 -07:00
parent 6cd495979d
commit 9dfe47a2cd

View file

@ -19,7 +19,6 @@
--*/
#include "math/lp/nla_basics_lemmas.h"
#include "math/lp/nla_core.h"
// #include "math/lp/factorization_factory_imp.h"
namespace nla {
monotone::monotone(core * c) : common(c) {}