Skip to content

Remove support for CVC 3 and CVC 4#8967

Merged
tautschnig merged 1 commit intodevelopfrom
smt-solver-cleanup
Apr 25, 2026
Merged

Remove support for CVC 3 and CVC 4#8967
tautschnig merged 1 commit intodevelopfrom
smt-solver-cleanup

Conversation

@kroening
Copy link
Copy Markdown
Collaborator

@kroening kroening commented Apr 20, 2026

This removes the support for CVC 3 and CVC 4.

CVC 3 and 4 have been superseded by CVC 5.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • n/a Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.50%. Comparing base (1b41bbe) to head (62a9c66).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8967      +/-   ##
===========================================
- Coverage    81.06%   80.50%   -0.56%     
===========================================
  Files         1704     1704              
  Lines       210005   188778   -21227     
  Branches        73       73              
===========================================
- Hits        170235   151974   -18261     
+ Misses       39770    36804    -2966     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@tautschnig tautschnig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd agree with CVC 3 and CVC 4, but Yices last released on 2025-07-16, see https://github.com/SRI-CSL/yices2/releases/tag/yices-2.7.0. Compare that to Boolector, which has the repository marked as "archived" and last released in August 2024.

@kroening kroening force-pushed the smt-solver-cleanup branch from cc87c69 to f86ec49 Compare April 25, 2026 15:24
@kroening kroening changed the title Remove support for CVC 3, CVC 4, Yices Remove support for CVC 3 and CVC 4 Apr 25, 2026
This removes the support for CVC 3 and CVC 4.

CVC 3 and 4 have been superseded by CVC 5.
@kroening kroening force-pushed the smt-solver-cleanup branch from f86ec49 to 62a9c66 Compare April 25, 2026 15:26
@kroening kroening assigned tautschnig and unassigned kroening Apr 25, 2026
@tautschnig tautschnig merged commit b32074b into develop Apr 25, 2026
42 of 44 checks passed
@tautschnig tautschnig deleted the smt-solver-cleanup branch April 25, 2026 18:17
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.

3 participants