- 17 Apr, 2008 1 commit
-
-
Damien Lefortier authored
-
- 14 Apr, 2008 1 commit
-
-
Alexandre Duret-Lutz authored
* src/ltlenv/environment.hh, src/ltlvisit/basicreduce.cc: Remove useless FIXMEs. * src/ltlvisit/reduce.cc (reduce_visitor::visit(binop)): Compute syntactic implications only when needed. * src/tgbaalgos/reductgba_sim_del.cc (build_recurse_successor_spoiler): Remplace the FIXME by an assert. * src/tgba/tgbareduc.cc: Reword some comments, discard old commented code.
-
- 10 Apr, 2008 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 28 Mar, 2008 1 commit
-
-
Alexandre Duret-Lutz authored
so we tolerate more flex versions. * src/ltlparse/Makefile.am (AM_CXXFLAGS): Likewise. * src/tgbaparse/Makefile.am (AM_CXXFLAGS): Likewise.
-
- 25 Mar, 2008 3 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 21 Mar, 2008 2 commits
-
-
Damien Lefortier authored
-
Alexandre Duret-Lutz authored
using 80 columns.
-
- 14 Mar, 2008 4 commits
-
-
Alexandre Duret-Lutz authored
* src/ltlast/formula.hh (hash): Remove const from return type. This kills a g++-4.3 warning. * src/misc/hash.hh: Adjust to use unordered_set and unordered_map from TR1 when g++-4.3 is used. * src/evtgba/product.cc, src/ltltest/randltl.cc, src/ltlvisit/randomltl.cc, src/ltlvisit/tostring.cc, src/misc/freelist.hh, src/misc/optionmap.cc, src/tgba/tgbareduc.hh, src/tgbaalgos/gv04.cc, src/tgbaalgos/ltl2tgba_fm.cc, src/tgbaalgos/randomgraph.cc, src/tgbatest/ltl2tgba.cc, src/tgbatest/randtgba.cc, src/ltltest/equals.cc, src/ltltest/readltl.cc, src/ltltest/reduc.cc, src/ltltest/syntimpl.cc, src/ltltest/tostring.cc, src/tgbatest/ltlprod.cc, src/tgbatest/powerset.cc, src/tgbatest/explprod.cc, src/tgbatest/mixprod.cc, src/tgbatest/readsave.cc, src/tgbatest/reductgba.cc, src/tgbatest/tgbaread.cc, src/tgbatest/tripprod.cc, src/evtgbatest/product.cc, src/evtgbatest/readsave.cc, src/evtgbatest/ltl2evtgba.cc, src/evtgbatest/readsave.cc: Add missing includes. * src/tgbatest/explicit.test, src/tgbatest/explprod.test, src/tgbatest/explpro2.test, src/tgbatest/troprod.test, src/tgbatest/emptchk.test: Cope with different outputs.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
compile with g++-4.3 otherwise. * src/Ltl-parse.yy (matchCharactersFromStream): Declare the chars as const to kill a g++ warning. * src/NeverClaim-parse.yy (yyerror): Declare the error message as const to kill a g++ warning.
-
Alexandre Duret-Lutz authored
-
- 11 Mar, 2008 1 commit
-
-
Alexandre Duret-Lutz authored
until Doxygen is fixed. Doxygen 1.5.5 generate incorrect LaTeX code.
-
- 27 Feb, 2008 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 25 Feb, 2008 24 commits
-
-
Alexandre Duret-Lutz authored
Clarify comments.
-
Alexandre Duret-Lutz authored
Remove superfluous semicolon.
-
Alexandre Duret-Lutz authored
assert(). This patch has been lying in my tree since 2007-04-30.
-
Alexandre Duret-Lutz authored
intricate memory corruption bug prevented me to check the patch in. It took me two days to realize why find_state() must do a double loop over the candidates to check for equality before checking for inclusion(s). * iface/gspn/ltlgspn.cc: New options, -e45 and -n. * iface/gspn/ssp.cc, iface/gspn/ssp.hh: Handle these. * src/tgbaalgos/gtec/gtec.cc (TRACE): Add some debugging traces. (couvreur99_check_shy::dump_queue): New function. * src/tgbaalgos/gtec/gtec.hh (couvreur99_check_shy::dump_queue): New function.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Debian versions installed in build hosts during automatic builds. * m4/libtool.m4: New file, from GNU Libtool 1.4.24. * tools/ltmain.sh: New file, from GNU Libtool 1.4.24. * HACKING: Installing Libtool is no longer required.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* configure.ac: Use it.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Disable the default GC handler. Reported by Kristin Yvonne Rozier <kyrozier@cs.rice.edu>.
-
Alexandre Duret-Lutz authored
stderr, not stdout. Reported by Kristin Yvonne Rozier <kyrozier@cs.rice.edu>.
-
Alexandre Duret-Lutz authored
events.
-
Alexandre Duret-Lutz authored
* iface/gspn/ssp.cc, iface/gspn/ssp.hh (gspn_ssp_interface) support for a new option "pushfront".
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* HACKING, INSTALL, doc/Doxyfile.in, lbtt/INSTALL: Update to newer tools.
-
Alexandre Duret-Lutz authored
Fix the declaration for GCC 4.1.2. * iface/gspn/gspn.cc (tgba_gspn_private_::~tgba_gspn_private_): Likewise.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Add support for -r8/-fr8.
-
Alexandre Duret-Lutz authored
long as the formula changes, it makes more sense when combining algorithm. E.g. basic reductions can help language containment and vice-versa.
-