Skip to content
/ sdk Public

Go APIs for solving decision automation problems.

License

Notifications You must be signed in to change notification settings

nextmv-io/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d299061 · Dec 19, 2024
Sep 18, 2024
Aug 20, 2024
Dec 19, 2024
Dec 19, 2024
Nov 3, 2024
Sep 18, 2023
Mar 19, 2024
Oct 25, 2022
Mar 14, 2023
Aug 8, 2024
Jul 1, 2024
Jul 1, 2024
Mar 19, 2024

Repository files navigation

Nextmv's Software Development Kit

Nextmv's SDK is a collection of Go APIs for solving decision automation problems. Please find the following packages:

  • run: convenient runners that read an input, run a solver and write an output.
  • measure: measures for various distances between locations.
  • golden: tools for running tests with golden files.
  • flatmap: functionality for flattening and unflattening maps.

Please visit the official Nextmv docs for comprehensive information.

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.