mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
parent
8b280b1f64
commit
c12439fe1e
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ namespace sat {
|
|||
SASSERT(scope_lvl() == 0);
|
||||
if (m_config.m_dimacs_display) {
|
||||
display_dimacs(std::cout);
|
||||
for (unsigned i = 0; i < num_lits; ++lits) {
|
||||
for (unsigned i = 0; i < num_lits; ++i) {
|
||||
std::cout << dimacs_lit(lits[i]) << " 0\n";
|
||||
}
|
||||
return l_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue