3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 15:25:46 +00:00

removed front-end-params

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-02 10:05:29 -08:00
parent 288a96610f
commit ffb7e26c75
91 changed files with 264 additions and 412 deletions

View file

@ -1,5 +1,5 @@
#include "memory_manager.h"
#include "front_end_params.h"
#include "smt_params.h"
#include "ast.h"
#include "arith_decl_plugin.h"
#include "bv_decl_plugin.h"
@ -9,7 +9,7 @@
void tst_check_assumptions()
{
memory::initialize(0);
front_end_params params;
smt_params params;
ast_manager mgr;
reg_decl_plugins(mgr);