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:
parent
5e749045e1
commit
316a0470b1
3 changed files with 70 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue