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

Implement imprisonment expressions with the new template ADT #32

Open
mverardo opened this issue Aug 5, 2015 · 3 comments
Open

Implement imprisonment expressions with the new template ADT #32

mverardo opened this issue Aug 5, 2015 · 3 comments

Comments

@mverardo
Copy link
Owner

mverardo commented Aug 5, 2015

No description provided.

@mverardo
Copy link
Owner Author

mverardo commented Aug 5, 2015

Would it make sense to keep a list of variables boundary restrictions as a template property?

@mverardo mverardo added the ready label Aug 5, 2015
@PPBO
Copy link
Collaborator

PPBO commented Aug 5, 2015

Num certo sentido, já fazemos isso. Afinal, quando dizemos que xi pertence a {0,2} estamos estabelecendo uma restrição desse tipo.

@mverardo
Copy link
Owner Author

mverardo commented Aug 5, 2015

This task is about adapting the old code (that works with expressions inside the template list (like x_i is an element of {0,2}) to work with the new template representation.

The question here, is if it still makes sense to keep these restrictions convoluted with the template as before, or if we should use a separate list that contains only the restrictions, and store this list inside the template along with it's other properties.

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

No branches or pull requests

2 participants