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
Filter NACs can be quite costly (we don't yet know how costly).
Here are some ideas to reduce the number of filter NACs we currently generate:
Don't generate filter NACs if the forbidden structure is impossible anyway (multiplicities 0..1, container semantics, multiplicities and other matched edges in the same pattern?, ...)
Check if we handle the case where the forbidden edge can never be translated anyway with the rules of the TGG (and if we handle this generally enough)
The text was updated successfully, but these errors were encountered:
Filter NACs can be quite costly (we don't yet know how costly).
Here are some ideas to reduce the number of filter NACs we currently generate:
The text was updated successfully, but these errors were encountered: