Skip to content

Comments

Count number of nonzeros#429

Open
danielelerede-oet wants to merge 15 commits intomainfrom
num_nonzeros
Open

Count number of nonzeros#429
danielelerede-oet wants to merge 15 commits intomainfrom
num_nonzeros

Conversation

@danielelerede-oet
Copy link
Member

@danielelerede-oet danielelerede-oet commented Feb 16, 2026

This PR adds the possibility to reckon the n. of nonzeros alongside variables and constraints and updates metadata consequently. In addition, the benchmark files are now only stored temporarily for the analysis.

Fixes #413

Checklist

For changes to the website:

  • I have tested my changes by running the website locally

@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solver-benchmark Ready Ready Preview, Comment Feb 23, 2026 4:54pm

Request Review

Copy link
Member

@eantonini eantonini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this new feature.

Since you are at it, would you mind updating the categorize_benchmark.py script with the suggestions on Python best practices that I shared on Discord?

@danielelerede-oet
Copy link
Member Author

Thanks for adding this new feature.

Since you are at it, would you mind updating the categorize_benchmark.py script with the suggestions on Python best practices that I shared on Discord?

@eantonini In addition to applying the requested best practices (modularity, type hints, NumPy-style docstrings), this refactor also introduces small structural improvements (dataclasses for typed model stats, structured processing summary, and clearer separation of concerns) without changing the original behavior of the script

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.

Runner: Reckon n. of non-zeros

2 participants