mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +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
|
@ -22,10 +22,11 @@ Revision History:
|
|||
#include"ast_pp.h"
|
||||
#include"well_sorted.h"
|
||||
#include"warning.h"
|
||||
#include"reg_decl_plugins.h"
|
||||
|
||||
void tst_simple_parser() {
|
||||
ast_manager m;
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
arith_util m_util(m);
|
||||
cost_parser p(m);
|
||||
var_ref_vector vs(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue