mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
		
						commit
						94054593a4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -19,6 +19,7 @@ Notes: | |||
| #include"tactical.h" | ||||
| #include"cooperate.h" | ||||
| #include"ast_smt2_pp.h" | ||||
| #include"has_free_vars.h" | ||||
| #include"map.h" | ||||
| #include"rewriter_def.h" | ||||
| #include"extension_model_converter.h" | ||||
|  | @ -99,7 +100,7 @@ struct reduce_args_tactic::imp { | |||
|         } else { | ||||
|             base = e; | ||||
|         } | ||||
|         return true; | ||||
|         return !has_free_vars(base); | ||||
|     } | ||||
| 
 | ||||
|     static bool may_be_unique(ast_manager& m, bv_util& bv, expr* e, expr*& base) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue