mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove empty file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d263b373ed
								
							
						
					
					
						commit
						e6f8fe359e
					
				
					 3 changed files with 1 additions and 21 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@ def extract_tactic_doc(ous, f):
 | 
				
			||||||
                generate_tactic_doc(ous, f, ins)
 | 
					                generate_tactic_doc(ous, f, ins)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def generate_simplifier_doc(ous, name, desc):
 | 
					def generate_simplifier_doc(ous, name, desc):
 | 
				
			||||||
    ous.write("## Simplifier [" + name + "](../summary/#tactic-" + name + ")\n")
 | 
					    ous.write("## Simplifier [" + name + "](https://microsoft.github.io/z3guide/docs/strategies/summary/#tactic-" + name + ")\n")
 | 
				
			||||||
    ous.write("### Description\n" + desc + "\n")
 | 
					    ous.write("### Description\n" + desc + "\n")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
              
 | 
					              
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,18 +0,0 @@
 | 
				
			||||||
/*++
 | 
					 | 
				
			||||||
Copyright (c) 2022 Microsoft Corporation
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Module Name:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    bv_slice_tactic.cpp
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Abstract:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Tactic for simplifying with bit-vector slices
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Author:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Nikolaj Bjorner (nbjorner) 2022-10-30
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
--*/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					@ -16,8 +16,6 @@ Author:
 | 
				
			||||||
--*/
 | 
					--*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "tactic/tactic.h"
 | 
					#include "tactic/tactic.h"
 | 
				
			||||||
#include "tactic/dependent_expr_state_tactic.h"
 | 
					 | 
				
			||||||
#include "ast/simplifiers/euf_completion.h"
 | 
					 | 
				
			||||||
#include "tactic/core/euf_completion_tactic.h"
 | 
					#include "tactic/core/euf_completion_tactic.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tactic * mk_euf_completion_tactic(ast_manager& m, params_ref const& p) {
 | 
					tactic * mk_euf_completion_tactic(ast_manager& m, params_ref const& p) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue