Skip to content

SIANXKE-473: implement solver that directly uses the Gurobi API - #13

Open
MLackenbucher wants to merge 5 commits into
anexia:mainfrom
MLackenbucher:feature/MLA_SIANXKE-473_gurobi-without-ortools
Open

SIANXKE-473: implement solver that directly uses the Gurobi API#13
MLackenbucher wants to merge 5 commits into
anexia:mainfrom
MLackenbucher:feature/MLA_SIANXKE-473_gurobi-without-ortools

SIANXKE-473: implement solver that directly uses the Gurobi API

6dbb108
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 3, 2026 in 0s

79.79% (+3.10%) compared to 035ca66

View this Pull Request on Codecov

79.79% (+3.10%) compared to 035ca66

Details

Codecov Report

❌ Patch coverage is 53.64583% with 89 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.79%. Comparing base (035ca66) to head (6dbb108).

Files with missing lines Patch % Lines
...ia.MathematicalProgram/Solve/GurobiNativeSolver.cs 18.91% 58 Missing and 2 partials ⚠️
...c/Anexia.MathematicalProgram/Solve/IlpCbcSolver.cs 0.00% 8 Missing and 2 partials ⚠️
...aticalProgram/Solve/ConstraintProgrammingSolver.cs 0.00% 6 Missing and 1 partial ⚠️
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs 84.00% 3 Missing and 1 partial ⚠️
src/Anexia.MathematicalProgram/Solve/LPSolver.cs 50.00% 3 Missing and 1 partial ⚠️
...nexia.MathematicalProgram/Result/ResultHandling.cs 96.07% 1 Missing and 1 partial ⚠️
...MathematicalProgram/Model/Expression/Constraint.cs 50.00% 1 Missing ⚠️
.../Anexia.MathematicalProgram/Result/SolverResult.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   76.69%   79.79%   +3.10%     
==========================================
  Files          45       46       +1     
  Lines         811      980     +169     
  Branches       92      118      +26     
==========================================
+ Hits          622      782     +160     
- Misses        144      158      +14     
+ Partials       45       40       -5     

☔ View full report in Codecov by Harness.
📢 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.