mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	integrating changes of Nikolaj with m_empty_clause etc.
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
		
							parent
							
								
									15dff85b22
								
							
						
					
					
						commit
						f939a26c86
					
				
					 7 changed files with 34 additions and 22 deletions
				
			
		|  | @ -453,7 +453,7 @@ void nla_grobner::process_simplified_target(equation* target, ptr_buffer<equatio | |||
| } | ||||
| 
 | ||||
| void nla_grobner::check_eq(equation* target) { | ||||
|     if(m_intervals->check_cross_nested_expr(target->expr(), target->dep())) { | ||||
|     if(m_intervals->check_nex(target->expr(), target->dep())) { | ||||
|         TRACE("grobner", tout << "created a lemma for "; display_equation(tout, *target) << "\n"; | ||||
|               tout << "vars = \n"; | ||||
|               for (lpvar j : get_vars_of_expr(target->expr())) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue