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

No trimming of split constraints when printed #4644

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

PetarMax
Copy link
Contributor

This PR disables the trimming of split constraints when showing a KCFG.

The reason for this is as follows:

  • the constraints guide the debugging of Kontrol proofs in many cases, and it is likely that they will serve a similar purpose for other semantics;
  • if --no-minimize is turned on, which disables the trimming, the KCFG will also contain all of the substitutions printed explicitly, which are very large and hinder navigation through the KCFG considerably.

@PetarMax PetarMax self-assigned this Sep 18, 2024
@rv-jenkins rv-jenkins changed the base branch from master to develop September 18, 2024 14:51
@rv-jenkins rv-jenkins merged commit 5df9ce4 into develop Sep 18, 2024
17 checks passed
@rv-jenkins rv-jenkins deleted the petar/constraint-printing branch September 18, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants