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
Now that views::SiblingSubgraph no longer stores a reference to the Hugr, it is impossible to inspect the subgraph of the Hugr (e.g. exploring the subgraph).
For usability it would be helpful to have a method subgraph.as_subhugr(&hugr) or similar to access the underlying sub-Hugr.
The text was updated successfully, but these errors were encountered:
Now that
views::SiblingSubgraph
no longer stores a reference to the Hugr, it is impossible to inspect the subgraph of the Hugr (e.g. exploring the subgraph).For usability it would be helpful to have a method
subgraph.as_subhugr(&hugr)
or similar to access the underlying sub-Hugr.The text was updated successfully, but these errors were encountered: