Fernandez’s method

From HandWiki
Revision as of 06:32, 5 August 2021 by imported>PolicyEnforcerIA (attribution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Fernandez's method (FB) is a method which is used in the multiprocessor scheduling algorithm. 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's 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[math]\displaystyle{ (n^3) }[/math] time, since it must examine O[math]\displaystyle{ (n^2) }[/math] combinations each of which takes O[math]\displaystyle{ (n) }[/math] time in the worst case.

Further reading

  • A Comparison of List Scheduling for Parallel Processing Systems