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

Limit on Dynamic Variables and Parameters #142

Open
APMonitor opened this issue Mar 23, 2022 · 0 comments
Open

Limit on Dynamic Variables and Parameters #142

APMonitor opened this issue Mar 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@APMonitor
Copy link
Member

Issue reported in this StackOverflow post: https://stackoverflow.com/questions/71250575/gekko-fixed-parameter-and-fixed-variable-value-changes-after-solving

There is a bug that prevents initialization of parameter or variable values for dynamic modes (m.Var<=1300 and m.Param<=684). The issue is related to way the data file gk0_model.csv is written as a column-oriented file. The issue is in the APM executable that does not properly account for very long column strings. The bug exists for all dynamic IMODES 4-9.

@APMonitor APMonitor added the bug Something isn't working label Mar 23, 2022
@APMonitor APMonitor self-assigned this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant