mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
build issues
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88374a15d0
commit
8c016abb12
10 changed files with 130 additions and 56 deletions
|
@ -293,12 +293,9 @@ public:
|
|||
return gt(a.e(), b.e());
|
||||
}
|
||||
void process_map_pair(nex*e, const rational& coeff, nex_sum & sum, std::unordered_set<nex const*>&);
|
||||
#ifdef Z3DEBUG
|
||||
static
|
||||
bool equal(const nex*, const nex* );
|
||||
static bool equal(const nex*, const nex* );
|
||||
nex* canonize(const nex*);
|
||||
nex* canonize_mul(nex_mul*);
|
||||
unsigned find_sum_in_mul(const nex_mul* a) const;
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue