mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "expr_substitution.h"
|
||||
#include "front_end_params.h"
|
||||
#include "smt_params.h"
|
||||
#include "substitution.h"
|
||||
#include "unifier.h"
|
||||
#include "bv_decl_plugin.h"
|
||||
|
@ -10,7 +10,7 @@
|
|||
void tst_substitution()
|
||||
{
|
||||
memory::initialize(0);
|
||||
front_end_params params;
|
||||
smt_params params;
|
||||
params.m_model = true;
|
||||
|
||||
enable_trace("subst_bug");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue