3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-10 11:21:15 -07:00
parent d774ba9da1
commit 1ecc6a21fa
2 changed files with 3 additions and 3 deletions

View file

@ -764,8 +764,8 @@ void basics::basic_lemma_for_mon_non_zero_model_based_mf(const factorization& f)
// x = 0 or y = 0 -> xy = 0
void basics::basic_lemma_for_mon_non_zero_model_based(const monic& rm, const factorization& f) {
TRACE("nla_solver_bl", c().trace_print_monic_and_factorization(rm, f, tout););
# NSB code review:
# the two branches are the same
// NSB code review:
// the two branches are the same
if (f.is_mon())
basic_lemma_for_mon_non_zero_model_based_mf(f);
else