Skip to content

Commit

Permalink
Create GurobiREADME.md
Browse files Browse the repository at this point in the history
Added Gurobi readme
  • Loading branch information
auszok authored Mar 15, 2023
1 parent 97b1cb7 commit cac9265
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GurobiREADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The DomiKnowS library is integrated with the ILP solver [Gurobi](https://www.gurobi.com/). The library provides necessary capability to find solutions for logical constraints encoded as an ILP model.

The [requirements](https://github.com/HLR/DomiKnowS/blob/main/requirements.txt) file for the library includes the Gurobi Python package [gurobipy](https://pypi.org/project/gurobipy/).
This package comes with a trial license that allows solving problems of limited size.
As a student or staff member of an academic institution, you qualify for a free, full product license. For more information, see:

- [https://www.gurobi.com/academia/academic-program-and-licenses/](https://www.gurobi.com/academia/academic-program-and-licenses/)

For a commercial evaluation, you can request an evaluation license.

0 comments on commit cac9265

Please sign in to comment.