mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	working on new parameter framework
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									be5f933201
								
							
						
					
					
						commit
						589f096e6e
					
				
					 36 changed files with 436 additions and 377 deletions
				
			
		
							
								
								
									
										9
									
								
								src/front_end_params/README
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/front_end_params/README
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
This directory contains the "remains" of the old parameter setting
 | 
			
		||||
infrastructure used by Z3. Old code (mostly `smt::context`) is still
 | 
			
		||||
based on the front_end_params structure. However, we removed support
 | 
			
		||||
for the old INI file infrastructure.  Instead, we have functions for
 | 
			
		||||
setting the fields of front_end_params using parameter sets
 | 
			
		||||
(params_ref).  Moreover, many of the parameters in front_end_params
 | 
			
		||||
are now "hidden".  That is, they can't be set from the command line or
 | 
			
		||||
using the command `set-option`.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue