mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
commit
1cb3f7c792
27 changed files with 340 additions and 272 deletions
|
@ -422,8 +422,6 @@ namespace smt {
|
|||
out << "(check-sat)\n";
|
||||
}
|
||||
|
||||
#define BUFFER_SZ 128
|
||||
|
||||
unsigned context::display_lemma_as_smt_problem(unsigned num_antecedents, literal const * antecedents, literal consequent, symbol const& logic) const {
|
||||
std::stringstream strm;
|
||||
strm << "lemma_" << (++m_lemma_id) << ".smt2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue