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

Merged
merged 18 commits into from
Feb 7, 2025
Merged

Do not evaluate programs on stuck terms #110

merged 18 commits into from
Feb 7, 2025

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
@ajreynol ajreynol merged commit 45098f6 into main Feb 7, 2025
20 checks passed
@ajreynol ajreynol deleted the hoEval branch February 7, 2025 18:30
@ajreynol ajreynol mentioned this pull request Feb 17, 2025
ajreynol added a commit that referenced this pull request Feb 18, 2025
This adds a new class of statistics that counts the number of calls to
programs, which can enable more fine grained profiling.

This also corrects a minor inconsistency in oracles/programs introduced
in #110, where the check for "stuck"
terms should be applied uniformly for programs and oracles.

Example output:

```
========================================================================
mkExprCount = 793
newExprCount = 700
deleteExprCount = 69
symCount = 226
litCount = 7
time = 23904
====================================================================================
                                  Rule  #      t                t/#       #mkExpr   
====================================================================================
                          arith_sum_ub: 1      1565 (6.5%)      1565      46        
                        arith_mult_neg: 1      753 (3.2%)       753       25        
                        arith_mult_pos: 1      262 (1.1%)       262       22        
====================================================================================
                               Program  #      
====================================================================================
                         is_arith_type: 18
                  arith_typeunion_nary: 13
                       mk_arith_sum_ub: 4
                         arith_rel_sum: 3
                  mk_arith_sum_ub_step: 3
                         arith_rel_inv: 1
                     mk_arith_mult_pos: 1
                     mk_arith_mult_neg: 1
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.

2 participants