A Problem of this class is created in the model when a new demand is brought in the system, but it hasn't been planned yet. More...
#include <model.h>
Public Member Functions | |
const DateRange | getDateRange () const |
Demand * | getDemand () const |
string | getDescription () const |
size_t | getSize () const |
const MetaClass & | getType () const |
double | getWeight () const |
bool | isFeasible () const |
ProblemDemandNotPlanned (Demand *d) | |
~ProblemDemandNotPlanned () | |
Static Public Attributes | |
static const MetaClass * | metadata |
A Problem of this class is created in the model when a new demand is brought in the system, but it hasn't been planned yet.
As a special case, a demand with a requested quantity of 0.0 doesn't create this type of problem.
Definition at line 4422 of file model.h.
frepple::ProblemDemandNotPlanned::ProblemDemandNotPlanned | ( | Demand * | d | ) | [inline, explicit] |
frepple::ProblemDemandNotPlanned::~ProblemDemandNotPlanned | ( | ) | [inline] |
const DateRange frepple::ProblemDemandNotPlanned::getDateRange | ( | ) | const [inline, virtual] |
Returns the duration of this problem.
Implements frepple::Problem.
Demand* frepple::ProblemDemandNotPlanned::getDemand | ( | ) | const [inline] |
string frepple::ProblemDemandNotPlanned::getDescription | ( | ) | const [inline, virtual] |
Returns a text description of this problem.
Implements frepple::Problem.
size_t frepple::ProblemDemandNotPlanned::getSize | ( | ) | const [inline, virtual] |
Return the memory size of the object in bytes.
Implements frepple::utils::Object.
const MetaClass& frepple::ProblemDemandNotPlanned::getType | ( | ) | const [inline, virtual] |
Return a reference to the metadata structure.
Reimplemented from frepple::Problem.
double frepple::ProblemDemandNotPlanned::getWeight | ( | ) | const [inline, virtual] |
Returns a double number reflecting the magnitude of the problem. This allows us to focus on the significant problems and filter out the small ones.
Implements frepple::Problem.
bool frepple::ProblemDemandNotPlanned::isFeasible | ( | ) | const [inline, virtual] |
Returns true if the plan remains feasible even if it contains this problem, i.e. if the problems flags only a warning. Returns false if a certain problem points at an infeasibility of the plan.
Implements frepple::Problem.
const MetaClass * frepple::ProblemDemandNotPlanned::metadata [static] |
Storing metadata on this class.
Reimplemented from frepple::Problem.