sdk

package module
v0.20.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

Nextmv's Software Development Kit

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

  • store: an all-purpose modeling kit for decision automation problems, serving as the core of Nextmv's SDK.
  • route: a modeling kit for vehicle routing problems.
  • run: convenient runners that read an input, run a solver and write an output.
  • model: modeling components such as integer domains and ranges.

Please visit the official Nextmv docs for comprehensive information.

Installation

Nextmv's SDK is meant to be used in Go projects. To download please run:

go get github.com/nextmv-io/sdk

Documentation

Overview

Package sdk provides API declarations of the Nextmv software development kit. Please visit the associated packages (directories) for complete documentation.

Index

Constants

This section is empty.

Variables

View Source
var VERSION = getVersion()

VERSION of Nextmv SDK.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package connect provides a Connector which allows to connect method definition with their implementations in plugins
Package connect provides a Connector which allows to connect method definition with their implementations in plugins
measure
google module
here module
osrm module
routingkit module
Package mip provides a general interface for solving mixed integer linear optimization problems using a variety of back-end solvers.
Package mip provides a general interface for solving mixed integer linear optimization problems using a variety of back-end solvers.
Package model provides modeling components, such as domains and ranges.
Package model provides modeling components, such as domains and ranges.
Package plugin provides functions for connecting plugins built from a private source.
Package plugin provides functions for connecting plugins built from a private source.
Package route provides vehicle routing functionalities.
Package route provides vehicle routing functionalities.
google module
here module
osrm module
routingkit module
Package run provides tools for running solvers.
Package run provides tools for running solvers.
Package store provides a modeling kit for decision automation problems.
Package store provides a modeling kit for decision automation problems.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL