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
|
@ -1,11 +1,12 @@
|
|||
#include "smt_context.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
void tst_smt_context()
|
||||
{
|
||||
front_end_params params;
|
||||
|
||||
ast_manager m;
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
|
||||
smt::context ctx(m, params);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue