Skip to content

Commit

Permalink
Merge branch 'main' of github.com:algo-hhu/exact-kmeans
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Jul 24, 2024
2 parents 7dd71ca + dd315fb commit 54d0386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
{
"PROJECT": "exact-kmeans",
"GIT_HASH": "${{ github.event.pull_request.head.sha || github.sha }}",
"PIPELINES": "ubuntu,debian,ventura,monterey"
"PIPELINES": "ubuntu,ventura,windows"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ poetry run python -m unittest discover tests -v
## Disclaimer

This package requires the Gurobi Optimizer, which is a commercial optimization solver. Users must obtain their own licenses for Gurobi.
Gurobi License: You are responsible for complying with all Gurobi licensing terms. For more information, visit the [Gurobi Licensing Page](https://www.gurobi.com/academia/academic-program-and-licenses/).
You are responsible for complying with all Gurobi licensing terms. For more information, visit the [Gurobi Licensing Page](https://www.gurobi.com/academia/academic-program-and-licenses/).

<!--
## Citation
Expand Down

0 comments on commit 54d0386

Please sign in to comment.