Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 26.3: Gomory cuts for linear optimization. More...
Go to the source code of this file.
Functions | |
function | gomory (in A, in b, in c) |
Solve an integer optimization problem by generating valid inequalities using a Gomory cut:
subject to
and
where | |
Algorithm 26.3: Gomory cuts for linear optimization.
Implementation of algorithm 26.3 of [1]
Definition in file gomory.m.
function gomory | ( | in | A, |
in | b, | ||
in | c | ||
) |
Solve an integer optimization problem by generating valid inequalities using a Gomory cut:
subject to
and
where ,
and
.
A | the constraint matrix |
b | the constraint right hand side |
c | the cost vector for the objective function |