From expressions such as
and similar, we should construct an ideally precise domain of the expression (in this case, a+b) and use it for efficient representation. Example: #267.
Discussion: https://docs.google.com/document/d/1IWsQLhHbGTHUu3_XeRg99KCGct5KRdNo00AR806HGEw/edit?usp=sharing.
From expressions such as
and similar, we should construct an ideally precise domain of the expression (in this case,
a+b) and use it for efficient representation. Example: #267.Discussion: https://docs.google.com/document/d/1IWsQLhHbGTHUu3_XeRg99KCGct5KRdNo00AR806HGEw/edit?usp=sharing.
((x<=5 && y<=3) || (x>=7 && y>=9)) && x!=3.