mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-28 10:19:23 +00:00 
			
		
		
		
	enable incremental consequence finding with restart timeout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a4d5c4a00a
								
							
						
					
					
						commit
						74d3de01b3
					
				
					 4 changed files with 141 additions and 30 deletions
				
			
		|  | @ -7,7 +7,7 @@ def_module_params('sat', | |||
|                           ('phase.caching.off', UINT, 100, 'phase caching off period (in number of conflicts)'), | ||||
|                           ('restart', SYMBOL, 'luby', 'restart strategy: luby or geometric'), | ||||
|                           ('restart.initial', UINT, 100, 'initial restart (number of conflicts)'), | ||||
|                           ('restart.max', UINT, 0, 'maximal number of restarts. Ignored if set to 0'), | ||||
|                           ('restart.max', UINT, UINT_MAX, 'maximal number of restarts.'), | ||||
|                           ('restart.factor', DOUBLE, 1.5, 'restart increment factor for geometric strategy'), | ||||
|                           ('random_freq', DOUBLE, 0.01, 'frequency of random case splits'), | ||||
|                           ('random_seed', UINT, 0, 'random seed'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue