|
|
|
|
|
by salty_biscuits
2628 days ago
|
|
Not all cost surfaces are equally likely to occur in real problems...
Also depends on the constraints, linear assignment (i.e. one job to one worker with a big matrix of cost for job to worker and you minimize the sum) has a polynomial complexity solution. |
|
This is infinitely truer for when you try and find absolute maxima and minima and not just local ones.