mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
updates to mbqi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e281f85586
commit
d95e167d61
2 changed files with 34 additions and 2 deletions
|
@ -369,7 +369,7 @@ public:
|
|||
void set_next_arg(cmd_context & ctx, unsigned num, expr * const * ts) override {
|
||||
m_vars.append(num, ts);
|
||||
}
|
||||
void prepare(cmd_context & ctx) override { m_fml = nullptr; }
|
||||
void prepare(cmd_context & ctx) override { m_fml = nullptr; m_vars.reset(); }
|
||||
void execute(cmd_context & ctx) override {
|
||||
ast_manager& m = ctx.m();
|
||||
app_ref_vector vars(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue