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

Do not evaluate programs on stuck terms #110

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Do not evaluate programs on stuck terms #110

wants to merge 18 commits into from

Conversation

ajreynol
Copy link
Member

@ajreynol ajreynol commented Jan 29, 2025

Modifies our definition so that unapplied literal operators, programs and oracles are considered "evaluatable".

Modifies the evaluator to not execute programs that have stuck terms.

This leads to better error messages, in particular for users passing evaluatable functions as higher-order arguments, which is not currently supported.

After my latest commit on this PR (to undo an oversimplification to the code), I have verified that the current signature in cvc5 is not impacted by this change.

@ajreynol ajreynol added the draft label Jan 29, 2025
@ajreynol ajreynol removed the draft label Jan 30, 2025
@ajreynol ajreynol added the draft label Jan 30, 2025
@ajreynol ajreynol removed the draft label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant