Skip to content
New issue

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

Linear/confluent rules exploration #717

Open
rensink opened this issue Nov 28, 2012 · 1 comment
Open

Linear/confluent rules exploration #717

rensink opened this issue Nov 28, 2012 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rensink
Copy link
Collaborator

rensink commented Nov 28, 2012

In some cases, the order in which the different matches of a rule are applied is irrelevant to the result; effectively, it is a universal quantification. One could express this in a control program by a statement of the kind

linear a;

which only explores a single match at a time, but does this as long as there are matches. In effect, this means locally linear exploration of this one rule.

(This in fact needs a bit of thought: couldn't one use universal quantification instead?)

Reported by: rensink

@rensink
Copy link
Collaborator Author

rensink commented Apr 17, 2013

  • Group: --> None

Original comment by: rensink

@rensink rensink self-assigned this Mar 7, 2024
@rensink rensink added enhancement New feature or request and removed feature-request labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant