-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update windows binary * Fix bitwuzla Fp on windows * Handle empty test data * remove unsupported test cases * Fix test infrastructure * Fix function-as-array evaluation * Uninterpreted sort universe * Staged ITE simplifier * Uninterpreted sort values evaluation * Fix quantifiers evaluation * Use biased fp value constructor in Z3 * Fix Bv default value sampler * Fix ite simplifier * Filter out underspecified operations * Fix Bv shifts * Fix fp round * Detect Fp underspecified operations in tests * Test report merge * Test ignore utility * Fix bitwuzla fma internalizer * Guard solver API's with context match checks * Check function interpretation args in models * Check function interpretation args in models * Fix bitwuzla fp from bv converter * Update linux bitwuzla native * Fix Bitwuzla constants reverse cache * Fix bitwuzla native on Windows * Fix Bitwuzla Bv constants on Windows * Fix Bitwuzla Bv constants on Windows * Generate uninterpreted sorts cardinality constraints in one traverse * Upgrade version
- Loading branch information
Showing
54 changed files
with
1,673 additions
and
318 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ plugins { | |
} | ||
|
||
group = "org.ksmt" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
|
||
repositories { | ||
mavenCentral() | ||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.