mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	call it UbuntuBuild
This commit is contained in:
		
							parent
							
								
									dfa65443e9
								
							
						
					
					
						commit
						b5b9c85c40
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -174,7 +174,7 @@ stages:
 | 
			
		|||
    - task: DownloadPipelineArtifact@2
 | 
			
		||||
      displayName: 'Download Ubuntu Build'
 | 
			
		||||
      inputs:
 | 
			
		||||
        artifact: 'Ubuntu'
 | 
			
		||||
        artifact: 'UbuntuBuild'
 | 
			
		||||
        path: $(Agent.TempDirectory)\package
 | 
			
		||||
    - task: DownloadPipelineArtifact@2
 | 
			
		||||
      displayName: 'Download macOS Build'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11387,7 +11387,7 @@ class UserPropagateBase:
 | 
			
		|||
        _ids, num_fixed = _to_ast_array(ids)
 | 
			
		||||
        num_eqs = len(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(
 | 
			
		||||
            self.cb), num_fixed, _ids, num_eqs, _lhs, _rhs, e.ast)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue