Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Fernandez's method

Fernandez's method (FB) in computer science and operations research, 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 ( n 3 ) {\displaystyle (n^{3})} time, since it must examine O ( n 2 ) {\displaystyle (n^{2})} combinations each of which takes O ( n ) {\displaystyle (n)} time in the worst case.

We don't have any images related to Fernandez's method yet.
We don't have any YouTube videos related to Fernandez's method yet.
We don't have any PDF documents related to Fernandez's method yet.
We don't have any Books related to Fernandez's method yet.
We don't have any archived web articles related to Fernandez's method yet.

Further reading

  • A Comparison of List Scheduling for Parallel Processing Systems