mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
Isolating reg_decl_plugins
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
69ce24a6ce
commit
641db30660
33 changed files with 140 additions and 70 deletions
|
@ -1,10 +1,11 @@
|
|||
#include "arith_rewriter.h"
|
||||
#include "bv_decl_plugin.h"
|
||||
#include "ast_pp.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
void tst_arith_rewriter() {
|
||||
ast_manager m;
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
arith_rewriter ar(m);
|
||||
arith_util au(m);
|
||||
expr_ref t1(m), t2(m), result(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue