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 latex_output for ⊤ and ⊥ #586

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

kazarmy
Copy link
Contributor

@kazarmy kazarmy commented Aug 8, 2024

Given not-true.smt2:

(set-info :smt-lib-version 2.6)
(set-logic QF_UF)

(assert (not true))

(check-sat)
(exit)

and:

 vampire --latex_output tex/not-true.tex not-true.smt2

this PR fixes the following:

before-not-true

so that it becomes:

after-not-true

@quickbeam123 quickbeam123 merged commit e8ac004 into vprover:master Aug 8, 2024
1 check 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