spot/wrap/python
Alexandre Duret-Lutz e1ef47d975 Using double borders for acceptance states in SBAs.
* src/tgbaalgos/dotty.hh (dotty_reachable): Take a new
assume_sba argument.
* src/tgbaalgos/dotty.cc (dotty_bfs): Take a new
mark_accepting_states arguments.
(dotty_bfs::process_state): Check if a state is accepting using
the state_is_accepting() method for tgba_sba_proxies, or by
looking at the first outgoing transition of the state.  Pass
the result to the dectorator.
(dotty_reachable): Adjust function.
* src/tgbaalgos/dottydec.hh, src/tgbaalgos/dottydec.cc,
src/tgbaalgos/rundotdec.hh, src/tgbaalgos/rundotdec.cc
(state_decl): Add an "accepting" argument, and use it to
decorate accepting states with a double border.
* src/tgbatest/ltl2tgba.cc: Keep track of whether the output
is an SBA or not, so that we can tell it to dotty().
* wrap/python/ajax/spot.in: Likewise.
* wrap/python/cgi-bin/ltl2tgba.in: Likewise.
2011-03-05 10:26:20 +01:00
..
ajax Using double borders for acceptance states in SBAs. 2011-03-05 10:26:20 +01:00
cgi-bin Using double borders for acceptance states in SBAs. 2011-03-05 10:26:20 +01:00
tests Enable VERBOSE logs for nips, greatspn, and python tests. 2011-02-10 12:58:16 +01:00
.cvsignore Update to SWIG 1.3.22. 2004-09-20 16:35:46 +00:00
.gitignore more files to ignore 2011-01-27 21:47:47 +01:00
buddy.i Add interface for and test the bdd_setxor() function added to Buddy. 2010-11-07 11:15:56 +01:00
Makefile.am Preliminary implementation of an ajax-based ltl2tgba translator. 2011-01-18 16:31:33 +01:00
spot.i Do not output empty parse error blocks in the CGI script. 2011-01-17 21:52:59 +01:00