You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code has been implemented to find a minimum extension solution for metavariables which loop into themselves, but we can also arrive at the state during this phase of unification where we end up with multiple variables which form a loop, which should be treated similarly. Currently, when we reach this condition an error is thrown.
The text was updated successfully, but these errors were encountered:
Extend the `instantiate_variables` method in extension inference to
handle the case where we end up with variables which form loops of
`Plus` constraints with other metavariables. This is required to get the
rest of the test variants in `test_cfg_loops` to work
Resolves#598
---------
Co-authored-by: Alan Lawrence <[email protected]>
Code has been implemented to find a minimum extension solution for metavariables which loop into themselves, but we can also arrive at the state during this phase of unification where we end up with multiple variables which form a loop, which should be treated similarly. Currently, when we reach this condition an error is thrown.
The text was updated successfully, but these errors were encountered: