mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
133f376172
commit
6b88446ee8
4 changed files with 349 additions and 122 deletions
|
@ -272,7 +272,8 @@ namespace sat {
|
|||
void drat::verify(unsigned n, literal const* c) {
|
||||
if (!is_drup(n, c) && !is_drat(n, c)) {
|
||||
std::cout << "Verification failed\n";
|
||||
display(std::cout);
|
||||
UNREACHABLE();
|
||||
//display(std::cout);
|
||||
TRACE("sat",
|
||||
tout << literal_vector(n, c) << "\n";
|
||||
display(tout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue