Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thank Gurobi in README #430

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ The C API can be accessed via `Gurobi.GRBxx` functions, where the names and
arguments are identical to the C API. See the [Gurobi documentation](https://www.gurobi.com/documentation/9.0/refman/c_api_details.html)
for details.

*The Gurobi wrapper for Julia is community driven and not officially supported
by Gurobi. If you are a commercial customer interested in official support for
Julia from Gurobi, let them know!*
*Note: This wrapper is maintained by the JuMP community and is not officially
supported by Gurobi. However, we thank Gurobi for providing us with a license
to test Gurobi.jl on GitHub. If you are a commercial customer interested in
official support for Gurobi in Julia, let them know!.*

## Installation

Expand Down