mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Revert polarity in justifications
This commit is contained in:
parent
b5647f4d35
commit
a32da52350
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ namespace xr {
|
|||
std::cout << "Justification from matrix " << j.get_matrix_idx() << " on row " << j.get_row_idx() << " (ID: " << ID << "):\n";
|
||||
for (unsigned i = 0; i < cl->size(); i++) {
|
||||
std::cout << (*cl)[i] << "(" << s().value((*cl)[i]) << ") ";
|
||||
(*cl)[i].neg();
|
||||
}
|
||||
std::cout << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue