Skip to content

HunkBenny/gurobirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP gurobirs

Rust API for Gurobi 13+

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.

I am using this crate for a paper I am working on, this is a project for in my spare time.

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.

About

Rust API for Gurobi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages