3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

more fixes in simplifying nex expessions

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-30 16:53:46 -07:00
parent 5e749045e1
commit 316a0470b1
3 changed files with 70 additions and 21 deletions

View file

@ -50,7 +50,6 @@ inline std::ostream & operator<<(std::ostream& out, expr_type t) {
}
class nex;
bool less_than_nex_standard(const nex* a, const nex* b);
class nex_scalar;
// This is the class of non-linear expressions