This class is used to store the solver status during the ask-reply calls of the solver.
More...
#include <solver.h>
List of all members.
Detailed Description
This class is used to store the solver status during the ask-reply calls of the solver.
Definition at line 468 of file solver.h.
Member Data Documentation
Cost of the reply.
Only the direct cost should be returned in this field.
Definition at line 518 of file solver.h.
This is the Date when we can get extra availability.
Definition at line 502 of file solver.h.
Penalty associated with the reply.
This field contains indirect costs and other penalties that are not strictly related to the request. Examples are setup costs, inventory carrying costs, ...
Definition at line 525 of file solver.h.
This is the quantity we can get by the requested Date.
Definition at line 499 of file solver.h.
Points to the current buffer.
Definition at line 478 of file solver.h.
Points to the demand being planned.
Definition at line 471 of file solver.h.
Points to the current owner operationplan. This is used when operations are nested.
Definition at line 475 of file solver.h.
A flag to force the resource solver to move the operationplan to a later date where it is feasible.
Admittedly this is an ugly hack...
Definition at line 484 of file solver.h.
This is the date we are asking for.
Definition at line 490 of file solver.h.
This is the maximum date we are asking for.
In case of a post-operation time there is a difference between q_date and q_date_max.
Definition at line 496 of file solver.h.
This is a pointer to a FlowPlan. It is used for communication between the Operation-Solver and the Buffer-Solver.
Definition at line 510 of file solver.h.
This is a pointer to a LoadPlan. It is used for communication between the Operation-Solver and the Resource-Solver.
Definition at line 506 of file solver.h.
A pointer to an operationplan currently being solved.
Definition at line 513 of file solver.h.
This is the quantity we are asking for.
Definition at line 487 of file solver.h.
The documentation for this struct was generated from the following file: