Go to the source code of this file.
Constants for selecting modifications of Motzkin algorithm | |
const int | mm_no_modification = 0 |
const int | mm_min_modification = 1 |
const int | mm_max_modification = 2 |
const int | mm_no_movie = 0 |
const int | mm_movie = 1 |
Functions | |
template<class int_item> void | skeleton (matrix< int_item > &a, matrix< int_item > &f, matrix< int_item > &q, matrix< int_item > &e, int modification, int movie, ostr &movie_stream) |
Definition in file motzkin.h.
|
Finds extreme rays f and basis e of a cone ax >= 0 returns also an incidence matrix q = f * transpose(a).
|
|
Selects maximum elements.
|
|
Selects minimum elements.
|
|
Does not show all operations.
|
|
Runs plain algorithm.
|
|
Shows all operations.
|