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

Parity in Counterexample-Related Z3 Options for Command-Line vs Language Server #4792

Merged
merged 15 commits into from
Jan 22, 2024
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into CounterexampleParity
  • Loading branch information
Aleksandr Fedchin committed Jan 19, 2024
commit 83cc425f802c76a43c1c25edd47b9593bfbc36cd
4 changes: 3 additions & 1 deletion Source/DafnyCore/Options/DafnyCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ public static class DafnyCommands {
CommonOptionBag.WarnRedundantAssumptions,
CommonOptionBag.NoTimeStampForCoverageReport,
CommonOptionBag.VerificationCoverageReport,
CommonOptionBag.ExtractCounterexample
CommonOptionBag.ExtractCounterexample,
CommonOptionBag.ShowInference,
CommonOptionBag.ManualTriggerOption
}.ToList();

public static IReadOnlyList<Option> TranslationOptions = new Option[] {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.