mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +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
|
@ -7,6 +7,7 @@
|
|||
#include <sstream>
|
||||
#include "expr_replacer.h"
|
||||
#include "smt_solver.h"
|
||||
#include "reg_decl_plugins.h"
|
||||
|
||||
static void validate_quant_solution(ast_manager& m, app* x, expr* fml, expr* t, expr* new_fml) {
|
||||
// verify:
|
||||
|
@ -86,7 +87,7 @@ static void test_quant_solve1() {
|
|||
ast_manager m;
|
||||
arith_util ar(m);
|
||||
|
||||
m.register_decl_plugins();
|
||||
reg_decl_plugins(m);
|
||||
sort* i = ar.mk_int();
|
||||
app_ref x(m.mk_const(symbol("x"),i), m);
|
||||
app_ref y(m.mk_const(symbol("y"),i), m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue