3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

print validation failures

This commit is contained in:
Jakob Rath 2024-03-13 14:12:10 +01:00
parent 7da7e99ca2
commit 5d1602b6c7

View file

@ -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);