mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	enable SAT solver by default for MaxSAT constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
		
							parent
							
								
									26c53d055a
								
							
						
					
					
						commit
						bd162588b2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,7 @@ def_module_params('opt',
 | 
			
		|||
                          ('dump_benchmarks', BOOL, False, 'dump benchmarks for profiling'),
 | 
			
		||||
                          ('print_model', BOOL, False, 'display model for satisfiable constraints'),
 | 
			
		||||
                          ('enable_sls', BOOL, False, 'enable SLS tuning during weighted maxsast'),
 | 
			
		||||
                          ('enable_sat', BOOL, False, 'enable the new SAT core for propositional constraints'),
 | 
			
		||||
                          ('enable_sat', BOOL, True, 'enable the new SAT core for propositional constraints'),
 | 
			
		||||
                          ('elim_01', BOOL, True, 'eliminate 01 variables'),
 | 
			
		||||
                          ('pp.neat', BOOL, True, 'use neat (as opposed to less readable, but faster) pretty printer when displaying context'),
 | 
			
		||||
                          ('pb.compile_equality', BOOL, False, 'compile arithmetical equalities into pseudo-Boolean equality (instead of two inequalites)'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue