mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	sr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b8fb744935
								
							
						
					
					
						commit
						60f8884dbd
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -760,10 +760,10 @@ void goal2sat::operator()(goal const & g, params_ref const & p, sat::solver_core | |||
|             g.m_imp->m_cache.reset(); | ||||
|         } | ||||
|     }; | ||||
|     scoped_reset _reset(*this); | ||||
| 
 | ||||
|     (*m_imp)(g); | ||||
| 
 | ||||
|     { | ||||
|         scoped_reset _reset(*this); | ||||
|         (*m_imp)(g); | ||||
|     } | ||||
| 
 | ||||
|     m_interpreted_atoms = alloc(expr_ref_vector, g.m()); | ||||
|     m_interpreted_atoms->append(m_imp->m_interpreted_atoms); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue