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

Readable FS constraint in output #112

Open
benozol opened this issue Jul 18, 2019 · 1 comment
Open

Readable FS constraint in output #112

benozol opened this issue Jul 18, 2019 · 1 comment

Comments

@benozol
Copy link
Contributor

benozol commented Jul 18, 2019

The symbolic interpreter currently uses the dot printer to output the filesystem constraint. The dot print is of course nice in colis-batch but neither human-readable nor easily compilable by dot in the interpreter output. Could we instead use simple textual printer here? Maybe by first printing the filesystem hierarchies and then other constraints:

filesystem:
  /r1/a/b[absent]
  /r2/a/b[reg]
  /r1 ={a/b} /r2
@Niols
Copy link
Member

Niols commented Jul 18, 2019 via email

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

No branches or pull requests

2 participants