mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge branch 'unstable' of https://git01.codeplex.com/z3 into ml-ng
Conflicts: scripts/mk_util.py
This commit is contained in:
		
						commit
						1c9051016a
					
				
					 6 changed files with 256 additions and 197 deletions
				
			
		| 
						 | 
				
			
			@ -2665,10 +2665,10 @@ void fpa_example() {
 | 
			
		|||
	c2 = Z3_mk_fpa_to_fp_bv(ctx,
 | 
			
		||||
							Z3_mk_numeral(ctx, "4619567317775286272", Z3_mk_bv_sort(ctx, 64)),
 | 
			
		||||
							Z3_mk_fpa_sort(ctx, 11, 53));
 | 
			
		||||
	c3 = Z3_mk_fpa_to_fp_real_int(ctx,
 | 
			
		||||
	c3 = Z3_mk_fpa_to_fp_int_real(ctx,
 | 
			
		||||
                                  Z3_mk_fpa_rtz(ctx),
 | 
			
		||||
                                  Z3_mk_numeral(ctx, "1.75", Z3_mk_real_sort(ctx)),
 | 
			
		||||
                                  Z3_mk_numeral(ctx, "2", Z3_mk_int_sort(ctx)),
 | 
			
		||||
								  Z3_mk_numeral(ctx, "2", Z3_mk_int_sort(ctx)),
 | 
			
		||||
                                  Z3_mk_numeral(ctx, "1.75", Z3_mk_real_sort(ctx)),                                  
 | 
			
		||||
                                  Z3_mk_fpa_sort(ctx, 11, 53));
 | 
			
		||||
	c4 = Z3_mk_fpa_to_fp_real(ctx,
 | 
			
		||||
							  Z3_mk_fpa_rtz(ctx),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue