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

add basic_lemma_for_mon_neutral_monomial_to_factor and its test

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-10-11 16:44:23 -07:00 committed by Lev Nachmanson
parent 743e918914
commit 2b8b334704
2 changed files with 62 additions and 7 deletions

View file

@ -3608,7 +3608,7 @@ void test_lp_local(int argn, char**argv) {
return finalize(0);
}
if (args_parser.option_is_used("-nla_bnt_fm")) {
if (args_parser.option_is_used("-nla_blnt_fm")) {
#ifdef Z3DEBUG
nla::solver::test_basic_lemma_for_mon_neutral_from_factors_to_monomial();
#endif