Categorygithub.com/nextmv-io/go-mip
repositorypackage
1.6.1
Repository: https://github.com/nextmv-io/go-mip.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.