mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
1e723d5265
When the constraint is of the form, `k1 * x = k2 * y`, and `gcd k1 k2 /= 1`, simplify the constraint to `(k1 / gcd k1 k2) * x = (k2 / gcd k1 k2) * y`. (NOTE: this doesn't produce a new constraint that uses division, but evaluates the two two constants.) |
||
---|---|---|
.. | ||
Cryptol | ||
GitRev.hs |