mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
print validation failures
This commit is contained in:
parent
7da7e99ca2
commit
5d1602b6c7
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ namespace intblast {
|
|||
|
||||
IF_VERBOSE(2, verbose_stream() << "(sat.intblast :result " << r << ")\n");
|
||||
if (r == l_true) {
|
||||
verbose_stream() << "validation failed: " << name << "\n";
|
||||
IF_VERBOSE(0,
|
||||
model_ref mdl;
|
||||
m_solver->get_model(mdl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue