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

Yields from models: tuning to match possible flow #3

Open
mahills opened this issue Jun 18, 2017 · 0 comments
Open

Yields from models: tuning to match possible flow #3

mahills opened this issue Jun 18, 2017 · 0 comments
Assignees

Comments

@mahills
Copy link
Contributor

mahills commented Jun 18, 2017

Right now the yields from models are removing infeasible combinations of elements. These combinations may not be infeasible in certain conditions, though, such as when they are based on a conditional nested inside a loop. Then certain combinations are infeasible and certain are not. This needs to be modeled more precise.y.

Currently, to get all yields (including infeasible yields), call yields, but to filter (possibly missing some yields in certain cases) call yields with parameter filterYields set to true.

@mahills mahills self-assigned this Jun 18, 2017
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

1 participant