Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No meaningful DFG/EOG queries possible which consider the overlay graph #2078

Open
KuechA opened this issue Feb 26, 2025 · 1 comment
Open

Comments

@KuechA
Copy link
Contributor

KuechA commented Feb 26, 2025

We cannot have any assumptions on the existence of DFG and EOG queries and also have to consider that they may loop between the overlay and underlying node (see concept discussed in #1994 ). This is a challenge for the DFG and EOG queries and extensions which are likely to return meaningless results.

Workaround: Do not use the overlay nodes in queries. However, this won't work if we have a requirement on the DFG which do not end up in the underlying node but are only present as a DFG to the overlay node (i.e., the alwaysFlowsTo query won't work).

@oxisto
Copy link
Member

oxisto commented Mar 12, 2025

Is this fixed by the EOG stuff in #2101 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants