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

fix test_basic_lemma_for_mon_zero_from_factors_to_monomial

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-10-11 14:03:45 -07:00 committed by Lev Nachmanson
parent c64abb2351
commit 743e918914
2 changed files with 20 additions and 18 deletions

View file

@ -3603,14 +3603,14 @@ void test_lp_local(int argn, char**argv) {
if (args_parser.option_is_used("-nla_blnt_mf")) {
#ifdef Z3DEBUG
nla::solver::test_basic_lemma_for_mon_zero_from_monomial_to_factors();
nla::solver::test_basic_lemma_for_mon_neutral_from_monomial_to_factors();
#endif
return finalize(0);
}
if (args_parser.option_is_used("-nla_bnt_fm")) {
#ifdef Z3DEBUG
nla::solver::test_basic_lemma_for_mon_zero_from_factors_to_monomial();
nla::solver::test_basic_lemma_for_mon_neutral_from_factors_to_monomial();
#endif
return finalize(0);
}