mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 10:26:06 +00:00

Previously, an equality constraint was used only as a normalization rule. This created a problem for constraints of the form "4*b=c", because it would not allow proving that "b <= c" (since the normalization of "4*b" kicks in only if "b" is multiplied by a multiple of 4. Now we add the equality constraints also in the inequality reasoning state.