mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
9cd3b9cad7
|
@ -39,6 +39,7 @@ Version 4.10.0
|
||||||
of the form x = 0
|
of the form x = 0
|
||||||
- After (partial) completion, perform factorization for factors of the
|
- After (partial) completion, perform factorization for factors of the
|
||||||
form x*y*p = 0 where x, are variables, p is linear.
|
form x*y*p = 0 where x, are variables, p is linear.
|
||||||
|
- Added support for declaring algebraic datatypes from the C++ interface.
|
||||||
|
|
||||||
|
|
||||||
Version 4.9.1
|
Version 4.9.1
|
||||||
|
|
|
@ -521,7 +521,7 @@ stages:
|
||||||
|
|
||||||
# Enable on release:
|
# Enable on release:
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
condition: eq(1,1)
|
condition: eq(0,1)
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
|
|
Loading…
Reference in a new issue