ASAP.NRP.Solvers Namespace

AutoRoster is a library for solving staff shift scheduling problems.

Classes

LocalSearch A Local Search abstract class.
SolverStatusUpdatedArgs Provides data for the SolverStatusUpdated event.
VDS The Variable Depth Search solver.

Interfaces

ISolver An interface implemented by solvers.
ISolverCaller

It is recommended to instead use the SolverStatusUpdated event to receive feedback from the solver as it is solving.

This interface should be implemented by a class that wants to receive information from a Solver while it is running.

ITimeLimitChecker This interface is used by solvers which allow time limits.

Enumerations

Intensity Search intensity.