Skip to content

Fixed issues with the unused exported member Objective in SimplexSolu…

05e6179
Select commit
Loading
Failed to load commit list.
Merged

Adding a bit more documentation + clarifying some interfaces #2

Fixed issues with the unused exported member Objective in SimplexSolu…
05e6179
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2025 in 0s

40.79% (-1.11%) compared to 58b26b5

View this Pull Request on Codecov

40.79% (-1.11%) compared to 58b26b5

Details

Codecov Report

❌ Patch coverage is 11.29032% with 110 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.79%. Comparing base (58b26b5) to head (05e6179).

Files with missing lines Patch % Lines
algorithms/tableau/state.go 10.00% 36 Missing ⚠️
utils/tableau.go 20.00% 20 Missing ⚠️
algorithms/stanford/stanford.go 0.00% 15 Missing ⚠️
solution/simplex_solution.go 0.00% 13 Missing ⚠️
algorithms/tableau/tableau_algo.go 0.00% 10 Missing ⚠️
algorithms/tableau/errors.go 0.00% 8 Missing ⚠️
...lgorithms/tableau/termination/termination_types.go 0.00% 5 Missing ⚠️
simplexSolver/solver.go 0.00% 2 Missing ⚠️
algorithms/tableau/selection/blands_rule.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
- Coverage   41.89%   40.79%   -1.11%     
==========================================
  Files          15       17       +2     
  Lines        1518     1564      +46     
==========================================
+ Hits          636      638       +2     
- Misses        830      874      +44     
  Partials       52       52              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.