Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "François Pottier" <francois.pottier@inria.fr>
To: OCaML Mailing List <caml-list@inria.fr>
Subject: [Caml-list] [ANN] New release of Fix (20230505)
Date: Tue, 16 May 2023 12:48:08 +0100	[thread overview]
Message-ID: <1d2c1f74-3fb3-3add-2b2a-ac151876a17f@inria.fr> (raw)


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/

                 reply	other threads:[~2023-05-16 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1d2c1f74-3fb3-3add-2b2a-ac151876a17f@inria.fr \
    --to=francois.pottier@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox