* src/tgba/tgbacomplement.cc: Stay on 80 columns.

This commit is contained in:
Guillaume Sadegh 2009-07-08 18:09:21 +02:00
parent 414956c51e
commit fd9ec01743
2 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2009-07-08 Guillaume Sadegh <sadegh@lrde.epita.fr>
* src/tgba/tgbacomplement.cc: Stay on 80 columns.
2009-07-08 Félix Abecassis <abecassis@lrde.epita.fr>
Add 2 benchmarks directories.
@ -11,7 +15,7 @@
files, and LTL formulae that should be verified by the models.
* src/tgba/tgbafromfile.cc, src/tgba/tgbafromfile.hh:
New files. Small class to avoid long initializations with numerous
constants when translating to TGBA many LTL formulae from a
constants when translating to TGBA many LTL formulae from a
given file.
* src/tgbaalgos/cutscc.cc, src/tgbaalgos/cutscc.hh:
New file. From a single automaton, create, at most,
@ -24,7 +28,7 @@
* src/tgba/tgbacomplement.cc: Fix the transformation from
Streett to TGBA.
* src/tgbatest/complementation.test: Modify tests.
2009-06-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* bench/emptchk/pml2tgba.pl: Adjust to work with Spin 5.2.0.

View file

@ -1168,10 +1168,10 @@ namespace spot
/// comes from:
///
/// @InProceedings{ duret.09.atva,
/// author = {Alexandre Duret-Lutz and Denis Poitrenaud and Jean-Michel
/// Couvreur},
/// title = {On-the-fly Emptiness Check of Transition-based {S}treett
/// Automata},
/// author = {Alexandre Duret-Lutz and Denis Poitrenaud and
/// Jean-Michel Couvreur},
/// title = {On-the-fly Emptiness Check of Transition-based
/// {S}treett Automata},
/// booktitle = {Proceedings of the 7th International Symposium on
/// Automated Technology for Verification and Analysis
/// (ATVA'09)},