mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	ML API: bugfixes; starting to replace objects with normal types.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									1e2b546b03
								
							
						
					
					
						commit
						6257c56901
					
				
					 3 changed files with 382 additions and 335 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,7 @@ open Z3.Tactic.ApplyResult
 | 
			
		|||
open Z3.Probe
 | 
			
		||||
open Z3.Solver
 | 
			
		||||
open Z3.Arithmetic
 | 
			
		||||
open Z3.Fixedpoints
 | 
			
		||||
 | 
			
		||||
exception TestFailedException of string
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -216,8 +217,8 @@ let _ =
 | 
			
		|||
      Printf.printf "bool sort: %s\n" (Sort.to_string bs);
 | 
			
		||||
      Printf.printf "int sort: %s\n" (Sort.to_string ints);
 | 
			
		||||
      Printf.printf "real sort: %s\n" (Sort.to_string rs);
 | 
			
		||||
      Printf.printf "Disposing...\n";
 | 
			
		||||
      basic_tests ctx ;
 | 
			
		||||
      Printf.printf "Disposing...\n";
 | 
			
		||||
      Gc.full_major ()
 | 
			
		||||
    );
 | 
			
		||||
  Printf.printf "Exiting.\n";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue