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

Solve unguarded recursion with the fixed point algorithm #115

Open
mniip opened this issue Jul 27, 2021 · 0 comments
Open

Solve unguarded recursion with the fixed point algorithm #115

mniip opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request uncommon in practice An issue that is not typically used, does not occur in our use.

Comments

@mniip
Copy link
Member

mniip commented Jul 27, 2021

Some of the unguarded recursion (involving monotonous connectives like allOf and anyOf) can be solved with the same algorithm we have for fixed points in FormulaF, except this time we're looking for least fixed points (?), so we substitute false.

@mniip mniip added enhancement New feature or request uncommon in practice An issue that is not typically used, does not occur in our use. labels Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request uncommon in practice An issue that is not typically used, does not occur in our use.
Projects
None yet
Development

No branches or pull requests

1 participant