mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
enable logic parameter update to configure SMTLIB logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7f51ecab37
commit
67397bf71e
16 changed files with 30 additions and 30 deletions
|
@ -1280,7 +1280,7 @@ void proof_checker::dump_proof(unsigned num_antecedents, expr * const * antecede
|
|||
ast_smt_pp pp(m);
|
||||
pp.set_benchmark_name("lemma");
|
||||
pp.set_status("unsat");
|
||||
pp.set_logic(m_logic.c_str());
|
||||
pp.set_logic(symbol(m_logic.c_str()));
|
||||
for (unsigned i = 0; i < num_antecedents; i++)
|
||||
pp.add_assumption(antecedents[i]);
|
||||
expr_ref n(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue