We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pattern analysis can be simplified and generalized as follows:
pmandatory
absents
PatternMatchEgine.cc
always
_fixed
ptm->hasAnyVirtual()
This is a blocker for #2644
The text was updated successfully, but these errors were encountered:
linas
No branches or pull requests
Pattern analysis can be simplified and generalized as follows:
pmandatory
plusabsents
on a per-clause basis.PatternMatchEgine.cc
to handle them directly.always
has to be kept separate...._fixed
and use theptm->hasAnyVirtual()
to determine component bridging.This is a blocker for #2644
The text was updated successfully, but these errors were encountered: