mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
refactoring theory_str
This commit is contained in:
parent
7e3e434147
commit
725352234d
17 changed files with 87 additions and 390 deletions
|
@ -17,6 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#if 0
|
||||
|
||||
#include"str_rewriter.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
#include"ast_pp.h"
|
||||
|
@ -698,3 +700,4 @@ bool str_rewriter::reduce_eq(expr_ref_vector& ls, expr_ref_vector& rs, expr_ref_
|
|||
return true;
|
||||
}
|
||||
|
||||
#endif /* disable */
|
||||
|
|
|
@ -17,6 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#if 0
|
||||
|
||||
#include"str_decl_plugin.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
#include"rewriter_types.h"
|
||||
|
@ -114,3 +116,5 @@ public:
|
|||
|
||||
bool matches(std::string input);
|
||||
};
|
||||
|
||||
#endif /* disable */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue