package
1.11.0
Repository: https://github.com/nextmv-io/nextroute.git
Documentation: pkg.go.dev

# Packages

Package schema contains the core schemas for nextroute.

# Functions

Format formats a solution in a basic format using factory.ToSolutionOutput to format each solution and also allows to check the solutions and add the check to the output of each solution.
ModelCheck is the check of a model returning a [Output].
SolutionCheck is the check of a solution returning a [Output].
ToVerbosity converts a string to a verbosity.

# Constants

High is identical to medium.
Low checks if there is at least one move per plan unit.
Medium checks the number of moves per plan unit and the number of vehicles that have moves.
Off does not run the check.

# Structs

Options are the options for a check.

# Interfaces

Observer is an observer that is used to detect the constraints that are violated when evaluating moves.

# Type aliases

Verbosity is the verbosity of the check.