mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	remove divergent ordering
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									23029daf5e
								
							
						
					
					
						commit
						8a420c850b
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		|  | @ -556,14 +556,6 @@ bool asserted_formulas::is_gt(expr* lhs, expr* rhs) { | |||
|         return false; | ||||
|     } | ||||
|     SASSERT(is_ground(lhs) && is_ground(rhs)); | ||||
| #if 0 | ||||
|     if (is_uninterp_const(lhs) && is_app(rhs) && to_app(rhs)->get_num_args() > 0 && !occurs(lhs, rhs)) { | ||||
|         return true; | ||||
|     } | ||||
|     if (is_uninterp_const(rhs) && is_app(lhs) && to_app(lhs)->get_num_args() > 0 && !occurs(rhs, lhs)) { | ||||
|         return false; | ||||
|     } | ||||
| #endif | ||||
|     if (depth(lhs) > depth(rhs)) { | ||||
|         return true; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue