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
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.
The text was updated successfully, but these errors were encountered:
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 containingbranch_align
). The control flow ofprocess_state
inAegis.Analyzer
has to be changed to account for that.The text was updated successfully, but these errors were encountered: