mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	
							parent
							
								
									8b4e1c1209
								
							
						
					
					
						commit
						8de8c4cade
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -504,9 +504,9 @@ namespace smt { | |||
|                   tout << "lower: " << lower << "\n"; | ||||
|                   tout << "upper: " << upper << "\n";); | ||||
| 
 | ||||
|             mk_axiom(eqz, eq, !is_numeral); | ||||
|             mk_axiom(eqz, lower, !is_numeral); | ||||
|             mk_axiom(eqz, upper, !is_numeral); | ||||
|             mk_axiom(eqz, eq,    true); | ||||
|             mk_axiom(eqz, lower, false); | ||||
|             mk_axiom(eqz, upper, false); | ||||
|             rational k; | ||||
|             context& ctx = get_context(); | ||||
|             (void)ctx; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue