-
Notifications
You must be signed in to change notification settings - Fork 286
Description
Thank you for the nice code.
I have a question when I read the docs. It mentions that
FrePPLe comes with a default solver, which implements a heuristic search algorithm. The Enterprise Edition provides a second solver, tailored for distribution-oriented supply chains. When planning a single demand, the algorithm basically consists of a set of recursive functions structured in a ask-reply pattern
So I can understand the default solver is a combination of backward and foreward scheduling method. The enterprise edition, the ask-reply pattern is stilled based on a backward and foreward method, or it's a totally new method? Due to I don't see it in other resources. If you could also introduce briefly the benefit of that version, that will be great.
Thanks in advance,
Longxing