grb-sys

Crates.iogrb-sys
lib.rsgrb-sys
version0.1.7
sourcesrc
created_at2019-03-27 22:57:17.958086
updated_at2023-10-06 10:40:29.441434
descriptionLow level bindings to Gurobi
homepagehttps://chiselapp.com/user/fifr/repository/grb-sys
repositoryhttps://chiselapp.com/user/fifr/repository/grb-sys
max_upload_size
id124246
size18,695
Frank Fischer (f-fr)

documentation

http://fifr.spdns.de/doc/grb_sys

README

grb-sys

grb-sys crate

Introduction

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.

Author

Frank Fischer frank-fischer@shadow-soft.de

License

Licensed under MIT.

Build

Add the following line to your Cargo.toml.

[dependencies]
grb-sys = "^0.1"

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

Documentation

The API reference documentation.

Remarks

The following versions of Gurobi and and grb-sys are known to work.

  • grb-sys 0.1 and Gurobi 8.0
  • grb-sys 0.1.2 and Gurobi 9.0
Commit count: 0

cargo fmt