OsiRowCut

Row-based cutting plane (linear inequality)

Row-based cutting plane (linear inequality)

Row cuts are the most common form of cutting planes, representing a linear inequality constraint: lb <= a'x <= ub

Common cut families that produce row cuts:

Mathematics

lb <= sum(a[i] * x[i]) <= ub

See Also

Source

Header file: `src/Osi/OsiRowCut.hpp`