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 Solver Runtime Row and Collection for Statistics #83

Merged

Conversation

franziska-wegner
Copy link
Owner

This PR adds the solver runtime row and collection for statistics purposes. The collection can be used to analyze and plot the results and runtime.

Each row in the collection contains the following:

  • Name of the Problem,
  • Name,
  • Number of Vertices,
  • Number of Edges,
  • Solution,
  • Optimization Runtime Seconds,
  • Building Runtime Seconds,
  • Status,
  • MIP Gap,
  • Upper Bound,
  • Lower Bound,
  • Number of Variables,
  • Number of Constraints,
  • Number of SoS,
  • Number of QConstrains,
  • Number of GenConstrains,
  • Number of NZs,
  • Number of IntVars,
  • Number of BinaryVars.

@franziska-wegner franziska-wegner self-assigned this Jan 4, 2024
@franziska-wegner franziska-wegner added documentation Improvements or additions to documentation algorithm&datastructure New algorithm and data structure labels Jan 4, 2024
@franziska-wegner franziska-wegner linked an issue Jan 4, 2024 that may be closed by this pull request
@franziska-wegner franziska-wegner marked this pull request as ready for review January 4, 2024 12:15
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f321e9c) 94.37% compared to head (e8e622d) 94.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          49       49           
  Lines        4921     4921           
=======================================
  Hits         4644     4644           
  Misses        277      277           

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

@franziska-wegner franziska-wegner merged commit 2b7d961 into main Jan 4, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/IO/add-solver-statistics branch January 4, 2024 12:37
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add solver runtime collection for statistics
* Add solver runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 2b7d961
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add solver runtime collection for statistics
* Add solver runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 2b7d961
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add solver runtime collection for statistics
* Add solver runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 2b7d961
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add solver runtime collection for statistics
* Add solver runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 2b7d961
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm&datastructure New algorithm and data structure documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

Add Statistics Collection to the Framework
1 participant