Skip to content

dbschenker/conan-gurobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan Recipe for the Gurobi LP/QP/MIP solver

The repository provides a recipe to package the Gurobi solver using Conan.

Usage

Within the repository root folder, run the following command (assuming you want to create the package for Gurobi version 10.0.1):

conan create gurobi/all/conanfile.py --version 10.0.1

Supported Compilers and Operating Systems

As Gurobi comes with limited support for compilers, this packages uses only the C-library provided by Gurobi but compiles the C++-library from the sources.

At the moment, this recipe is tested on Linux and MacOS using GCC, Clang and Apple-Clang.

Maintainer

This project is maintained by Ivo Hedtke ivo (dot) hedtke (at) dbschenker (dot) com.

Code of Conduct

see code_of_conduct.md

Contributor License Agreement

This project does not use a CLA.

License

Gurobi itself has a proprietary license. This recipe is licensed under the Apache-2 license.