Computer Science, asked by alpeshtiple, 5 months ago


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