mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
call it UbuntuBuild
This commit is contained in:
parent
dfa65443e9
commit
b5b9c85c40
|
@ -174,7 +174,7 @@ stages:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu Build'
|
displayName: 'Download Ubuntu Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'Ubuntu'
|
artifact: 'UbuntuBuild'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download macOS Build'
|
displayName: 'Download macOS Build'
|
||||||
|
|
|
@ -11387,7 +11387,7 @@ class UserPropagateBase:
|
||||||
_ids, num_fixed = _to_ast_array(ids)
|
_ids, num_fixed = _to_ast_array(ids)
|
||||||
num_eqs = len(eqs)
|
num_eqs = len(eqs)
|
||||||
_lhs, _num_lhs = _to_ast_array([x for x, y in eqs])
|
_lhs, _num_lhs = _to_ast_array([x for x, y in eqs])
|
||||||
_rhs, _num_lhs = _to_ast_array([y for x, y in eqs])
|
_rhs, _num_rhs = _to_ast_array([y for x, y in eqs])
|
||||||
Z3_solver_propagate_consequence(e.ctx.ref(), ctypes.c_void_p(
|
Z3_solver_propagate_consequence(e.ctx.ref(), ctypes.c_void_p(
|
||||||
self.cb), num_fixed, _ids, num_eqs, _lhs, _rhs, e.ast)
|
self.cb), num_fixed, _ids, num_eqs, _lhs, _rhs, e.ast)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue