-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Inference): Work harder in variable instantiation (#591)
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 <alan.lawrence@cambridgequantum.com>
- Loading branch information
Showing
1 changed file
with
151 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters