spot/spot
Alexandre Duret-Lutz cc12d514be avoid mark_t::count() when possible
count() may be implemented using a loop, so using it touch
check count() == 1 or count() > 1 is not advisable.

* spot/twa/acc.hh (mark_t::is_singleton, mark_t::has_many): Introduce
these two methods to replace count()==1 and count()>1
* spot/twa/acc.cc, spot/twaalgos/cleanacc.cc,
spot/twaalgos/determinize.cc, spot/twaalgos/dtwasat.cc,
spot/twaalgos/iscolored.cc, spot/twaalgos/remfin.cc,
spot/twaalgos/toparity.cc: Adjust usage.
2020-04-19 09:11:16 +02:00
..
gen genltl: add --pps-arbiter-{strict,standard} 2019-07-12 16:48:10 +02:00
graph remove is_alternating() methods 2020-04-05 14:12:45 +02:00
kripke python: improve kripke_graph bindings 2019-03-16 13:28:45 +01:00
ltsmin ltsmin: update Doxygen documentation for DEAD 2019-08-27 17:10:00 +02:00
misc tmpfile: improve error message 2019-12-15 17:44:54 +01:00
parseaut Upgrade parsers to Bison >= 3.0 2019-08-26 17:07:15 +02:00
parsetl introduce op::strong_X 2019-09-23 17:01:28 +02:00
priv trim: avoid the soon-to-be-deprecated std::ptr_fun 2019-10-17 13:39:51 +02:00
ta noexcept: please gcc snapshot 2018-11-29 10:16:01 +00:00
taalgos deprecate spot::acc_cond::format() 2019-07-05 22:43:36 +02:00
tl fix invalid iterator handling, reported by -D_GLIBCXX_DEBUG 2020-04-14 23:24:13 +02:00
twa avoid mark_t::count() when possible 2020-04-19 09:11:16 +02:00
twaalgos avoid mark_t::count() when possible 2020-04-19 09:11:16 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
Makefile.am fix libspot.pc and libspotltsmin.pc generation 2017-05-04 11:13:20 +02:00