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

fix the merge

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-23 03:27:31 -07:00
parent 3b9b4d973b
commit b6513b8e2d
9 changed files with 20 additions and 535 deletions

View file

@ -21,11 +21,11 @@
#pragma once
#include "util/rational.h"
#include "util/lp/monomial.h"
#include "util/lp/nla_defs.h"
namespace nla {
struct factorization_factory;
typedef unsigned lpvar;
enum class factor_type { VAR, MON };