leikkaustasomenetelmät
Leikkaustasomenetelmät, known in English as cutting plane methods, are a class of algorithms used to solve linear and integer programming problems. These methods work by iteratively adding linear inequalities, called cutting planes or cuts, to the feasible region of a relaxation of the original problem. The goal is to shrink the feasible region of the relaxation until it either becomes empty or contains only integer-feasible points.
The fundamental idea is to start with a relaxation of the integer programming problem, typically its linear
The effectiveness of cutting plane methods depends heavily on the choice of the cutting planes. Different types