SIANXKE-473: implement solver that directly uses the Gurobi API - #13
Merged
MLackenbucher merged 5 commits intoAug 18, 2026
Conversation
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report❌ Patch coverage is 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. 🚀 New features to boost your workflow:
|
markstrempel
requested changes
Oct 17, 2025
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
MLackenbucher
force-pushed
the
feature/MLA_SIANXKE-473_gurobi-without-ortools
branch
from
November 27, 2025 13:58
4c2f431 to
a9068ae
Compare
…tions/checkout-6 Bump actions/checkout from 4 to 6
…tions/setup-dotnet-5 Bump actions/setup-dotnet from 4 to 5
MLackenbucher
force-pushed
the
feature/MLA_SIANXKE-473_gurobi-without-ortools
branch
16 times, most recently
from
July 14, 2026 15:38
9368d31 to
83baf76
Compare
Collaborator
Author
|
@melaniesi @sarahkatharina gerne auch mal drüber schauen und Anmerkungen geben wenn ihr noch welche habt |
MLackenbucher
force-pushed
the
feature/MLA_SIANXKE-473_gurobi-without-ortools
branch
2 times, most recently
from
July 15, 2026 08:40
ef0ddef to
003a7e4
Compare
MLackenbucher
commented
Aug 3, 2026
|
|
||
| <ItemGroup> | ||
| <PackageReference Update="Google.OrTools" Version="9.15.6755" /> | ||
| <PackageReference Update="Google.OrTools" Version="9.14.6206" /> |
Collaborator
Author
There was a problem hiding this comment.
OR Tools 9.15.x has problems with Gurobi 13.
MLackenbucher
commented
Aug 3, 2026
Collaborator
Author
There was a problem hiding this comment.
Asserts correct solver initialization
MLackenbucher
force-pushed
the
feature/MLA_SIANXKE-473_gurobi-without-ortools
branch
from
August 3, 2026 11:56
003a7e4 to
6dbb108
Compare
markstrempel
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.