mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
dd91fab6f4
6 changed files with 72 additions and 71 deletions
|
@ -171,13 +171,8 @@ namespace euf {
|
|||
for (auto* s : m_solvers)
|
||||
s->init_search();
|
||||
|
||||
if (get_config().m_lemmas2console) {
|
||||
std::function<void(unsigned, sat::literal const*, sat::status)> on_clause =
|
||||
[&](unsigned n, sat::literal const* lits, sat::status st) {
|
||||
log_clause(n, lits, st);
|
||||
};
|
||||
get_drat().set_print_clause(on_clause);
|
||||
}
|
||||
if (get_config().m_lemmas2console)
|
||||
get_drat().set_print_clause(*this);
|
||||
}
|
||||
|
||||
bool solver::is_external(bool_var v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue