MS-RCPSP
Static Public Member Functions | List of all members
SchedulingProblem::Validator Class Reference

Interface for validating schedules. More...

#include <Validator.h>

Static Public Member Functions

static std::pair< bool, std::string > validate (const Schedule &s)
 

Detailed Description

Interface for validating schedules.

Definition at line 11 of file Validator.h.

Member Function Documentation

std::pair< bool, std::string > SchedulingProblem::Validator::validate ( const Schedule s)
static

Checks whether schedule is valid considering resource assigment, task dependencies and skill requirements.

Parameters
sSchedule to validate.
Returns
Pair of two elements: validity flag and output (possibly error) message.

Definition at line 15 of file Validator.cpp.


The documentation for this class was generated from the following files: