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

Move modeling language decisions from formulations into object classes #171

Open
jezsadler opened this issue Apr 4, 2025 · 0 comments
Open

Comments

@jezsadler
Copy link
Collaborator

A few places in the code have something like if lang == DEFAULT_MODELING_LANGUAGE: branches which behave differently based on whether they're using Pyomo or another modeling language. This should be handled by the objects themselves - the caller should have a single path, and the variable or constraint should know how to apply that path to its own data store.

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