mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	with theory propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									7808be0935
								
							
						
					
					
						commit
						3456af425e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2399,7 +2399,7 @@ public: | |||
|             VERIFY(validate_assign(lit)); | ||||
|         if (params().m_arith_dump_lemmas) | ||||
|             dump_assign_lemma(lit); | ||||
|         if (core.size() < small_lemma_size() && eqs.empty()) { | ||||
|         if (false && core.size() < small_lemma_size() && eqs.empty()) { | ||||
|             m_core2.reset(); | ||||
|             for (auto const& c : core) { | ||||
|                 m_core2.push_back(~c); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue