Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can ltsmin read the SMV format file? #207

Open
gipsyh opened this issue May 29, 2023 · 1 comment
Open

Can ltsmin read the SMV format file? #207

gipsyh opened this issue May 29, 2023 · 1 comment

Comments

@gipsyh
Copy link

gipsyh commented May 29, 2023

Can ltsmin read the SMV format file?

thanks!

@jacopol
Copy link
Contributor

jacopol commented Jun 4, 2023

Hi Yuheng Su,
Currently, LTSmin cannot read SMV, unfortunately. But we would be interested if you would contribute that.

The "standard" way would be to provide a language module by implementing the PINS-interface for SMV (similar to DVE, Promela, etc.). This would provide access to parallel explicit state model checking + POR, and to (multicore) symbolic model checking.
An interesting alternative would be to define a new "symbolic" interface, and use the symbolic algorithms from LTSmin directly on SMV models (this would save some re-encoding of the state space).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants