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
This task involves designing and implementing the above process, in which sets of formula instances are coalesced using sets of event types, as a post-processing step (should only impact the output).
Note that this is trending towards an InvariMint-style representation in which variables in formulas may denote events (lowercase var names), or sets of events (upper-case var names): G(x -> XF(y)) versus G(X -> XF(Y))
[Issue created by bestchai: 2014-08-19]
The text was updated successfully, but these errors were encountered:
Given a set of formula instances like this:
We can more concisely represent this set as:
This task involves designing and implementing the above process, in which sets of formula instances are coalesced using sets of event types, as a post-processing step (should only impact the output).
Note that this is trending towards an InvariMint-style representation in which variables in formulas may denote events (lowercase var names), or sets of events (upper-case var names): G(x -> XF(y)) versus G(X -> XF(Y))
[Issue created by bestchai: 2014-08-19]
The text was updated successfully, but these errors were encountered: