Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: cprop rule:
(x + k1) - k2
becomes x - (k2 - k1)
, not `x -…
… (k1 - k2)`.
- Loading branch information