Improvement of TA Product/Minimisation and of WFair generation
* src/ta/taproduct.hh, src/ta/taproduct.cc: improvement of TA Product * src/ltltest/randltl.cc: improvement of WFair Formulas generation * src/taalgos/minimize.cc: improvement of TA minimization
This commit is contained in:
parent
2aad5b10d2
commit
310973f88c
4 changed files with 82 additions and 40 deletions
|
|
@ -254,7 +254,9 @@ namespace spot
|
|||
}
|
||||
|
||||
}
|
||||
if (!G->empty())
|
||||
delete I;
|
||||
|
||||
if (!G->empty())
|
||||
{
|
||||
unsigned s = G->size();
|
||||
unsigned num = ++set_num;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue