caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Re: Using OCaml with SMT solvers
@ 2009-03-09  1:09 Grundy, Jim D
  2009-03-09  7:13 ` [Caml-list] " Michael Hicks
  0 siblings, 1 reply; 2+ messages in thread
From: Grundy, Jim D @ 2009-03-09  1:09 UTC (permalink / raw)
  To: caml-list; +Cc: jeanyang

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

You might also want to look at the Decision Procedure Toolkit (DPT): http://dpt.sourceforge.net/

DPT is an open source (Apache 2 licensed, source forge hosted) SMT solver implemented in OCaml with good performance.  The current release supports only SAT + EUF, but future releases will soon add integer and rational linear arithmetic - of course, you can always add the theory you want yourself.

Kind regards

Jim Grundy

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Re: Using OCaml with SMT solvers
  2009-03-09  1:09 Using OCaml with SMT solvers Grundy, Jim D
@ 2009-03-09  7:13 ` Michael Hicks
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Hicks @ 2009-03-09  7:13 UTC (permalink / raw)
  To: caml-list

Another option is STP.  It's written in C++ I think, with OCaml binders.

http://people.csail.mit.edu/vganesh/STP_files/stp.html

-Mike

On Mar 9, 2009, at 1:09 AM, Grundy, Jim D wrote:

> You might also want to look at the Decision Procedure Toolkit (DPT): http://dpt.sourceforge.net/
>
> DPT is an open source (Apache 2 licensed, source forge hosted) SMT  
> solver implemented in OCaml with good performance.  The current  
> release supports only SAT + EUF, but future releases will soon add  
> integer and rational linear arithmetic – of course, you can always  
> add the theory you want yourself.
>
> Kind regards
>
> Jim Grundy
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-09  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09  1:09 Using OCaml with SMT solvers Grundy, Jim D
2009-03-09  7:13 ` [Caml-list] " Michael Hicks

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).