mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	
							parent
							
								
									550852bc62
								
							
						
					
					
						commit
						bb1119a6ca
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -244,7 +244,12 @@ private: | |||
|                 premise = mk_modus_ponens(premise, p1); | ||||
|                 fml = fml1; | ||||
|             } | ||||
|             else if (fml1 != fml) { | ||||
|                 premise = mk_modus_ponens(premise, m.mk_rewrite(fml, fml1)); | ||||
|                 fml = fml1; | ||||
|             } | ||||
|         } | ||||
|         SASSERT(!premise || (fml1 == fml && fml == m.get_fact(premise))); | ||||
|         head = fml0; | ||||
|         while (m.is_implies(head, e1, e2)) { | ||||
|             m_body.push_back(e1); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue