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

[REQ] Add indication for vacuous proofs #2

Open
leonardolima opened this issue Jul 25, 2024 · 0 comments
Open

[REQ] Add indication for vacuous proofs #2

leonardolima opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@leonardolima
Copy link
Member

Is your feature request related to a problem? Please describe.

Considering the inputs

Signature:
p(x:int)
q(x:int)

Formula:
p(x) S[1,2] q(x)

Trace:
@1 q(1) q(2)
@1 p(1) p(3)
@2 p(1) p(2) p(3)
@5

The violation at time-point 0 does not point anywhere in the trace. Specifically, this happens because the corresponding proof (the PDT here is trivial) corresponds to VSinceOut 0. Such proofs (e.g., VPrevOutL, VPrevOutR, ...) do not contain subproofs and it is not yet clear how they should be presented.

Describe the solution you'd like

There should be an annotation somewhere pointing it out.

Describe alternatives you've considered

The annotation could potentially be included in the hovering table.

Additional context

No additional context.

@leonardolima leonardolima added the enhancement New feature or request label Jul 25, 2024
@leonardolima leonardolima changed the title [REQ] [REQ] Add indication of vacuous proofs Jul 25, 2024
@leonardolima leonardolima changed the title [REQ] Add indication of vacuous proofs [REQ] Add indication for vacuous proofs Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant