mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	disable assertion for now
This commit is contained in:
		
							parent
							
								
									a3767b177c
								
							
						
					
					
						commit
						c1f9a26f09
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -205,7 +205,7 @@ namespace polysat { | |||
|     } | ||||
| 
 | ||||
|     bool viable::intersect(pvar v, entry* ne) { | ||||
|         SASSERT(!s.is_assigned(v)); | ||||
|         // SASSERT(!s.is_assigned(v));  // TODO: do we get unsoundness if this condition is violated? (see comment on cyclic dependencies in solver::pop_levels)
 | ||||
|         entry* e = m_units[v]; | ||||
|         if (e && e->interval.is_full()) { | ||||
|             m_alloc.push_back(ne); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue