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

Fix CVC5 model comments #28

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

dranov
Copy link
Contributor

@dranov dranov commented Jul 10, 2024

Previously they returned .malformed due to the whitespace check on L194-195.

Example file that would previously trigger the "Malformed" error message:

import Auto

set_option auto.smt true
set_option trace.auto.smt.model true
set_option auto.smt.solver.name "cvc5"

theorem model1 {a : Type} (rel : a → a → Prop) (s1 s2 : a) :
  rel s1 s2 → rel s2 s1 := by
  auto

Previously they returned `.malformed` due to the whitespace check
on L194-195.
@PratherConid PratherConid merged commit 0831a6e into leanprover-community:main Jul 18, 2024
2 checks passed
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