I am Charmie

メモとログ

install Python package gurobi on Ubuntu 16.04

gurobi is a commercial optimization solver for a variety of problems such as linear programming, quadratic programming, etc.

With Anaconda, you can install gurobi by two lines of commands and registering your license at the license center.

[code lang="bash"] conda config --add channels http://conda.anaconda.org/gurobi conda install gurobi [/code]

Once your registration is done, you might be able to get a license key as grbgetkey ----********. You can register the license key by executing the command on your terminal.