MS-RCPSP
|
Interface for validating schedules. More...
#include <Validator.h>
Static Public Member Functions | |
static std::pair< bool, std::string > | validate (const Schedule &s) |
Interface for validating schedules.
Definition at line 11 of file Validator.h.
|
static |
Checks whether schedule is valid considering resource assigment, task dependencies and skill requirements.
s | Schedule to validate. |
Definition at line 15 of file Validator.cpp.