- fix tagging issue
- fix tagging issue
- improve cram tests infrastructure (and revert unwanted improvements)
- fix bug: several lassos in some SMV traces. The BMC algorithm now is now "sbmc_inc" and the complete algorithm is (for nuXmv) "ic3 -i".
- fix bug: some arithmetic auxiliaries were absent from the generated SMV file
- handle int atoms, Int signature and all Alloy arithmetic operations
- fix cardinality translation bug
- stratify LTL formulas for SMV
- build (using Github Actions) on Windows
- fix nuXmv/NuSMV output parsing on Windows, which prevented correct behavior
- output much shorter files (unless pretty-printing is on)
- huge translation boost and lower memory footprint
- beta: use of Github Actions should enable to produce Windows versions
- fix one compiler version (currently 4.11.0)
- adapt to (and require) containers 3.0
- remove vacuity tests in Raw_to_ast (no reason to fail there)
- fix precedences (after update to Electrum)
- use same logical connectives and precedence as in Electrum
- inhibit warning 63 in release mode, see ocaml/dune#2450
- F. Pottier's fix to work with Menhir 20200525
- add option --symmetry-offset/--so to offset the single-state symmetry breaking predicate.
- add option --temporal-symmetry/--ts to generate a full temporal symmetry formula
- adapt to changes in the API of the Containers package
- fighting once again with dune-release...
- fix bug in symmetry handling resulting in a too strong symmetry breaking predicate, users should re-assess their models!
- add optional 'expect sat' or 'expect unsat' sentence after a goal
- fix issue when creating 0.3.1 which led to opam file being still absent
- fix missing opam file
- use nuXmv's check_ltlspec_ic3 algorithm (released in nuXmv 2.0 on 2019/10/14). nuXmv before 2.0 is not supported at all, please update to 2.0.
- fix compilation problems (depend on ocaml >= 4.05.0)
- use dune-build-info
- switch to Iter and Stdlib
- reformat code
- fix bug related to update of Fmt
- fix bug between Dune, Menhir and 4.07.1
- make compilable until 4.04
- add compilation testing for various versions of the compiler
- migration to OPAM 2.0
- migration to Dune 1.4 (for better handling of Menhir)
- handle SIGTERM properly
- feature #993: add BMC mode
- bug #978: handle nested "always" in INVAR field
- remove ocamlfind from dependencies
- handle child termination
- fix opam problems... (sigh!)
- fix lexical error on SMV trace parsing (GH#2)
- use short names when generating SMV files (#805)
- switch to jbuilder/dune & get rid of most ppx'es
- use hashconsing internally (improved compilation speed)
- fix parsing bug of parenthesized integer expressions
- Fix OPAM problem. '+' sign poses a problem with Github releases or topkg??
- Fix OPAM problem.
- Fix OPAM problem.
- First OPAM (tentative) release
- Joint switch to Jbuilder/Dune