mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	fix build issues part 2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2a905e02c8
								
							
						
					
					
						commit
						fcfaedd9ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -18,7 +18,7 @@ struct conversion_helper { | |||
| 
 | ||||
| template<> | ||||
| struct conversion_helper <double> { | ||||
|     static double conversion_helper get_upper_bound(const column_info<mpq> & ci) { | ||||
|     static double get_upper_bound(const column_info<mpq> & ci) { | ||||
|         if (!ci.upper_bound_is_strict()) | ||||
|             return ci.get_upper_bound().get_double(); | ||||
|         double eps = 0.00001; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue