mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	add validation option for debugging regressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2934618c50
								
							
						
					
					
						commit
						75005d9077
					
				
					 4 changed files with 14 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -99,6 +99,7 @@ def_module_params(module_name='smt',
 | 
			
		|||
                          ('arith.enable_hnf', BOOL, True, 'enable hnf (Hermite Normal Form) cuts'),
 | 
			
		||||
                          ('arith.bprop_on_pivoted_rows', BOOL, True, 'propagate bounds on rows changed by the pivot operation'),
 | 
			
		||||
                          ('arith.print_ext_var_names', BOOL, False, 'print external variable names'),
 | 
			
		||||
			  ('arith.validate', BOOL, False, 'validate lemmas generated by arithmetic solver'),
 | 
			
		||||
                          ('pb.conflict_frequency', UINT, 1000, 'conflict frequency for Pseudo-Boolean theory'),
 | 
			
		||||
                          ('pb.learn_complements', BOOL, True, 'learn complement literals for Pseudo-Boolean theory'),
 | 
			
		||||
                          ('array.weak', BOOL, False, 'weak array theory'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue