Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 911 Bytes

go-mip

go-mip provides a Go interface for modeling and solving Mixed-Integer Programming (MIP) problems.

License

Please note that go-mip is provided as source-available software (not open-source). For further information, please refer to the LICENSE file.

Usage

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.

Versioning

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.