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 troubleshooting for long names in the solver #1134

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

datejada
Copy link
Member

@datejada datejada commented Nov 5, 2024

This pull request includes updates to the documentation to address a common solver error and provide guidance on changing solver parameters in SpineOpt.

Documentation updates:

Fixes #1126

Checklist before merging

  • Documentation is up-to-date
  • Unit tests have been added/updated accordingly
  • Code has been formatted according to SpineOpt's style
  • Unit tests pass

@datejada datejada requested a review from tarskul November 5, 2024 08:36
@datejada datejada marked this pull request as ready for review November 5, 2024 08:36
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.33%. Comparing base (066b894) to head (591e6f5).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1134   +/-   ##
=======================================
  Coverage   87.33%   87.33%           
=======================================
  Files         143      143           
  Lines        4137     4137           
=======================================
  Hits         3613     3613           
  Misses        524      524           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@datejada datejada merged commit 900263d into master Nov 12, 2024
7 checks passed
@datejada datejada deleted the 1126-add-troubleshooting-for-long-names branch November 12, 2024 18:52
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

Successfully merging this pull request may close these issues.

Gurobi Error 10003: Name too long (maximum name length is 255 characters)
1 participant