mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	revising pd-maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									76c9abada2
								
							
						
					
					
						commit
						ee458fa601
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -959,11 +959,13 @@ namespace sat { | |||
|                 assign(lit, justification()); | ||||
|                 break; | ||||
|             case l_false: { | ||||
|                 m_assumptions.push_back(lit);        | ||||
|                 SASSERT(!inconsistent()); | ||||
|                 set_conflict(justification(), ~lit); | ||||
|                 flet<bool> _min1(m_config.m_minimize_core, false); | ||||
|                 flet<bool> _min2(m_config.m_minimize_core_partial, false); | ||||
|                 resolve_conflict_for_unsat_core(); | ||||
|                 m_assumptions.pop_back(); | ||||
|                 weight += weights[i]; | ||||
|                 blocker.push_back(lit); | ||||
|                 TRACE("sat", tout << "core: " << m_core << "\nassumptions: " << m_assumptions << "\n";); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue