spot/src/tgbaalgos/gtec
Alexandre Duret-Lutz 6c815004c4 Introduce an emptiness-check interface, and modify the existing
algorithms to conform to it, uniformly.  This will unfortunately
break third-party code that were using these algorithms.
* src/tgbaalgos/emptiness.cc, src/tgbaalgos/emptiness.hh: New files.
* src/tgbaalgos/Makefile.am: New files.
* src/tgbaalgos/magic.cc, src/tgbaalgos/magic.hh: Adjust to
conform to the new emptiness-check interface.
* src/tgbaalgos/gtec/ce.cc, src/tgbaalgos/gtec/ce.hh,
src/tgbaalgos/gtec/gtec.cc, src/tgbaalgos/gtec/gtec.hh,
src/tgbaalgos/gtec/status.cc, src/tgbaalgos/gtec/status.hh:
Likewise.  The classes have been renamed are as following
  emptiness_check -> couvreur99_check
  emptiness_check_shy -> couvreur99_check_shy
  counter_example -> couvreur99_check_result
* src/tgbatest/ltl2tgba.cc, iface/gspn/ltlgspn.cc, iface/gspn/ssp.hh,
iface/gspn/ssp.cc: Adjust to renaming and new interface.
2004-10-27 16:47:54 +00:00
..
.cvsignore * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
ce.cc Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00
ce.hh Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00
explscc.cc * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
explscc.hh * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
gtec.cc Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00
gtec.hh Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00
Makefile.am * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
nsheap.cc * iface/gspn/gspn.cc, src/ltlvisit/basicreduce.cc, 2004-10-18 13:56:31 +00:00
nsheap.hh * iface/gspn/gspn.cc, src/ltlvisit/basicreduce.cc, 2004-10-18 13:56:31 +00:00
sccstack.cc * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
sccstack.hh * src/tgbaalgos/emptinesscheck.hh, src/tgbaalgos/emptinesscheck.cc: 2004-04-14 10:56:36 +00:00
status.cc Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00
status.hh Introduce an emptiness-check interface, and modify the existing 2004-10-27 16:47:54 +00:00