caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "\"Markus W. Weißmann\"" <markus.weissmann@in.tum.de>
To: Caml Mailing List <caml-list@inria.fr>
Subject: Re: [Caml-list] [ANN] Boolean expression simplifier library
Date: Thu, 19 Apr 2012 16:54:56 +0200	[thread overview]
Message-ID: <55A4844B-BA31-4EF9-95FF-E9D20A569A96@in.tum.de> (raw)
In-Reply-To: <4F8F62D5.3040802@riken.jp>

Hello,

On 19 Apr 2012, at 02:56, Francois Berenger wrote:

> I'm curious, what is it used for?
> 
> Is it for people doing proof checkers or things like this?
> 

Like that, yes:
We successfully use it for reducing the size of programs we want to perform model checking on. My concrete target are industrial robot systems [1].

I even tried to integrate it into a compiler to reduce the size of right-hand-side boolean expression; unfortunately for small expressions the normalization (that occurs during minimization) often made the results less optimal than just some heuristic rewriting rules.

Generally speaking you would use it for optimizing the execution time of boolean expressions; I would guess that the biggest user base of similar implementations are electrical engineers designing circuit boards.


Regards

-Markus

[1] http://www6.in.tum.de/Main/Publications/Weissmann2011.pdf

> On 04/19/2012 07:26 AM, "Markus W. Weißmann" wrote:
>> Hi,
>> 
>> I'd like to announce the first public release of the 'boolean expression simplifier' library "bes".
>> It is an implementation of several algorithms for minimizing boolean expressions similar to the espresso solver [1] -- though in OCaml.
>> The source code is available on ocamlforge under the new bsd license:
>> 
>> http://bes.forge.ocamlcore.org/
>> 
>> It comes with a simple front-end program for reading and simplifying expressions in DFA from text files.
>> Students trying to verify their Karnaugh Veitch map solutions rejoice! ;)
>> 
>> 
>> Regards
>> 
>> -Markus
>> 
>> [1] http://embedded.eecs.berkeley.edu/pubs/downloads/espresso/index.htm
>> 
> 

-- 
Markus Weißmann, M.Sc.
Technische Universität München
Institut für Informatik
Boltzmannstr. 3
D-85748 Garching
Germany
http://wwwknoll.in.tum.de/



      reply	other threads:[~2012-04-19 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 22:26 "Markus W. Weißmann"
2012-04-19  0:56 ` Francois Berenger
2012-04-19 14:54   ` "Markus W. Weißmann" [this message]

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=55A4844B-BA31-4EF9-95FF-E9D20A569A96@in.tum.de \
    --to=markus.weissmann@in.tum.de \
    --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;
as well as URLs for NNTP newsgroup(s).