spot/src
Alexandre Duret-Lutz 4ffb0cb98d randltl: some code cleanup
* src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: Throw
invalid_argument exceptions consistently (not std::string), and use
forwarding constructors to avoid the construct() method.
* src/bin/randltl.cc: Catch the above exceptions.  Destroy
the opts variable right after its use, so that we don't need
explicit destructor calls.
* src/ltltest/rand.test: Add a test.
2015-03-08 13:50:12 +01:00
..
bin randltl: some code cleanup 2015-03-08 13:50:12 +01:00
dstarparse Preliminirary support for generic acceptance. 2015-02-23 17:12:11 +01:00
graph random: Get rid of uniform_distribution (non-portable). 2015-02-27 14:17:07 +01:00
graphtest More files to ignore. 2015-01-03 19:01:44 +01:00
hoaparse rename set_acceptance_conditions as set_generalized_buchi 2015-02-23 17:12:11 +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 add missing utf-8 header to many source files 2015-01-09 08:23:49 +01:00
ltlast ltl: keep track of spin-compatible AP 2015-01-27 10:21:17 +01:00
ltlenv defaultenv: simplify usage 2014-11-30 19:53:14 +01:00
ltlparse psl: add support for the [:*i..j] operator 2015-01-19 14:39:41 +01:00
ltltest randltl: some code cleanup 2015-03-08 13:50:12 +01:00
ltlvisit randltl: some code cleanup 2015-03-08 13:50:12 +01:00
misc random: Get rid of uniform_distribution (non-portable). 2015-02-27 14:17:07 +01:00
priv tgbaparse, lbttparse: do not pass an environment for acceptance sets 2014-12-10 20:49:17 +01:00
sanity style: make sure we do not have SPOT_API in *.cc files 2015-01-09 16:15:58 +01:00
ta Preliminirary support for generic acceptance. 2015-02-23 17:12:11 +01:00
taalgos Add (void) casts for variables used only in assert()s. 2015-02-06 11:57:27 +01:00
tgba acc: add a to_cnf() function 2015-03-05 09:18:46 +01:00
tgbaalgos sccinfo: introduce is_rejecting() 2015-03-03 20:32:29 +01:00
tgbatest acc: add a to_cnf() function 2015-03-05 09:18:46 +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 tgbaparse: remove this parser 2015-01-31 21:22:10 +01:00