
25 Mar
2019
25 Mar
'19
4:49 p.m.
Is there a C (not C++) interface for Spot? I want to call Spot from my C program. Thanks.

25 Mar
25 Mar
5:43 p.m.
On Mon, Mar 25, 2019 at 4:49 PM Stephen Siegel <siegel@udel.edu> wrote:
Is there a C (not C++) interface for Spot? I want to call Spot from my C program.
Hi Stephen, No there is no C interface to Spot. But since it's easy to link C and C++, you can easily write a C++ file that exposes whatever service you need as a C function. LTSmin, written mostly in C, do such a thing for LTL translation via Spot to their own automaton structure. -- Alexandre Duret-Lutz
2394
Age (days ago)
2394
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Duret-Lutz
-
Stephen Siegel