Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 16.1: Vertex enumeration Implementation of algorithm 16.1 of [1]. More...
Go to the source code of this file.
Functions | |
function | vertexEnumeration (in A, in b, in c) |
Applies the vertex enumeration algorithm to solve ![]() ![]() ![]() ![]() ![]() ![]() | |
Algorithm 16.1: Vertex enumeration Implementation of algorithm 16.1 of [1].
Definition in file vertexEnumeration.m.
function vertexEnumeration | ( | in | A, |
in | b, | ||
in | c | ||
) |
Applies the vertex enumeration algorithm to solve subject to
and
, where
,
, and
.
A | the constraint matrix |
b | the constraint right hand side |
c | the cost vector for the objective function |