Remove the negative_normal_form call from reduce().
* src/ltlvisit/simplify.cc (ltl_simplifier::simplify): Convert in negative normal form if needed. * src/ltlvisit/reduce.cc (reduce): Do not call negative_normal_form().
This commit is contained in:
parent
1087c62356
commit
c2335edb57
2 changed files with 7 additions and 6 deletions
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "lunabbrev.hh"
|
||||
#include "simpfg.hh"
|
||||
#include "nenoform.hh"
|
||||
#include "simplify.hh"
|
||||
|
||||
namespace spot
|
||||
|
|
@ -68,10 +67,6 @@ namespace spot
|
|||
f1 = unabbreviate_logic(f);
|
||||
f2 = simplify_f_g(f1);
|
||||
f1->destroy();
|
||||
f1 = negative_normal_form(f2);
|
||||
f2->destroy();
|
||||
f2 = f1;
|
||||
|
||||
f = simplifier.simplify(f2);
|
||||
f2->destroy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue