go-mip provides a Go interface for modeling and solving Mixed-Integer Programming (MIP) problems.
Please note that go-mip is provided as source-available software (not open-source). For further information, please refer to the LICENSE file.
This library contains the types and interfaces to model and solve MIP problems. The implementation is provided by other (solver-specific) packages, e.g.: go-highs.
For further information on how to get started with MIP modeling and Nextmv, please refer to the official documentation.
We try our best to version our software thoughtfully and only break APIs and behaviors when we have a good reason to.
- Minor (
v1.^.0
) tags: new features, might be breaking. - Patch (
v1.0.^
) tags: bug fixes.