# 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.
# 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.