I have a set of independent tasks and time intervals with the same fixed length , each task of arbitrary length .
How to distribute tasks in time intervals while minimizing ?
You are looking at the problem of packaging packaging, which is NP-complete. However, there are good approximate polynomial solutions.
Refer to this link: http://en.wikipedia.org/wiki/Bin_packing_problem
FFD ( ), , .
11/9*OPT + 1, 22% , .
11/9*OPT + 1
Source: https://habr.com/ru/post/1583766/More articles:Stop radio button working several times - javascriptTesting Exceptions Using Java Reflection Junit4 - javaHow this function works: const const (negate 1) (negate 2) 3 - functionUnhandled exceptions for the task are not caught - c #Account based on several conditions from other data.frame - rincorrect initialization of a non-constant reference like 'int &', what is the reason? - c ++Conditional summation over all data frames in R - rGoogle Apps Script - Error: "DocsList" not defined - code suddenly stopped - google-apps-scriptHow can I satisfy the compiler to eliminate warning 0052? - compiler-warningsKerberos only encrypts authentication or all client communications? - kerberosAll Articles