From: "Harrison, John R" <johnh@ichips.intel.com>
To: "'caml-list@inria.fr'" <caml-list@inria.fr>
Cc: "Harrison, John R" <johnh@ichips.intel.com>
Subject: [Caml-list] Theorem proving example code available
Date: Tue, 20 May 2003 16:57:44 -0700 [thread overview]
Message-ID: <FD2423AA68A7D511A5A20002A50729E10D5DE776@orsmsx115.jf.intel.com> (raw)
I've made available some simple implementations of common automated
theorem proving methods. This code, intended to accompany a textbook on
theorem proving, is written in Objective CAML and covers quite a range
of techniques, e.g.
* The Davis-Putnam procedure
* Stalmarck's method
* Binary decision diagrams
* Tableaux
* Resolution
* Model elimination
* Congruence closure
* Rewriting
* Knuth-Bendix completion
* Brand's transformation
* Paramodulation
* Quantifier elimination over Z, C and R
* Groebner bases
* Geometry theorem proving
* The Nelson-Oppen combination method
* CTL and LTL model checking
* Symbolic trajectory evaluation
* Interactive LCF proof
* Mizar-like proofs
For more details, and to browse or download the code, see:
http://www.cl.cam.ac.uk/users/jrh/atp/index.html
The code is intended to illustrate the techniques described in the
simplest way I could think of, and *not* to be efficient or practically
useful. Part of my aim in making it available is to solicit ideas about
how it might be made simpler and clearer. Any suggestions will be
gratefully received at <johnh@ichips.intel.com>. I might mention two
notable features of the code as it stands:
o The code is entirely functional (well, excluding various status
messages that are emitted). In fact, I cheekily redefine the OCaml
assignment operator ":=". On the whole, this seems fine, except for
some messiness when threading BDD state (e.g. the files "bdd.ml" and
"model.ml").
o To represent sets, I use canonically ordered lists. This is
questionable both on grounds of abstraction and efficiency, but
there is a certain convenience in having an easy concrete syntax
and being able to pick out elements by pattern matching.
John.
-------------------
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
reply other threads:[~2003-05-20 23:57 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=FD2423AA68A7D511A5A20002A50729E10D5DE776@orsmsx115.jf.intel.com \
--to=johnh@ichips.intel.com \
--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