Closed MaxOstrowski closed 8 months ago
Its more complicated than this:
{foo(1..10)}.
:- #inf <= #sum {Y : foo(Y) } 15.
is also removed, as inf is translated with infinity, and math with infinity is always fun and not weird at all.
Solution:
Definition of funny:
Temporary helping formulas of the form
-infinity = auxvar
become
-infinity - auxvar = 0
become
-inifinity = 0
;)
Currently
ngo
math trait removes the second rule, but the correct meaning would be#inf > #sum {Y : foo(Y) }
OR#sum {Y : foo(Y) } > 15
example provided by @henryotunuya