Crates.io | grb-sys |
lib.rs | grb-sys |
version | 0.2.0 |
created_at | 2019-03-27 22:57:17.958086+00 |
updated_at | 2025-03-29 10:17:15.937022+00 |
description | Low level bindings to Gurobi |
homepage | https://chiselapp.com/user/fifr/repository/grb-sys |
repository | https://chiselapp.com/user/fifr/repository/grb-sys |
max_upload_size | |
id | 124246 |
size | 28,206 |
grb-sys
is a crate for the Rust programming language
providing low-level access to the Gurobi optimization
suite.
The API bindings are automatically generated from the C header files on your system.
Frank Fischer frank-fischer@shadow-soft.de
Licensed under MIT.
Add the following line to your Cargo.toml
.
[dependencies]
grb-sys = "^0.2"
If Gurobi is not installed to your system location (e.g. /usr or /usr/local),
the build script requires the environment variable GUROBI_HOME
to be
set to the path of your Gurobi installation, e.g.
export GUROBI_HOME=/opt/gurobi900/linux64
The API reference documentation.
The following versions of Gurobi and and grb-sys
are known to work.
grb-sys
0.1 and Gurobi 8.0grb-sys
0.1.2 and Gurobi 9.0grb-sys
0.1.8 and Gurobi 11.0grb-sys
0.2 and Gurobi 12.0