poi
poi copied to clipboard
Add `(!= _)` constraint on constants in rules
Currently, this is not possible to express.
Add:
- [ ]
inv((* \k:(!= 0))) => (/ k) - [ ]
inv((/ \k:(!= 0))) => (* k)