spot/src/twaalgos
Alexandre Duret-Lutz 2052e73af8 word: store the bdd dict for easier printing
* src/twaalgos/word.hh, src/twaalgos/word.cc: Store the
bdd_dict, and replace the print() method by a << overload.
* NEWS: Mention it.
* src/bin/ltlcross.cc, src/bin/common_aoutput.hh: Adjust.
2015-12-01 01:57:37 +01:00
..
gtec fix constness of twa::get_init_state() and twa_succ_iterator::dst() 2015-11-28 21:47:04 +01:00
.gitignore rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
are_isomorphic.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
are_isomorphic.hh graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
bfssteps.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
bfssteps.hh twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
canonicalize.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
canonicalize.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
cleanacc.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
cleanacc.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
complement.cc restructure the complementation code 2015-10-13 22:34:02 +02:00
complement.hh restructure the complementation code 2015-10-13 22:34:02 +02:00
complete.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
complete.hh tgba_complete: rename as complete and export in Python 2015-10-03 15:46:05 +02:00
compsusp.cc fix constness of twa::get_init_state() and twa_succ_iterator::dst() 2015-11-28 21:47:04 +01:00
compsusp.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
copy.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
copy.hh dupexp: rename to copy, and preserve named states on request 2015-09-30 13:21:59 +02:00
cycles.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
cycles.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
degen.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
degen.hh bin: fix documentation of degeneralization option 2015-06-16 11:06:32 +02:00
dot.cc dot: add support for option +N 2015-11-14 14:49:31 +01:00
dot.hh adjust names for automata printers 2015-06-05 21:42:29 +02:00
dtbasat.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
dtbasat.hh sat-minimize: add a max-states option 2015-05-18 21:46:11 +02:00
dtwasat.cc dtwa_sat_minimize: better selection of the reference automaton 2015-11-24 06:23:44 +01:00
dtwasat.hh sat: rename dtgbasat as dtwasat 2015-11-24 05:44:51 +01:00
emptiness.cc python: fix output of twa_run 2015-10-29 17:24:10 +01:00
emptiness.hh python: fix output of twa_run 2015-10-29 17:24:10 +01:00
emptiness_stats.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
gv04.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
gv04.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
hoa.cc print_hoa: add option "k" 2015-11-28 02:18:13 +01:00
hoa.hh print_hoa: add option "k" 2015-11-28 02:18:13 +01:00
isdet.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
isdet.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
isunamb.cc hoa: output "unambiguous" only for non-deterministic automata by default 2015-11-05 19:42:08 +01:00
isunamb.hh bin: add --check=unambiguous 2015-05-12 20:21:15 +02:00
isweakscc.cc merge ltlvisit/ ltlast/ ltlenv/ into a single tl/ directory 2015-09-28 15:36:48 +02:00
isweakscc.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
lbtt.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
lbtt.hh lbtt: take options as a string like other print functions 2015-06-10 23:29:41 +02:00
ltl2taa.cc kill the ltl namespace 2015-09-28 16:20:53 +02:00
ltl2taa.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
ltl2tgba_fm.cc fix constness of twa::get_init_state() and twa_succ_iterator::dst() 2015-11-28 21:47:04 +01:00
ltl2tgba_fm.hh tl: rename ltl_simplifier to tl_simplifier 2015-10-18 13:35:23 +02:00
magic.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
magic.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
Makefile.am sat: rename dtgbasat as dtwasat 2015-11-24 05:44:51 +01:00
mask.cc twa: forward num_sets() to acc_. 2015-06-11 21:55:23 +02:00
mask.hh * src/twaalgos/mask.hh: Cleanup comments. 2015-08-19 11:00:01 +02:00
minimize.cc rename safety.hh as strength.hh 2015-11-07 14:28:40 +01:00
minimize.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
ndfs_result.hxx twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
neverclaim.cc kill the ltl namespace 2015-09-28 16:20:53 +02:00
neverclaim.hh adjust names for automata printers 2015-06-05 21:42:29 +02:00
postproc.cc sat: rename dtgbasat as dtwasat 2015-11-24 05:44:51 +01:00
postproc.hh restructure the complementation code 2015-10-13 22:34:02 +02:00
powerset.cc restructure the complementation code 2015-10-13 22:34:02 +02:00
powerset.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
product.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
product.hh product: add a product_or variant 2015-09-26 19:14:08 +02:00
projrun.cc twa_run: keep a pointer to the automaton 2015-10-25 11:58:14 +01:00
projrun.hh rename tgba_run as twa_run 2015-10-24 19:23:59 +02:00
randomgraph.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
randomgraph.hh * src/twaalgos/randomgraph.hh: Fix comments. 2015-10-24 15:45:55 +02:00
randomize.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
randomize.hh graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
reachiter.cc fix constness of twa::get_init_state() and twa_succ_iterator::dst() 2015-11-28 21:47:04 +01:00
reachiter.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
relabel.cc kill the ltl namespace 2015-09-28 16:20:53 +02:00
relabel.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
remfin.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
remfin.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
remprop.cc kill the ltl namespace 2015-09-28 16:20:53 +02:00
remprop.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
sbacc.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
sbacc.hh sat-minimize: generalize to any acceptance 2015-05-18 21:45:33 +02:00
sccfilter.cc is_unambiguous: fix detection of empty languages 2015-10-20 08:06:31 +02:00
sccfilter.hh scc_filter_states: also remove useless acceptance marks 2015-10-14 20:02:19 +02:00
sccinfo.cc new conversion for Streett->GBA 2015-07-10 19:43:34 +02:00
sccinfo.hh new conversion for Streett->GBA 2015-07-10 19:43:34 +02:00
se05.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
se05.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
sepsets.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
sepsets.hh autfilt: new --separate-sets option 2015-05-14 18:34:14 +02:00
simulation.cc twa: rename the is_* getters as prop_* 2015-11-05 09:51:53 +01:00
simulation.hh simulation: work on TωA 2015-05-14 18:34:14 +02:00
stats.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
stats.hh stats: rename structures and attribute for concistency 2015-10-24 19:23:59 +02:00
strength.cc Add a notebook illustrating decompose_strength() 2015-11-08 22:07:43 +01:00
strength.hh Add a decompose_strength() function. 2015-11-08 22:07:43 +01:00
stripacc.cc rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
stripacc.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
stutter.cc fix constness of twa::get_init_state() and twa_succ_iterator::dst() 2015-11-28 21:47:04 +01:00
stutter.hh kill the ltl namespace 2015-09-28 16:20:53 +02:00
tau03.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
tau03.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
tau03opt.cc twa_succ_iterator: rename accessors 2015-10-28 21:16:21 +01:00
tau03opt.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
totgba.cc add support for the weak property 2015-11-06 21:51:48 +01:00
totgba.hh new conversion for Streett->GBA 2015-07-10 19:43:34 +02:00
translate.cc tl: rename ltl_simplifier to tl_simplifier 2015-10-18 13:35:23 +02:00
translate.hh tl: rename ltl_simplifier to tl_simplifier 2015-10-18 13:35:23 +02:00
weight.cc rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
weight.hh rename src/tgbaalgos/ as src/twaalgos/ 2015-04-22 17:58:06 +02:00
word.cc word: store the bdd dict for easier printing 2015-12-01 01:57:37 +01:00
word.hh word: store the bdd dict for easier printing 2015-12-01 01:57:37 +01:00