-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[proofs] [alethe] Improve error flagging to catch unsupported types (c…
…vc5#11235) This allows cvc5 to realize it is in an unsupported fragment of Alethe also when the problem contains only variables of unsupported theories, which requires us to look at their type. As a consequence, we can re-enable a few regressions. This fixes the nightlies, where a build with Cocoa (which is not tested together with Alethe in CI) was generating proofs without FF operators but with FF variables.
- Loading branch information
Showing
5 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
;; Codatatypes are not supported in Alethe | ||
; DISABLE-TESTER: alethe | ||
(set-logic QF_ALL) | ||
(set-info :status unsat) | ||
|
||
|
2 changes: 0 additions & 2 deletions
2
test/regress/cli/regress1/quantifiers/issue6642-em-types.smt2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters