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

feat: Stepwise Execution #10

Open
MartinKoelbl opened this issue Nov 5, 2022 · 0 comments
Open

feat: Stepwise Execution #10

MartinKoelbl opened this issue Nov 5, 2022 · 0 comments
Labels
epic A progress idea (e.g. creating a new version) with substantial effort.

Comments

@MartinKoelbl
Copy link
Collaborator

MartinKoelbl commented Nov 5, 2022

Description

Currently, the encoding describes facts and the analyses are searching for inconsistencies in these facts.
For a real execution, a stepwise execution is needed that uses states and respects time.

Solution

Implement or use some simple form of (predicate abstraction) model checking instead of only a sat solver.
Another solution is to introduce a variable for the current date and choose actions from activated possibilities.

@MartinKoelbl MartinKoelbl added the epic A progress idea (e.g. creating a new version) with substantial effort. label Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A progress idea (e.g. creating a new version) with substantial effort.
Projects
None yet
Development

No branches or pull requests

1 participant