* src/tgbatest/ltl2tgba.cc: Clock the degeneralization.
This commit is contained in:
parent
59a2763f41
commit
b7c77dca31
1 changed files with 4 additions and 0 deletions
|
|
@ -1013,7 +1013,9 @@ main(int argc, char** argv)
|
|||
}
|
||||
else if (degeneralize_opt == DegenSBA)
|
||||
{
|
||||
tm.start("degeneralization");
|
||||
degeneralized = a = spot::degeneralize(a);
|
||||
tm.stop("degeneralization");
|
||||
assume_sba = true;
|
||||
}
|
||||
else if (labeling_opt == StateLabeled)
|
||||
|
|
@ -1066,8 +1068,10 @@ main(int argc, char** argv)
|
|||
}
|
||||
else if (degeneralize_opt == DegenSBA)
|
||||
{
|
||||
tm.start("degeneralize product");
|
||||
product = product_degeneralized = a =
|
||||
spot::degeneralize(product);
|
||||
tm.stop("degeneralize product");
|
||||
assume_sba = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue