spot/src
Thibaud Michaud 1995602df5 Adding function to canonicalize an automaton.
* src/tgbaalgos/are_isomorphic.cc, src/tgbaalgos/are_isomorphic.hh,
src/bin/autfilt.cc: are_isomorphic now uses canonicalize. It returns a
bool, because the mapping cannot be deduced easily from the
canonicalized automaton.
* src/graph/graph.hh: Add equality operator to trans_storage_t
for easy comparison of transition vectors.
* src/tgba/tgbagraph.hh: Add equality operator to tgba_graph_trans_data
and to tgba_digraph.
* src/tgbaalgos/canonicalize.cc, src/tgbaalgos/canonicalize.hh:
New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/isomorph.test: Test them.
2014-12-17 14:12:59 +01:00
..
bin Adding function to canonicalize an automaton. 2014-12-17 14:12:59 +01:00
dstarparse fix line number tracking in files with DOS newlines 2014-11-18 11:07:02 +01:00
graph Adding function to canonicalize an automaton. 2014-12-17 14:12:59 +01:00
graphtest Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
hoaparse hoaparse: improve reporting of errors in LBTT guards 2014-12-11 22:36:47 +01:00
kripke Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
kripkeparse fix line number tracking in files with DOS newlines 2014-11-18 11:07:02 +01:00
kripketest work around BSD sed not interpreting \r in s/$/\r/ 2014-12-05 11:06:21 +01:00
ltlast ltl: remove the useless Finish operator 2014-12-04 17:48:42 +01:00
ltlenv defaultenv: simplify usage 2014-11-30 19:53:14 +01:00
ltlparse ltlparse: allow comments 2014-12-11 21:43:08 +01:00
ltltest ltlparse: allow comments 2014-12-11 21:43:08 +01:00
ltlvisit simplify: remove an incorect SERE simplification 2014-12-05 11:06:21 +01:00
misc * src/misc/random.cc: Declare the generator as static. 2014-12-03 14:23:59 +01:00
priv tgbaparse, lbttparse: do not pass an environment for acceptance sets 2014-12-10 20:49:17 +01:00
sanity common: introduce SPOT_UNREACHABLE and SPOT_UNIMPLEMENTED. 2014-06-27 15:55:26 +02:00
ta bddop: remove unused file 2014-12-01 17:48:39 +01:00
taalgos bddop: remove unused file 2014-12-01 17:48:39 +01:00
tgba Adding function to canonicalize an automaton. 2014-12-17 14:12:59 +01:00
tgbaalgos Adding function to canonicalize an automaton. 2014-12-17 14:12:59 +01:00
tgbaparse tgbaparse, lbttparse: do not pass an environment for acceptance sets 2014-12-10 20:49:17 +01:00
tgbatest Adding function to canonicalize an automaton. 2014-12-17 14:12:59 +01:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
.gitignore more files to ignore 2009-09-02 10:41:18 +02:00
Makefile.am hoa: swallow the neverclaim parser 2014-12-04 12:19:17 +01:00