We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a7e00 commit b54ed38Copy full SHA for b54ed38
RELEASE_NOTES.md
@@ -13,8 +13,10 @@ Version 4.15.0
13
- Improved integer cut algorithms for linear integer arithmetic.
14
It integrates diophantine equation solving with stronger cuts.
15
- C and OCaml API for accessing numerics, thanks to Josh Berdine
16
+- A minimal mcp server in src/api/z3mcp.py that can run locally.
17
- Bug fixes.
18
19
+
20
Version 4.14.1
21
==============
22
- Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API.
scripts/release.yml
@@ -587,7 +587,7 @@ stages:
587
588
589
- job: NuGetPublish
590
- condition: eq(0,1)
+ condition: eq(1,1)
591
displayName: "Publish to NuGet.org"
592
steps:
593
- task: DownloadPipelineArtifact@2
0 commit comments