mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +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
|
@ -2,10 +2,11 @@
|
|||
#include "ast_pp.h"
|
||||
#include "arith_decl_plugin.h"
|
||||
#include "model_smt2_pp.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
void tst_model2expr() {
|
||||
ast_manager m;
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
arith_util a(m);
|
||||
|
||||
ptr_vector<sort> ints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue