mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +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_VERBOSE(2, verbose_stream() << "(sat.intblast :result " << r << ")\n");
|
||||||
if (r == l_true) {
|
if (r == l_true) {
|
||||||
|
verbose_stream() << "validation failed: " << name << "\n";
|
||||||
IF_VERBOSE(0,
|
IF_VERBOSE(0,
|
||||||
model_ref mdl;
|
model_ref mdl;
|
||||||
m_solver->get_model(mdl);
|
m_solver->get_model(mdl);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue