spot/spot
Alexandre Duret-Lutz 2e6297c26a ltl2tgba_fm: simplify three bdd operations
* spot/twaalgos/ltl2tgba_fm.cc: Replace bdd_exists(a & b, c) by
bdd_appex(a, b, bddop_and, c).
2016-11-09 10:29:00 +01:00
..
graph use SPOT_ASSERT instead of assert 2016-07-24 23:26:59 +02:00
kripke kripkegraph: fix g++ warning 2016-09-04 17:25:24 +02:00
ltsmin ltlsmin: revert part of 630e90b9 2016-10-30 08:13:37 +01:00
misc spot: Add %R, %[..]R common option. 2016-11-08 18:57:50 +01:00
parseaut fix some implicit promotion from bool, as suggested by PVS-Studio 2016-10-29 12:37:35 +02:00
parsetl parsetl: flush the errors 2016-11-05 22:59:02 +01:00
priv sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
ta taproduct: fix incorrect assert() flagged by PVS-Studio 2016-10-29 12:37:35 +02:00
taalgos improve some conditions, as hinted by PVS-Studio 2016-10-29 12:37:35 +02:00
tl from_ltlf: new LTL transformation. 2016-11-05 22:59:02 +01:00
twa remove some dead code discovered while studying PVS-Studio's report 2016-10-29 12:37:35 +02:00
twaalgos ltl2tgba_fm: simplify three bdd operations 2016-11-09 10:29:00 +01:00
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
Makefile.am move the sanity tests in tests/sanity/ 2016-01-05 17:20:51 +01:00