-
Notifications
You must be signed in to change notification settings - Fork 8
User Interface Issues #102
Copy link
Copy link
Open
1 / 11 of 1 issue completedDescription
- Lack of Expression Support:
ExaModels does not support expressions like JuMP, requiring users to input long and complicated expressions simultaneously, making it unfriendly.
- Iteration Limitation:
ExaModels cannot iterate a variable based on another variable within objective functions or constraints, expression cannot be represented concisely.
- 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.
- 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels