spot/src
Alexandre Duret-Lutz a4f951facc timer: add a stopwatch for timing a simple operation
* src/misc/timer.hh (stopwatch): New class, implemented on top
of C++11's std::chrono::high_resolution_clock.
* src/bin/dstar2tgba.cc, src/bin/ltl2tgba.cc, src/bin/ltlcross.cc:
Use it in lieu of gethrxtime(), so we do not need to distribute
gethrxtime anymore.
2014-10-26 13:44:47 +01:00
..
bin timer: add a stopwatch for timing a simple operation 2014-10-26 13:44:47 +01:00
dstarparse Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
graph tgba_digraph: add a purge_dead_states() method 2014-10-24 11:53:28 +02:00
graphtest Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
kripke Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
kripkeparse Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
kripketest Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
ltlast ltl: get rid of ltl::ref_formula 2014-10-25 17:06:45 +02:00
ltlenv ltl::environment: correctly declare name() as const 2014-06-27 10:32:39 +02:00
ltlparse Better formula I/O for ipython. 2014-08-24 14:00:59 +02:00
ltltest Some cleanup of Thibaud's patches. 2014-10-06 20:39:44 +02:00
ltlvisit Some cleanup of Thibaud's patches. 2014-10-06 20:39:44 +02:00
misc timer: add a stopwatch for timing a simple operation 2014-10-26 13:44:47 +01:00
neverparse Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
priv Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
sanity common: introduce SPOT_UNREACHABLE and SPOT_UNIMPLEMENTED. 2014-06-27 15:55:26 +02:00
ta Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
taalgos Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
tgba tgba_digraph: add a purge_dead_states() method 2014-10-24 11:53:28 +02:00
tgbaalgos tgba_digraph: add a purge_dead_states() method 2014-10-24 11:53:28 +02:00
tgbaparse Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
tgbatest tgba_digraph: add a purge_dead_states() method 2014-10-24 11:53:28 +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 Remove support for state-based alternating automata. 2014-10-06 10:35:51 +02:00