Alexandre Duret-Lutz
7eb631dd3c
debian: move libraries into separate packages
...
* debian/control (libbddx-dev, libbddx0, libspot0): New packages.
(libspot-dev): Make it "Architecture: any".
* debian/libspot-dev.install: Include the .so symlink.
* debian/spot.install: Remove the libraries.
* debian/libbddx-dev.install, debian/libbddx0.install,
debian/libspot0.install: New files.
* Makefile.am: Distribute them.
2015-07-06 19:18:28 +02:00
Alexandre Duret-Lutz
348e1ee22b
* src/bin/ltlcross.cc: Fix 80 columns.
2015-07-01 10:04:09 +02:00
Alexandre Duret-Lutz
56188c7038
ltlcross: be more verbose about product size
...
This helps diagnosing #96 .
* src/bin/ltlcross.cc (process_formula): Print product sizes if
--verbose.
2015-06-30 22:52:43 +02:00
Alexandre Duret-Lutz
36a3dc45a7
configure: diagnose missing Python.h
...
Fixes #95 , reported by Vitus Lam.
* m4/pypath.m4: Check for Python.h and print some advice if missing.
* NEWS: Mention this.
* THANKS: Add Vitus.
2015-06-30 21:37:03 +02:00
Alexandre Duret-Lutz
5cb19a290b
scc_filter: do not remove Fin sets from rejecting SCCs
...
* src/twaalgos/sccfilter.cc (acc_filter_some, acc_filter_all): Merge
into...
(acc_filter_mask): ... this single parametrized class, and only
remove sets that are only used as Inf.
* src/twa/acc.hh: Add missing operator~.
* src/tests/sccsimpl.test: Add test case.
* src/tests/sccdot.test: Adjust.
* NEWS: Mention the bug.
2015-06-30 17:18:27 +02:00
Alexandre Duret-Lutz
5d9e7d1f93
ltl: fix detection of some siPSL formulas
...
* src/ltlast/bunop.cc: Fix detection of f[:*2] as siPSL if f is siPSL
* src/tests/kind.test: Test it.
* NEWS: Mention it.
2015-06-23 19:27:30 +02:00
Alexandre Duret-Lutz
9ae2af209b
* NEWS, configure.ac: Bump version to 1.99.1a
2015-06-23 10:01:12 +02:00
Alexandre Duret-Lutz
b8c6eb04b3
Release Spot 1.99.1
...
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
2015-06-23 08:35:32 +02:00
Alexandre Duret-Lutz
41a7b906d8
org: improve TOC display and specify viewport
...
* doc/org/spot.css: Improve TOC.
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Specify viewport.
2015-06-22 09:24:32 +02:00
Alexandre Duret-Lutz
a184507848
* wrap/python/ajax/trans.html: Handle clicks on circled arrows.
2015-06-21 19:00:49 +02:00
Alexandre Duret-Lutz
c7e6733eb3
* doc/Doxyfile.in: Upgrade to Doxygen 1.8.9.1.
2015-06-21 13:59:26 +02:00
Alexandre Duret-Lutz
0c4eccd8c7
* src/twaalgos/ltl2tgba_fm.hh: Typo in comment.
2015-06-21 13:47:16 +02:00
Alexandre Duret-Lutz
b327565ca6
doxygen: fix membership to misc_tools module
...
* src/misc/bareword.hh, src/misc/bitvect.hh, src/misc/escape.hh,
src/misc/hashfunc.hh, src/misc/intvcmp2.hh, src/misc/intvcomp.hh,
src/misc/random.hh, src/misc/timer.hh, src/misc/tmpfile.hh: Use ingroup
rather than addtogroup.
2015-06-21 13:42:15 +02:00
Alexandre Duret-Lutz
a9f4b01d9b
ajax: relabel formula and automata around ltl3ba
...
Fixes #53 .
* wrap/python/ajax/spotcgi.in: Do that.
* wrap/python/ajax/trans.html: Fixup jquery code to
avoid looping over tabs.
* wrap/python/spot_impl.i: Wrap the automaton relabeling code.
* NEWS: Update.
2015-06-20 20:46:53 +02:00
Alexandre Duret-Lutz
11c453d426
ajax: fix UTF-8 output
...
* wrap/python/ajax/spotcgi.in: Here.
2015-06-20 18:33:05 +02:00
Alexandre Duret-Lutz
813c3799c0
ltl: remove is_eltl_formula()
...
* doc/tl/tl.tex, src/ltlast/atomic_prop.cc, src/ltlast/binop.cc,
src/ltlast/bunop.cc, src/ltlast/constant.cc, src/ltlast/formula.cc,
src/ltlast/formula.hh, src/ltlast/multop.cc, src/ltlast/unop.cc:
Remove is_eltl_formula().
* src/tests/kind.test: Adjust.
2015-06-20 15:21:31 +02:00
Alexandre Duret-Lutz
ce3ad1e3ff
* doc/org/tut20.org: Make sure the cleanup is run.
2015-06-20 14:14:26 +02:00
Alexandre Duret-Lutz
ab83c798f6
* doc/org/syntax.css: Do not set the body colors.
2015-06-20 14:13:16 +02:00
Alexandre Duret-Lutz
27cab60c01
* doc/org/spot.css: Point to new website.
2015-06-19 23:35:39 +02:00
Alexandre Duret-Lutz
c8d964df05
* doc/org/syntax.css: Fix syntax.
2015-06-19 23:35:30 +02:00
Alexandre Duret-Lutz
5b72c5a064
org: really fix the satmin.org example
...
* doc/org/satmin.org: Fix export. We need both 'results: silent' and
'exports: both' for the code to be run and shown.
2015-06-19 23:14:19 +02:00
Alexandre Duret-Lutz
28c8666cf8
doc: make clean should not need latexmk
...
Report from Joachim Klein.
* doc/tl/Makefile.am (mostlyclean-local): Rename as...
(maintainer-clean-local): ... this.
2015-06-19 17:08:26 +02:00
Alexandre Duret-Lutz
162e114396
org: fix SAT example
...
* doc/org/satmin.org: Do not use ":export code" on
code that must be run on export.
2015-06-19 17:04:10 +02:00
Alexandre Duret-Lutz
9130cfa17f
org: Simplify build
...
* doc/Makefile.am (org): Remove the useless temporary directory.
2015-06-19 17:02:19 +02:00
Alexandre Duret-Lutz
95ea1ee075
org: fix recursive compilation
...
* doc/Makefile.am (org): Use $(MAKE), not make.
(org-deploy): Remove this obsolete rule.
2015-06-18 14:31:36 +02:00
Alexandre Duret-Lutz
0c3e10d1ec
ajax: fix Python3 error in check for ltl3ba
...
* wrap/python/ajax/spotcgi.in: Here.
2015-06-18 11:05:03 +02:00
Alexandre Duret-Lutz
673eb44d8f
ajax: fetch the UI theme online, do not distribute it
...
* wrap/python/ajax/css/ui-lightness/: Delete.
* wrap/python/ajax/Makefile.am: Adjust.
* wrap/python/ajax/trans.html: Fetch the UI theme from Google's CDN.
* wrap/python/ajax/css/trans.css: Add the tweaks locally.
2015-06-17 22:41:06 +02:00
Alexandre Duret-Lutz
286775ee68
* doc/org/index.org: Remove up/home links.
2015-06-17 22:33:23 +02:00
Alexandre Duret-Lutz
c1a735b164
ajax: Upgrade to jquery-ui 1.10.1
...
This is the version currently in Debian.
* wrap/python/ajax/trans.html: Adjust to
the newer version.
2015-06-17 21:52:59 +02:00
Alexandre Duret-Lutz
d8b3062b35
* doc/Doxyfile.in: Fix input encoding.
2015-06-17 11:38:21 +02:00
Alexandre Duret-Lutz
ccd60c8c5e
org: link to Doxygen documentation, and to on-line translator
...
* doc/org/index.org: Here.
2015-06-17 11:38:16 +02:00
Alexandre Duret-Lutz
128f105fe5
* doc/mainpage.dox: Update URL.
2015-06-17 00:03:39 +02:00
Alexandre Duret-Lutz
1b3054d8a8
org: simplify calls to ltl2dstar
...
* doc/org/satmin.org: Here.
2015-06-16 22:33:32 +02:00
Alexandre Duret-Lutz
c0aa403867
* doc/org/install.org: Do not use {{{LASTRELEASE}}} in <code>.
2015-06-16 20:25:26 +02:00
Alexandre Duret-Lutz
69f5f8a4f8
* NEWS: Update for recent changes.
2015-06-16 19:28:43 +02:00
Alexandre Duret-Lutz
35fea2f5d1
cgi: test formulas for stutter invariance
...
* wrap/python/ajax/spotcgi.in: Here.
2015-06-16 19:02:13 +02:00
Alexandre Duret-Lutz
de00bd3e25
cgi: fix cached output for Python3
...
* wrap/python/ajax/spotcgi.in: Fix.
2015-06-16 18:28:40 +02:00
Alexandre Duret-Lutz
533fc21a25
* wrap/python/ajax/spotcgi.in: Simplify using spot.setup().
2015-06-16 18:03:02 +02:00
Alexandre Duret-Lutz
7cc9980062
Rename the on-line translator to avoid conflicts with the doc
...
* wrap/python/ajax/css/ltl2tgba.css, wrap/python/ajax/spot.in,
wrap/python/ajax/ltl2tgba.html: Rename ...
* wrap/python/ajax/css/trans.css, wrap/python/ajax/spotcgi.in,
wrap/python/ajax/trans.html: ... as these.
* wrap/python/ajax/Makefile.am, wrap/python/ajax/README: Adjust.
2015-06-16 17:44:30 +02:00
Alexandre Duret-Lutz
b7fbf72461
bin: fix documentation of degeneralization option
...
Reported by Jan Strejček.
* src/bin/spot-x.cc: Fix documentation.
* src/twaalgos/degen.cc, src/twaalgos/degen.hh: Fix comments.
2015-06-16 11:06:32 +02:00
Alexandre Duret-Lutz
b2e812b105
ltlcross: skip product that require too much acceptance sets
...
Reported by Fanda when he was testing ltl3dra 0.2.2.
* src/bin/ltlcross.cc: Here.
* src/tests/ltl3dra.test: New file.
* src/tests/Makefile.am: Add it.
2015-06-15 23:35:31 +02:00
Alexandre Duret-Lutz
7ea9ebe07a
bin: typo in ltl3dra shorthand
...
Reported by Fanda.
* src/bin/common_trans.cc: Here.
2015-06-15 18:42:27 +02:00
Alexandre Duret-Lutz
3e853eedeb
org: add utf-8 markers
...
* doc/org/index.org, doc/org/ltl2tgta.org, doc/org/randltl.org,
doc/org/satmin.org, doc/org/tut.org, doc/org/tut01.org,
doc/org/tut02.org, doc/org/tut10.org, doc/org/tut20.org,
doc/org/tut21.org, doc/org/tut22.org: Here.
2015-06-14 23:40:34 +02:00
Alexandre Duret-Lutz
200fcbfe49
cgi: update for recent changes
...
* wrap/python/ajax/spot.in: Adjust to recent changes.
2015-06-13 23:50:06 +02:00
Alexandre Duret-Lutz
89592881c7
org: new example
...
Fixes #14 .
* doc/org/tut22.org: New file.
* doc/Makefile.am, doc/org/tut.org: Add it.
2015-06-12 22:01:30 +02:00
Alexandre Duret-Lutz
562a8d0f20
* doc/org/tut21.org: Show the initial state number.
2015-06-12 21:08:52 +02:00
Alexandre Duret-Lutz
17dc2f8654
Rename src/tests/ltl2tgba as src/tests/ikwiad.
...
Fixes #23 .
* src/tests/ltl2tgba.cc: Rename as ...
* src/tests/ikwiad.cc: ... this.
* src/tests/Makefile.am, src/tests/babiak.test, src/tests/checkta.cc,
src/tests/complementation.test, src/tests/cycles.test,
src/tests/dbacomp.test, src/tests/degendet.test,
src/tests/degenid.test, src/tests/det.test, src/tests/dfs.test,
src/tests/dstar.test, src/tests/dupexp.test, src/tests/emptchke.test,
src/tests/kv.test, src/tests/ltl2neverclaim-lbtt.test,
src/tests/ltl2neverclaim.test, src/tests/ltl2tgba.test,
src/tests/ltlcounter.test, src/tests/ltlcross.test,
src/tests/neverclaimread.test, src/tests/obligation.test,
src/tests/parseaut.test, src/tests/randaut.test,
src/tests/randpsl.test, src/tests/renault.test,
src/tests/satmin2.test, src/tests/sccsimpl.test, src/tests/sim2.test,
src/tests/simdet.test, src/tests/spotlbtt.test, src/tests/wdba.test,
src/tests/wdba2.test, bench/emptchk/README, bench/emptchk/defs.in,
bench/ltlclasses/run, bench/ltlcounter/run, bench/wdba/run: Adjust.
2015-06-12 20:52:34 +02:00
Alexandre Duret-Lutz
4d848e988c
org: new example
...
* doc/org/tut21.org: New file.
* doc/Makefile.am, doc/org/tut.org: Add it.
2015-06-12 00:42:05 +02:00
Alexandre Duret-Lutz
af8634d8c4
graph: rename num_transitions() as num_edges()
...
And in fact, rename most "trans*" as "edges*", because that what they
really are.
* src/bin/autfilt.cc, src/bin/ltlcross.cc, src/bin/randaut.cc,
src/dstarparse/dra2ba.cc, src/dstarparse/dstarparse.yy,
src/dstarparse/nra2nba.cc, src/dstarparse/nsa2tgba.cc,
src/graph/graph.hh, src/graph/ngraph.hh, src/ltlvisit/exclusive.cc,
src/parseaut/parseaut.yy, src/tests/complementation.cc,
src/tests/graph.cc, src/tests/ltl2tgba.cc, src/tests/ngraph.cc,
src/tests/twagraph.cc, src/twa/twagraph.cc, src/twa/twagraph.hh,
src/twa/twamask.hh, src/twaalgos/are_isomorphic.cc,
src/twaalgos/are_isomorphic.hh, src/twaalgos/canonicalize.cc,
src/twaalgos/cleanacc.cc, src/twaalgos/complete.cc,
src/twaalgos/compsusp.cc, src/twaalgos/cycles.cc,
src/twaalgos/degen.cc, src/twaalgos/dot.cc, src/twaalgos/dtbasat.cc,
src/twaalgos/dtgbacomp.cc, src/twaalgos/dtgbasat.cc,
src/twaalgos/dupexp.cc, src/twaalgos/emptiness.cc,
src/twaalgos/isunamb.cc, src/twaalgos/isweakscc.cc,
src/twaalgos/ltl2tgba_fm.cc, src/twaalgos/mask.hh,
src/twaalgos/minimize.cc, src/twaalgos/postproc.cc,
src/twaalgos/powerset.cc, src/twaalgos/product.cc,
src/twaalgos/randomgraph.cc, src/twaalgos/randomize.cc,
src/twaalgos/randomize.hh, src/twaalgos/relabel.cc,
src/twaalgos/remfin.cc, src/twaalgos/safety.cc, src/twaalgos/sbacc.cc,
src/twaalgos/sccfilter.cc, src/twaalgos/sepsets.cc,
src/twaalgos/simulation.cc, src/twaalgos/stutter.cc,
src/twaalgos/totgba.cc: Rename these.
2015-06-11 23:52:02 +02:00
Alexandre Duret-Lutz
a1ba0a89c5
* doc/org/tut20.org: Cleanup.
2015-06-11 22:36:09 +02:00