spot/src
Alexandre Duret-Lutz 4df4b4efd2 Adjust some uses of bddtrue/bddfalse.
* src/tgbaalgos/dtgbasat.cc, src/tgbaalgos/eltl2tgba_lacim.cc,
src/tgbaalgos/simulation.cc, src/tgbaalgos/tau03opt.cc: Fix
cases where bddtrue and bddfalse where used in a ternary operator.
* src/sanity/style.test: Allow bdd_true()/bdd_false() to be
used in ternary operators.
2014-06-20 18:38:57 +02:00
..
bin Merge branch 'master' into next 2014-05-15 14:30:49 +02:00
dstarparse * src/dstarparse/nra2nba.cc: Fix comment. 2014-04-07 18:21:10 +02:00
eltlparse c++11: Replace boost::shared_ptr by std::shared_ptr. 2014-02-12 14:07:16 +01:00
eltltest eltl2tgba: slight cleanup of the tests. 2013-01-17 14:06:31 +01:00
graph * src/graph/graph.hh, src/tgba/tgbagraph.hh: Cosmetic fixes. 2014-06-20 13:46:39 +02:00
graphtest ngraph: support aliasing states 2014-06-20 13:31:23 +02:00
kripke tgba: remove the global_state and global_automaton argument of succ_iter 2014-02-17 22:53:06 +01:00
kripkeparse Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
kripketest more files to ignore 2012-11-28 16:45:04 +01:00
ltlast Merge branch 'master' into next 2014-05-15 14:30:49 +02:00
ltlenv Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
ltlparse c++11: replace push(Type(args...)) by emplace(args...) 2014-02-12 14:08:47 +01:00
ltltest * src/ltltest/equals.cc: Fix style. 2014-05-16 09:39:45 +02:00
ltlvisit snf: Fix the handling of bounded repetition. 2014-05-16 09:39:45 +02:00
misc tgbagraph: add a merge_transitions() method. 2014-06-20 13:31:23 +02:00
neverparse Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
priv Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
saba Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
sabaalgos Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
sabatest more files to ignore 2012-11-28 16:45:04 +01:00
sanity Adjust some uses of bddtrue/bddfalse. 2014-06-20 18:38:57 +02:00
ta tgba: remove the global_state and global_automaton argument of succ_iter 2014-02-17 22:53:06 +01:00
taalgos Merge branch 'master' into next 2014-05-15 14:30:49 +02:00
tgba * src/graph/graph.hh, src/tgba/tgbagraph.hh: Cosmetic fixes. 2014-06-20 13:46:39 +02:00
tgbaalgos Adjust some uses of bddtrue/bddfalse. 2014-06-20 18:38:57 +02:00
tgbaparse Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
tgbatest sccfilter: implement a new version of tgba_digraph 2014-06-20 13:31:23 +02: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 graph: Implement a directed graph. 2014-05-20 15:40:16 +02:00