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

How do I use sets in config file? #219

Closed
anton-trunov opened this issue Jun 1, 2021 · 3 comments
Closed

How do I use sets in config file? #219

anton-trunov opened this issue Jun 1, 2021 · 3 comments
Labels
question Further information is requested

Comments

@anton-trunov
Copy link

For instance, how do I define something like this?

CONSTANT
    Foo = 0..42
@lemmy
Copy link
Member

lemmy commented Jun 1, 2021

You can't because TLC's config file doesn't support arbitrary expressions. This is why the Eclipse-based Toolbox generates an MC.cfg and an MC.tla file. Related #159

@Alexander-N
Copy link

See https://stackoverflow.com/questions/59101827/ for how to manually create these MC files.

@alygin alygin added the question Further information is requested label Jul 10, 2021
@alygin
Copy link
Contributor

alygin commented Jul 10, 2021

@anton-trunov, I hope the answers helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

4 participants