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

Replace tree-based semantics by DAG based one #21

Open
javra opened this issue Mar 15, 2024 · 0 comments
Open

Replace tree-based semantics by DAG based one #21

javra opened this issue Mar 15, 2024 · 0 comments

Comments

@javra
Copy link
Collaborator

javra commented Mar 15, 2024

Right now series of confluent branchings blow up the generated term exponentially. This path explosion issue is not really necessary if we replace the use of AndOrTree in the semantics by a suitable data structure of series-parallel graphs that treat confluence points correctly (exactly the Sierra statements containing branch_align). The control flow of process_state in Aegis.Analyzer has to be changed to account for that.

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

1 participant