Todo List
- Class frepple::CommandMoveOperationPlan
- Moving in a routing operation can't be undone with the current implementation! The command will need to store all original dates of the suboperationplans...
- Member frepple::Operation::calculateOperationTime (Date start, Date end, TimePeriod *actualduration=NULL) const
not implemented yet
- the availability calendar of the locations of all resources loaded
not implemented yet by the operation
not implemented yet
- the availability calendar of the locations of all resources loaded
not implemented yet by the operation
- Class frepple::PeggingIterator
- operationplans without flowplans are skipped by the iterator - not correct!
- Member frepple::SolverMRP::solve (const Resource *, void *=NULL)
resource solver should be using a move command rather than direct move
Optimize the solver method as follows for the common case of infinite buying capability (ie no max quantity + min time):
- beyond lead time: always reply OK, without rearranging the operation plans
- at the end of the solver loop, we revisit the procurement buffers to establish the final purchasing profile
The flow quantity is handled at the wrong place. It needs to be handled by the operation, since flows can exist on multiple suboperations with different quantities. The buffer solve can't handle this, because it only calls the solve() for the producing operation... Are there some situations where the operation solver doesn't know enough on the buffer behavior???
moving routing opplan doesn't recheck for feasibility of steps...
- Class frepple::utils::DataElement
- only takes care of transformation from external format to C++. Not the C++ to external format yet.
- Class frepple::utils::HasName< T >::iterator
- not thread-safe: needs to lock the tree during iteration
- Class frepple::utils::PythonObject
endelement function should be shared with setattro function. Unifies the python and xml worlds: shared code base to update objects! (Code for extracting info is still python specific, and writeElement is also xml-specific) xml->prevObject = python->cast value to a different type
object creator should be common with the XML reader, which uses the registered factory method. Also supports add/add_change/remove. Tricky: flow/load which use an additional validate() method
- Class frepple::utils::TimeLine< type >::const_iterator
- Make the timeline iterators fully STL compliant.
Documentation generated for frePPLe by
