mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Fix bug introduced last week, and detected in nightly regression tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									4624919786
								
							
						
					
					
						commit
						c482ede7ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1415,7 +1415,7 @@ void cmd_context::validate_model() {
 | 
			
		|||
    params_ref p;
 | 
			
		||||
    p.set_uint("max_degree", UINT_MAX); // evaluate algebraic numbers of any degree.
 | 
			
		||||
    p.set_uint("sort_store", true); 
 | 
			
		||||
    p.set_bool("model_completion", true); 
 | 
			
		||||
    p.set_bool("completion", true); 
 | 
			
		||||
    model_evaluator evaluator(*(md.get()), p);
 | 
			
		||||
    contains_array_op_proc contains_array(m());
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue