mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
enable pypi
This commit is contained in:
parent
59a7e007a4
commit
b54ed38cea
2 changed files with 3 additions and 1 deletions
|
@ -13,8 +13,10 @@ Version 4.15.0
|
|||
- Improved integer cut algorithms for linear integer arithmetic.
|
||||
It integrates diophantine equation solving with stronger cuts.
|
||||
- C and OCaml API for accessing numerics, thanks to Josh Berdine
|
||||
- A minimal mcp server in src/api/z3mcp.py that can run locally.
|
||||
- Bug fixes.
|
||||
|
||||
|
||||
Version 4.14.1
|
||||
==============
|
||||
- Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API.
|
||||
|
|
|
@ -587,7 +587,7 @@ stages:
|
|||
|
||||
|
||||
- job: NuGetPublish
|
||||
condition: eq(0,1)
|
||||
condition: eq(1,1)
|
||||
displayName: "Publish to NuGet.org"
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue