In which strategy decomposes the problem instance into a number of smaller sub-instances?
Answers
Answered by
1
In essence, heuristic decomposition methods reduce the problem size by partitioning the problem into smaller sub-problems. The partitioning can be done by using a general scheme such as splitting the whole problem into equally sized sub-problems.
Similar questions