spot/src/tgbatest
Alexandre Duret-Lutz 8520c4c330 rename tgba_ptr into twa_ptr
Automatic mass renaming.

* iface/ltsmin/modelcheck.cc, src/dstarparse/dra2ba.cc,
src/dstarparse/nra2nba.cc, src/ltlvisit/apcollect.cc,
src/ltlvisit/apcollect.hh, src/ta/taexplicit.cc, src/ta/taexplicit.hh,
src/ta/tgtaexplicit.cc, src/ta/tgtaexplicit.hh, src/ta/tgtaproduct.hh,
src/taalgos/tgba2ta.cc, src/taalgos/tgba2ta.hh, src/tgba/fwd.hh,
src/tgba/tgba.cc, src/tgba/tgba.hh, src/tgba/tgbagraph.hh,
src/tgba/tgbamask.cc, src/tgba/tgbamask.hh, src/tgba/tgbaproduct.cc,
src/tgba/tgbaproduct.hh, src/tgba/tgbaproxy.cc, src/tgba/tgbaproxy.hh,
src/tgbaalgos/bfssteps.cc, src/tgbaalgos/bfssteps.hh,
src/tgbaalgos/complete.cc, src/tgbaalgos/complete.hh,
src/tgbaalgos/compsusp.cc, src/tgbaalgos/dotty.cc,
src/tgbaalgos/dotty.hh, src/tgbaalgos/dtgbasat.cc,
src/tgbaalgos/dupexp.cc, src/tgbaalgos/dupexp.hh,
src/tgbaalgos/emptiness.cc, src/tgbaalgos/emptiness.hh,
src/tgbaalgos/gtec/gtec.cc, src/tgbaalgos/gtec/gtec.hh,
src/tgbaalgos/gtec/status.cc, src/tgbaalgos/gtec/status.hh,
src/tgbaalgos/gv04.cc, src/tgbaalgos/gv04.hh, src/tgbaalgos/hoa.cc,
src/tgbaalgos/hoa.hh, src/tgbaalgos/lbtt.cc, src/tgbaalgos/lbtt.hh,
src/tgbaalgos/magic.cc, src/tgbaalgos/magic.hh,
src/tgbaalgos/minimize.cc, src/tgbaalgos/ndfs_result.hxx,
src/tgbaalgos/neverclaim.cc, src/tgbaalgos/neverclaim.hh,
src/tgbaalgos/projrun.cc, src/tgbaalgos/projrun.hh,
src/tgbaalgos/reachiter.cc, src/tgbaalgos/reachiter.hh,
src/tgbaalgos/reducerun.cc, src/tgbaalgos/reducerun.hh,
src/tgbaalgos/replayrun.cc, src/tgbaalgos/replayrun.hh,
src/tgbaalgos/scc.cc, src/tgbaalgos/scc.hh, src/tgbaalgos/se05.cc,
src/tgbaalgos/se05.hh, src/tgbaalgos/stats.cc, src/tgbaalgos/stats.hh,
src/tgbaalgos/stutter.cc, src/tgbaalgos/tau03.cc,
src/tgbaalgos/tau03.hh, src/tgbaalgos/tau03opt.cc,
src/tgbaalgos/tau03opt.hh, src/tgbatest/checkta.cc,
src/tgbatest/complementation.cc, src/tgbatest/emptchk.cc,
src/tgbatest/ltl2tgba.cc, wrap/python/spot_impl.i: Rename tgba_ptr as
twa_ptr.
2015-04-22 16:57:21 +02:00
..
.cvsignore more files to ignore 2004-06-22 22:58:09 +00:00
.gitignore More files to ignore. 2015-01-03 19:01:44 +01:00
acc.cc acc: add a parser for string -> acc_code 2015-04-15 00:16:17 +02:00
acc.test acc: add a parser for string -> acc_code 2015-04-15 00:16:17 +02:00
acc2.test acc: add a to_cnf() function 2015-03-05 09:18:46 +01:00
babiak.test * src/tgbatest/babiak.test: Rewrite using ltlcross. 2013-01-10 18:42:36 +01:00
basimul.test simulation: build tgba_digraph 2014-06-20 13:31:23 +02:00
bitvect.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
bitvect.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
checkpsl.cc rename tgba_digraph as twa_graph 2015-04-22 16:57:21 +02:00
checkta.cc rename tgba_ptr into twa_ptr 2015-04-22 16:57:21 +02:00
complementation.cc rename tgba_ptr into twa_ptr 2015-04-22 16:57:21 +02:00
complementation.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
complete.test complete: Fix completion of automata using Fin-acceptance 2015-03-25 20:49:12 +01:00
cycles.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
dbacomp.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
defs.in * src/tgbatest/defs.in: Unset SPOT_DOTDEFAULT and SPOT_DOTEXTRA. 2015-03-30 12:24:31 +02:00
degendet.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
degenid.test degen: do not mark initial trivial SCCs as accepting 2015-04-01 15:26:05 +02:00
degenlskip.test degen: add a lowinit option 2015-04-01 17:33:15 +02:00
det.test remove_fin: remove useless states 2015-03-24 15:11:17 +01:00
dfs.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
dra2dba.test Fix a regression in tgbamask.cc, reported by Alexandre Lewkowicz. 2014-03-20 13:58:07 +01:00
dstar.test dot: output marked states only for SBA 2015-01-20 11:35:34 +01:00
dupexp.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
emptchk.cc rename tgba_ptr into twa_ptr 2015-04-22 16:57:21 +02:00
emptchk.test tgbatest: rewrite emptchk.test in C++ 2014-08-18 23:59:59 +02:00
emptchke.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
emptchkr.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
exclusive.test autfilt: add a --simplify-exclusive-ap option 2015-03-30 12:01:32 +02:00
explpro2.test autfilt: return with exit code 1 if there is no match 2014-12-10 16:36:34 +01:00
explpro3.test autfilt: return with exit code 1 if there is no match 2014-12-10 16:36:34 +01:00
explpro4.test acc: Add operators == and != for acc_code 2015-02-23 17:12:12 +01:00
explprod.test autfilt: return with exit code 1 if there is no match 2014-12-10 16:36:34 +01:00
hoaparse.test hoa: diagnose undefined states that appear as destination 2015-04-19 19:40:57 +02:00
intvcmp2.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
intvcomp.cc Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
intvcomp.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
isomorph.test Wrap are_isomorphic inside a class and optimize when deterministic 2014-12-17 14:15:02 +01:00
kv.test * src/tgbatest/kv.test: Fix the test comparison. 2012-10-12 22:09:16 +02:00
lbttparse.test hoaparse: fix parsing of LBTT with non 0-based states 2015-02-02 20:09:33 +01:00
ltl2dstar.test ltlcross: fix missing check for complement of negative automata 2014-08-31 19:56:24 +02:00
ltl2dstar2.test use ltl2tgba -Ds instead of ltl2tgba -sD in the test suite 2015-01-13 17:13:58 +01:00
ltl2dstar3.test ltlcross: adjust to work with generic acceptance 2015-02-26 17:30:01 +01:00
ltl2neverclaim-lbtt.test tgbatest: Rewrite ltl2neverclaim using ltlcross. 2013-01-10 18:22:35 +01:00
ltl2neverclaim.test tgbatest: Rewrite ltl2neverclaim using ltlcross. 2013-01-10 18:22:35 +01:00
ltl2ta.test degen: add a lowinit option 2015-04-01 17:33:15 +02:00
ltl2ta2.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
ltl2tgba.cc rename tgba_ptr into twa_ptr 2015-04-22 16:57:21 +02:00
ltl2tgba.test postproc: make sure WDBA have an acceptance set if BA is desired 2015-02-26 17:30:01 +01:00
ltlcounter.test get rid of tgba_tba_proxy 2014-08-12 16:42:58 +02:00
ltlcross.test Merge branch master (Spot 1.2.5) into next. 2014-08-22 16:45:41 +02:00
ltlcross2.test never: add an option to output in Spin's 6.2.4 style 2015-01-09 22:52:46 +01:00
ltlcross3.test ltlcross: allow appending to files via >>FILENAME 2015-02-14 17:39:51 +01:00
ltlcross4.test Fix spurious failre with Pandas 0.13. 2014-02-06 01:33:17 +01:00
ltlcrossce.test tests: add some missing "set -e" 2013-11-22 02:13:57 +01:00
ltlcrossce2.test ltlcross: adjust to work with generic acceptance 2015-02-26 17:30:01 +01:00
ltldo.test add a stutter-invariant property to automata 2015-02-28 16:44:06 +01:00
ltldo2.test bin: add shorthands for ltlcross and ltldo 2015-01-27 15:16:50 +01:00
ltlprod.cc product: rename the one-the-fly version as otf_product 2015-01-09 08:23:49 +01:00
ltlprod.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
Makefile.am complete: Fix completion of automata using Fin-acceptance 2015-03-25 20:49:12 +01:00
maskacc.test maskacc: reverse the way the acceptance condition is stripped 2015-03-24 16:33:33 +01:00
maskkeep.test Make --keep-states more useful by actually removing states. 2015-03-25 21:34:01 +01:00
monitor.test add a stutter-invariant property to automata 2015-02-28 16:44:06 +01:00
neverclaimread.test sccinfo: introduce is_rejecting() 2015-03-03 20:32:29 +01:00
nondet.test bin: support multi-line CSV fields. 2013-12-06 13:45:55 +01:00
obligation.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
randaut.test randaut: add option --acc-type=random 2015-03-31 13:50:56 +02:00
randomize.test add a stutter-invariant property to automata 2015-02-28 16:44:06 +01:00
randpsl.test random: Get rid of uniform_distribution (non-portable). 2015-02-27 14:17:07 +01:00
randtgba.cc rename tgba_digraph as twa_graph 2015-04-22 16:57:21 +02:00
randtgba.test save: remove 2015-01-31 21:22:15 +01:00
readsat.cc add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
readsat.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
readsave.test autfilt: --remove-unreachable-states, --remove-dead-states 2015-04-19 19:41:09 +02:00
remfin.test totgba: fix conversion of false acceptance 2015-04-03 08:16:52 +02:00
remprop.test autfilt: add a --remove-ap option 2015-03-24 18:58:24 +01:00
renault.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
satmin.test satmin: cleanup interfaces and minimization loops 2013-09-08 20:43:17 +02:00
satmin2.test sat: add missing prop_state_based_acc() call 2015-03-17 19:28:34 +01:00
sbacc.test add a stutter-invariant property to automata 2015-02-28 16:44:06 +01:00
scc.test scc: get rid of scc_stats 2015-01-18 21:51:09 +01:00
sccdot.test sccinfo: introduce is_rejecting() 2015-03-03 20:32:29 +01:00
sccsimpl.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
sim2.test tgbatest: drop support of Spot's legacy format from ltl2tgba 2015-01-31 17:46:32 +01:00
simdet.test Fix non determinism in the simulation. 2012-11-14 18:22:11 +01:00
spotlbtt.test simulation: get rid of the "don't care" simulation reductions 2015-01-19 18:17:44 +01:00
spotlbtt2.test Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
stutter.test stutter: improve closure 2015-03-31 19:18:41 +02:00
taatgba.cc Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
taatgba.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
tripprod.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
uniq.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
wdba.test add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
wdba2.test Remove ltl2tgba_lacim and all supporting classes. 2014-07-09 18:08:44 +02:00