3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00

restored commented out code

Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
Miguel Angelo Da Terra Neves 2017-12-15 14:00:20 -08:00
parent b731d02adc
commit 0f1286adae
5 changed files with 7 additions and 8 deletions

View file

@ -1546,8 +1546,8 @@ namespace sat {
if (!check_clauses(m_model)) {
IF_VERBOSE(0, verbose_stream() << "failure checking clauses on transformed model\n";);
//UNREACHABLE(); // TODO: uncomment
//throw solver_exception("check model failed"); // TODO: uncomment
UNREACHABLE();
throw solver_exception("check model failed");
}
TRACE("sat", for (bool_var v = 0; v < num; v++) tout << v << ": " << m_model[v] << "\n";);