feat: implement all "main" features from the solver API, related tests, document missing features in README#41
Merged
abdoo8080 merged 17 commits intoabdoo8080:mainfrom Apr 9, 2026
Conversation
Collaborator
AdrienChampion
commented
Apr 8, 2026
- document missing features in README
- add all main features in the solver API, see README for missing ones
- add all main-features-related solver tests
…t`-like functions
abdoo8080
approved these changes
Apr 9, 2026
abdoo8080
pushed a commit
that referenced
this pull request
Apr 10, 2026
…s, document missing features in README (#41) * feat: solver `declareSort`, `defineFun`-like functions, `declareDatatype` * feat: solver `push`, `pop`, improved `getProof` * feat: solver `getUnsatCoreLemmas`, improve `proofToString`, `getAbduct`-like functions * chore(test): add all solver tests for the solver features implemented so far * feat: solver `getInterpolant`-like functions and tests * feat: solver `declarePool` * feat: solver `getLearnedLiterals`, `getTimeoutCore`-like functions, with tests * feat: solver `isModelCoreSymbol`, `getModel`, with tests * feat: solver quantifier elimination functions, with tests * feat: solver separation logic features, with tests * feat: solver `blockModel`-like features, with tests * feat: solver `setInfo` and `getInstantiations`, with tests * feat: solver `declareOracleFun`, with tests * chore(test): uncomment missing part of `declareOracleFunError` solver test * chore(test): re-activate `Sort.null`-related test bits * chore(doc): document missing features in the readme * chore: format `ffi.cpp`
abdoo8080
pushed a commit
that referenced
this pull request
Apr 10, 2026
…s, document missing features in README (#41) * feat: solver `declareSort`, `defineFun`-like functions, `declareDatatype` * feat: solver `push`, `pop`, improved `getProof` * feat: solver `getUnsatCoreLemmas`, improve `proofToString`, `getAbduct`-like functions * chore(test): add all solver tests for the solver features implemented so far * feat: solver `getInterpolant`-like functions and tests * feat: solver `declarePool` * feat: solver `getLearnedLiterals`, `getTimeoutCore`-like functions, with tests * feat: solver `isModelCoreSymbol`, `getModel`, with tests * feat: solver quantifier elimination functions, with tests * feat: solver separation logic features, with tests * feat: solver `blockModel`-like features, with tests * feat: solver `setInfo` and `getInstantiations`, with tests * feat: solver `declareOracleFun`, with tests * chore(test): uncomment missing part of `declareOracleFunError` solver test * chore(test): re-activate `Sort.null`-related test bits * chore(doc): document missing features in the readme * chore: format `ffi.cpp`
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.