Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] [ANN] New release of Fix (20230505)
@ 2023-05-16 11:48 François Pottier
  0 siblings, 0 replies; only message in thread
From: François Pottier @ 2023-05-16 11:48 UTC (permalink / raw)
  To: OCaML Mailing List


Dear OCaml users,

Frédéric Bour and I are pleased to announce a new release of Fix.

In short, Fix is a toolkit that helps perform memoization and fixed point
computations (including data flow analyses). More generally, it offers a
number of basic algorithmic building blocks that can be useful in many
circumstances.

In this release, two new modules have been added:

   * Fix.Minimize offers a minimization algorithm for deterministic finite
     automata (DFAs). It is based on Antti Valmari's 2012 paper, "Fast brief
     practical DFA minimization".

   * Fix.Partition offers a partition refinement data structure, which 
is used
     by the minimization algorithm, and could be useful in other algorithms.

There are other minor changes:

   https://gitlab.inria.fr/fpottier/fix/-/blob/master/CHANGES.md

The library can be installed as follows:

   opam update
   opam install fix.20230505

Documentation is available online:

   http://cambium.inria.fr/~fpottier/fix/doc/fix/

--
François Pottier
francois.pottier@inria.fr
http://cambium.inria.fr/~fpottier/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-16 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 11:48 [Caml-list] [ANN] New release of Fix (20230505) François Pottier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox