3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

remove a comment

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-09-29 13:23:20 -07:00
parent 5de0b8a87f
commit d79d43355f

View file

@ -404,7 +404,6 @@ struct solver::imp {
lemma |= inq;
}
IF_VERBOSE(1, verbose_stream() << "linear lemma: " << lemma << "\n");
//m_nla_core.set_use_nra_model(true);
return l_false;
}