[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Conway <cconway@c...> |
| Subject: | Re: Using OCaml with SMT solvers |
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