mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
make front_end_params an optional argument in cmd_context
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bef9390142
commit
c2e95bb0c5
7 changed files with 26 additions and 19 deletions
|
@ -404,7 +404,7 @@ expr_pattern_match::initialize(char const * spec_string) {
|
|||
|
||||
std::istringstream is(spec_string);
|
||||
front_end_params p;
|
||||
cmd_context ctx(p, true, &m_manager);
|
||||
cmd_context ctx(&p, true, &m_manager);
|
||||
VERIFY(parse_smt2_commands(ctx, is));
|
||||
|
||||
ptr_vector<expr>::const_iterator it = ctx.begin_assertions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue