Jump to content

Fernandez's method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yobot (talk | contribs) at 10:20, 20 August 2013 (Further reading: WP:CHECKWIKI error fixes / special characters in sortkey fixed using AWB (9427)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Fernandez method is a method which is used in the Multiprocessing scheduling algorithm. It is also represented by FB. It is actually used to improve the quality of the lower bounding schemes which are adopted by Branch and Bound algorithms for solving Multiprocessor scheduling problem. Fernandez problem derives a better lower bound than HF,and propose a quadratic-time algorithm from calculating the bound. It is known that a straightforward calculation of FB takes O(n3) time, since it must examine O(n2) combinations each of which takes O(n) time in the worst case.

Further reading

  • A Comparison of List Scheduling for Parallel Processing Systems