From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id WAA16191; Wed, 19 Feb 2003 22:10:37 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA16181 for ; Wed, 19 Feb 2003 22:10:36 +0100 (MET) Received: from chronis.pobox.com (chronis.rightbox.com [208.210.125.241]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h1JLAVP00826 for ; Wed, 19 Feb 2003 22:10:35 +0100 (MET) Received: by chronis.pobox.com (Postfix, from userid 1001) id 55E1B9B20; Wed, 19 Feb 2003 16:10:10 -0500 (EST) Date: Wed, 19 Feb 2003 16:10:10 -0500 From: scott To: caml-list@inria.fr Subject: [Caml-list] Announce: a bdd module Message-ID: <20030219161010.A97642@chronis.pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I'd like to announce a binary-decision diagram module. Binary Decision Diagrams present a method for evaluating large boolean expressions efficiently, and are often used in model checking. This module is new and could use some feedback and/or bug reports. The source code and documentation is freely available here: http://chronis.pobox.com/~scott/code/ cheers, scott ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners