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

User Interface Issues #102

Open
jerryfung110 opened this issue Jul 30, 2024 · 0 comments
Open

User Interface Issues #102

jerryfung110 opened this issue Jul 30, 2024 · 0 comments

Comments

@jerryfung110
Copy link
Contributor

  1. Lack of Expression Support:

ExaModels does not support expressions like JuMP, requiring users to input long and complicated expressions simultaneously, making it unfriendly.

  1. Iteration Limitation:

ExaModels cannot iterate a variable based on another variable within objective functions or constraints, expression cannot be represented concisely.

  1. Array Indexing Issue:

Arrays not generated by ExaModels.variable() cannot be indexed directly in objective functions and constraints. Attempting to do so results in errors like an invalid index: ExaModels.ParIndexed, because ExaModels creates an ExaModels.ParIndexed object instead of an Int, causing indexing issues.

  1. Unclear Indexing in Constraints:

The indexing syntax in constraint! is unclear, which can lead to confusion and errors in defining constraints when users try to add expressions in constraint!

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