wrsp:data:0.3.0 API

This library models Workforce Routing and Scheduling Problem (WRSP) input data and solution, provides utilities to check a solution and compute Key Performance Indicators (KPIs).

Packages
Package
Description
This package allows to check a solution for feasibility through a SolutionChecker.
This package allows to tune input parameters.
This package allows to compute Key Performance Indicators on a Model, stored in ModelKpis.
This package allows to compute Key Performance Indicators on a Solution, stored in SolutionKpis.
This package contains the classes that model the input data of a WRSP problem, represented by a Model.
This package allows to read / write models and solutions from / to json files.
This package contains the classes that model a solution of a WRSP problem, represented by a Solution.
This package provides utility classes to compute derived data from a Model.