gurobirs

Crates.iogurobirs
lib.rsgurobirs
version0.0.1
created_at2026-01-16 10:35:09.647542+00
updated_at2026-01-16 10:35:09.647542+00
descriptionA Rust-API resembling the C++ API of the Gurobi Optimizer.
homepage
repositoryhttps://github.com/HunkBenny/gurobirs
max_upload_size
id2048395
size137,624
Sam Bakker (HunkBenny)

documentation

README

WIP gurobirs

Rust API for Gurobi

This crate provides a Rust-API to the GUROBI solver. The philosophy of this crate is to make the API resemble that of the C++-API whenever possible.

Making this API resemble the C++-API is counter-intuitive and probably leads to awful code, however, my goal is for people to be able to consult the C++-Gurobi documentation whilst using this crate.

WIP

This is an active work in progress, a lot of functionality is already present. However, tests are lacking, documentation is lacking, and the code is horrible. For the moment the focus lies on adding tests and documentation. Afterwards a lot of refactoring will be done.

I still need to setup a CI-CD system to make sure that this crate runs on all machines. Currently it is tested on an M2 Macbook Pro running macOS Sequoia 15.7.3.

Do not expect this crate to be stable before version 1.0.0 is reached.

Commit count: 0

cargo fmt