Skip to content

nextmv-io/go-mip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.