mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	change order of concatentation for empty string, #1595
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a04921dafe
								
							
						
					
					
						commit
						74292a48e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -856,7 +856,7 @@ br_status seq_rewriter::mk_seq_replace(expr* a, expr* b, expr* c, expr_ref& resu | |||
|         return BR_DONE; | ||||
|     } | ||||
|     if (m_util.str.is_string(b, s2) && s2.length() == 0) { | ||||
|         result = m_util.str.mk_concat(a, c); | ||||
|         result = m_util.str.mk_concat(c, a); | ||||
|         return BR_REWRITE1; | ||||
|     } | ||||
|     if (m_util.str.is_string(a, s1) && s1.length() == 0) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue