* 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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread
* Re: Using OCaml with SMT solvers
2009-03-08 19:13 Jean Yang
@ 2009-03-08 23:51 ` Chris Conway
0 siblings, 0 replies; 4+ messages in thread
From: Chris Conway @ 2009-03-08 23:51 UTC (permalink / raw)
To: caml-list
Jean Yang <jeanyang <at> csail.mit.edu> writes:
>
> Hello, I don't know if this is the right place to ask this question, but what
is the best way of using an SMT solver with an OCaml interface on Linux? After
a brief search it seems that Z3 is the most popular solver with an OCaml
interface, but unfortunately it only supports Windows.
I have written an OCaml binding for CVC3. It is available here:
https://code.launchpad.net/~cconway/+junk/cvc3-ocaml
Regards,
Chris
^ permalink raw reply [flat|nested] 4+ messages in thread
* Using OCaml with SMT solvers
@ 2009-03-08 19:13 Jean Yang
2009-03-08 23:51 ` Chris Conway
0 siblings, 1 reply; 4+ messages in thread
From: Jean Yang @ 2009-03-08 19:13 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 392 bytes --]
Hello,
I don't know if this is the right place to ask this question, but what is
the best way of using an SMT solver with an OCaml interface on Linux?
After a brief search it seems that Z3 is the most popular solver with an
OCaml interface, but unfortunately it only supports Windows.
Thanks,
Jean
--
Jean Yang
http://web.mit.edu/jeanyang/www/
Save us! Think before you print.
*^^`
[-- Attachment #2: Type: text/html, Size: 501 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-09 7:13 UTC | newest]
Thread overview: 4+ 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
-- strict thread matches above, loose matches on Subject: below --
2009-03-08 19:13 Jean Yang
2009-03-08 23:51 ` Chris Conway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox