Skip to content

Different behavior between API and direct call to z3 #7089

Closed Answered by franchouze
franchouze asked this question in Q&A
Discussion options

You must be logged in to vote

It was indeed a bug in my function. It seems that it was because I used mk_forall instead of mk_forall_const. The quantifier should be :

  let constr = Z3.Quantifier.expr_of_quantifier( Z3.Quantifier.mk_forall_const ctx [rvar_expr] r_body None [] [] None None) in

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by franchouze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant