Foundation
Uses list scheduling: serial traverse the node list to select a mapping that minimizes objective function
Objective functions:
- Minimize finish time of the node or
- minimize area of the node
Note that, use of one of the above objective at a time will lead to either reduced optimal or infeasible solutions.
the objective function should be adaptive at each node to determine the mapping and schedule. The GCLP algorithm attempts this.