mirror of
https://github.com/Z3Prover/z3
synced 2025-11-22 05:36:41 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a0e0aa8a83
commit
e56db378f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,6 +1139,7 @@ namespace nlsat {
|
|||
used_vars[v] = true;
|
||||
}
|
||||
TRACE(nlsat, display(tout << "(echo \"#" << ++ttt << " expl lemma ", n, cls) << "\")\n");
|
||||
display(out << "(echo \"#" << ttt << " ", n, cls) << "\")\n";
|
||||
out << "(set-logic ALL)\n";
|
||||
if (is_valid) {
|
||||
display_smt2_bool_decls(out, used_bools);
|
||||
|
|
@ -1147,7 +1148,6 @@ namespace nlsat {
|
|||
|
||||
for (unsigned i = 0; i < n; ++i)
|
||||
display_smt2(out << "(assert ", ~cls[i]) << ")\n";
|
||||
display(out << "(echo \"#" << ttt << " ", n, cls) << "\")\n";
|
||||
out << "(check-sat)\n(reset)\n";
|
||||
|
||||
if (false && ttt == 219) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue