SRI-CSL / sally

A model checker for infinite-state systems.
http://sri-csl.github.io/sally/
GNU General Public License v2.0
69 stars 12 forks source link

C++ API for sally? #44

Open rainoftime opened 7 years ago

rainoftime commented 7 years ago

Hi, is there any plan for providing C++ api for creating and verifying a transition system?

dddejan commented 7 years ago

We don't currently have short-term plans for this. It would involve some thinking and engineering to make the API, particularly with respect to term management and garbage collection.

Long term it is something that would be good to have. But, we also don't really have a target application. Do you have something particular in mind?