mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
							parent
							
								
									34a0d7dfed
								
							
						
					
					
						commit
						3626d9f69f
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -441,8 +441,9 @@ extern "C" {
 | 
			
		|||
        LOG_Z3_mk_fpa_max(c, t1, t2);
 | 
			
		||||
        RESET_ERROR_CODE();
 | 
			
		||||
        api::context * ctx = mk_c(c);
 | 
			
		||||
        Z3_ast r = of_ast(ctx->fpautil().mk_max(to_expr(t1), to_expr(t2)));
 | 
			
		||||
        RETURN_Z3(r);
 | 
			
		||||
        expr * a = ctx->fpautil().mk_max(to_expr(t1), to_expr(t2));
 | 
			
		||||
        ctx->save_ast_trail(a);
 | 
			
		||||
        RETURN_Z3(of_expr(a));
 | 
			
		||||
        Z3_CATCH_RETURN(0);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue