caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Spiros Eliopoulos <seliopou@gmail.com>
To: David MENTRE <dmentre@linux-france.org>
Cc: OCaml <caml-list@inria.fr>
Subject: Re: [Caml-list] Simple library to manipulate automata?
Date: Wed, 11 May 2016 11:38:58 -0400	[thread overview]
Message-ID: <CAEkQQgJaO=rm8ZjcmMENL3E_Bp5cukRzRkY8f3swqSz8mKH7MQ@mail.gmail.com> (raw)
In-Reply-To: <5732D32F.9010604@linux-france.org>

[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]

Two libraries come to mind. I and others on the Frenetic[0] team have used
both at various points in time to implemented automata-related algorithms.
The first is a project called DPRLE. You can find its home page and my
GitHub clone of the SVN repository below:

  http://www.cs.virginia.edu/~ph4u/dprle/
  https://github.com/seliopou/dprle

The second is a library that I wrote called TDK. It implements a
generalization of BDDs, allowing for variables to have a lattice structure
and terminal nodes to have something like a semi-ring structure. You can
find the GitHub repository here:

  https://github.com/frenetic-lang/ocaml-tdk

Last I checked, TDK is on OPAM, while DPRLE is not. Hope this helps!

-Spiros E.

[0]: http://frenetic-lang.org

On Wed, May 11, 2016 at 2:37 AM, David MENTRE <dmentre@linux-france.org>
wrote:

> Hello,
>
> Le 10/05/2016 23:20, Török Edwin a écrit :
>
>> There is safa/symkat on opam [1].
>>
>
> Yes, I also saw this library. But frankly, it seems overly complicated for
> our needs. I took a look at the API but don't understand it, and I don't
> have time to read the paper and related literature.
>
> Sincerely yours,
> david
>
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2570 bytes --]

  reply	other threads:[~2016-05-11 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 16:01 David MENTRE
2016-05-10 21:20 ` Török Edwin
2016-05-11  6:37   ` David MENTRE
2016-05-11 15:38     ` Spiros Eliopoulos [this message]
2016-05-21 11:48 ` David MENTRÉ

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='CAEkQQgJaO=rm8ZjcmMENL3E_Bp5cukRzRkY8f3swqSz8mKH7MQ@mail.gmail.com' \
    --to=seliopou@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=dmentre@linux-france.org \
    /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;
as well as URLs for NNTP newsgroup(s).