mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #468 from 4tXJ7f/fix_fp_neq
[Z3py] Consistent behavior of eq and ne for FP
This commit is contained in:
		
						commit
						b6e43b6d7b
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -8099,10 +8099,6 @@ class FPRef(ExprRef):
 | 
			
		|||
    def __gt__(self, other):
 | 
			
		||||
        return fpGT(self, other, self.ctx)
 | 
			
		||||
 | 
			
		||||
    def __ne__(self, other):
 | 
			
		||||
        return fpNEQ(self, other, self.ctx)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    def __add__(self, other):
 | 
			
		||||
        """Create the Z3 expression `self + other`.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue