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
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.
The text was updated successfully, but these errors were encountered:
MartinKoelbl
added
the
epic
A progress idea (e.g. creating a new version) with substantial effort.
label
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.
The text was updated successfully, but these errors were encountered: