mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									338d7b3283
								
							
						
					
					
						commit
						d04807e8c3
					
				
					 8 changed files with 122 additions and 85 deletions
				
			
		| 
						 | 
				
			
			@ -83,6 +83,7 @@ def_module_params(module_name='smt',
 | 
			
		|||
			  ('arith.nl.optimize_bounds', BOOL, True, 'enable bounds optimization'),
 | 
			
		||||
			  ('arith.nl.cross_nested', BOOL, True, 'enable cross-nested consistency checking'),
 | 
			
		||||
                          ('arith.propagate_eqs', BOOL, True, 'propagate (cheap) equalities'),
 | 
			
		||||
			  ('arith.nl.internal_bounds', BOOL, False, 'use internal bounds propagation'),
 | 
			
		||||
                          ('arith.propagation_mode', UINT, 1, '0 - no propagation, 1 - propagate existing literals, 2 - refine finite bounds'),
 | 
			
		||||
                          ('arith.branch_cut_ratio', UINT, 2, 'branch/cut ratio for linear integer arithmetic'),
 | 
			
		||||
                          ('arith.int_eq_branch', BOOL, False, 'branching using derived integer equations'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue