File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Version 4.12.5
17
17
- sat.smt=true smt.bv.solver=2
18
18
- It solves a few bit-vector problems not handled by bit-blasting, especially if the bit-widths are large.
19
19
- It is based on encoding bit-vector constraints to non-linear integer arithmetic.
20
-
20
+ - Optimizations to the arithmetic solver. Description: https://github.com/Z3Prover/doc/tree/master/arithmetic
21
21
22
22
Version 4.12.4
23
23
==============
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ stages:
485
485
jobs :
486
486
487
487
- job : GitHubPublish
488
- condition : eq(1,0 )
488
+ condition : eq(1,1 )
489
489
displayName : " Publish to GitHub"
490
490
pool :
491
491
vmImage : " windows-latest"
@@ -583,7 +583,7 @@ stages:
583
583
584
584
# Enable on release:
585
585
- job : PyPIPublish
586
- condition : eq(1,0 )
586
+ condition : eq(1,1 )
587
587
displayName : " Publish to PyPI"
588
588
pool :
589
589
vmImage : " ubuntu-latest"
You can’t perform that action at this time.
0 commit comments