mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +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
|
@ -6,6 +6,7 @@
|
|||
#include "bv_decl_plugin.h"
|
||||
#include "array_decl_plugin.h"
|
||||
#include "model_v2_pp.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
void tst_model_retrieval()
|
||||
{
|
||||
|
@ -15,7 +16,7 @@ void tst_model_retrieval()
|
|||
|
||||
|
||||
ast_manager m;
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
|
||||
family_id array_fid = m.get_family_id(symbol("array"));
|
||||
array_util au(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue