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

Add option set_string_names_on_creation in run_spineopt #1148

Open
datejada opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1149
Open

Add option set_string_names_on_creation in run_spineopt #1148

datejada opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1149
Assignees
Labels
Type: improvement Improve something that already exists Zone: model implementation How the formulation is implemented in code

Comments

@datejada
Copy link
Member

datejada commented Dec 3, 2024

The option set_string_names_on_creation set to false reduces the time to create the model at the cost of not having the names in the model available after solving. Most of the cases the user don't need the names, however, it is useful to have the names during a debugging stage. That is why it should be an option for the user.

More information here: https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips/#Disable-string-names

@datejada datejada self-assigned this Dec 3, 2024
@datejada datejada linked a pull request Dec 3, 2024 that will close this issue
4 tasks
@datejada datejada added Zone: model implementation How the formulation is implemented in code Type: improvement Improve something that already exists labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Improve something that already exists Zone: model implementation How the formulation is implemented in code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant