mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	fix regression in arithmetic resource bound
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d2330055e7
								
							
						
					
					
						commit
						0182187296
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -209,7 +209,7 @@ public: | |||
|     double       harris_feasibility_tolerance { 1e-7 };         // page 179 of Istvan Maros
 | ||||
|     double       ignore_epsilon_of_harris { 10e-5 }; | ||||
|     unsigned     max_number_of_iterations_with_no_improvements { 2000000 }; | ||||
|     unsigned     max_total_number_of_iterations { 2000000 }; | ||||
|     unsigned     max_total_number_of_iterations { 20000000 }; | ||||
|     double       time_limit; // the maximum time limit of the total run time in seconds
 | ||||
|     // dual section
 | ||||
|     double       dual_feasibility_tolerance { 1e-7 };            // page 71 of the PhD thesis of Achim Koberstein
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue