docs.rs failed to build grb-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
grb-3.0.1
grb
This crate provides Rust bindings for Gurobi Optimizer. It currently requires Gurobi 9.0 or higher.
This library started as fork of rust-gurobi. It has since undergone a number
of fundamental changes.
Installing and Linking
-
Before using this crate, you should install Gurobi and obtain a license.
-
Linking: Make sure that the environment variable
GUROBI_HOMEis set to the installation path of Gurobi (likeC:\gurobi652\win64or/opt/gurobi652/linux64). If you are using the Conda package from the Gurobi channel, the build script will fall back toGUROBI_HOME=${CONDA_PREFIX}, so you should not setGUROBI_HOME.
License
This software is released under the MIT license.