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
Some optimizations could be implemented to get plan4past work faster.
As the compiler works on the syntactic structure of the PPLTL formula, a preprocessing to simplify the input formula could improve the performances
Simplify the model of actions and axioms by checking the monotonicity of formulas. For instance, when O(a) becomes true, then it can not be falsified in the future. This implies that the conditional effect \neg ppnf(O(a)) -> \neg "Y(O(a)) is redundant and not needed.
The text was updated successfully, but these errors were encountered:
Some optimizations could be implemented to get plan4past work faster.
O(a)
becomes true, then it can not be falsified in the future. This implies that the conditional effect\neg ppnf(O(a)) -> \neg "Y(O(a))
is redundant and not needed.The text was updated successfully, but these errors were encountered: