grb-macro

Crates.iogrb-macro
lib.rsgrb-macro
version0.1.0
sourcesrc
created_at2021-02-18 02:25:37.42992
updated_at2021-02-18 02:25:37.42992
descriptionProcedural macros for the grb crate.
homepagehttps://github.com/ykrist/rust-grb/
repositoryhttps://github.com/ykrist/rust-grb/
max_upload_size
id356874
size10,943
(ykrist)

documentation

README

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_HOME is set to the installation path of Gurobi (like C:\gurobi652\win64 or /opt/gurobi652/linux64). If you are using the Conda package from the Gurobi channel, the build script will fall back to GUROBI_HOME=${CONDA_PREFIX}, so you should not set GUROBI_HOME.

License

This software is released under the MIT license.

Commit count: 407

cargo fmt