sccinfo: stop keeping track of conditions between SCCs
They are unused. * src/twaalgos/sccinfo.cc, src/twaalgos/sccinfo.hh: Do not keep track of conditions between two SCCs. * src/twaalgos/minimize.cc, src/twaalgos/ltl2tgba_fm.cc: Adjust.
This commit is contained in:
parent
e540eaeee1
commit
c8cf86b081
4 changed files with 14 additions and 37 deletions
|
|
@ -27,17 +27,7 @@ namespace spot
|
|||
class SPOT_API scc_info
|
||||
{
|
||||
public:
|
||||
struct scc_trans
|
||||
{
|
||||
scc_trans(bdd cond, unsigned dst)
|
||||
: cond(cond), dst(dst)
|
||||
{
|
||||
}
|
||||
bdd cond;
|
||||
unsigned dst;
|
||||
};
|
||||
|
||||
typedef std::vector<scc_trans> scc_succs;
|
||||
typedef std::vector<unsigned> scc_succs;
|
||||
|
||||
class scc_node
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue