Jump to content

Fernandez's method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NawlinWiki (talk | contribs) at 17:04, 20 April 2012 (tags). 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 fro 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 int he worst case.

For further references you can refer

A Comparison of List Scheduling for Parallel Processing Systems.