extern void Combinations (int m, int n, bool (*callback) (int *vector, int count, void *arg), void *arg) Compute all combinations of m by n
Compute all combinations of m by n. Calls the callback function with a vector of numbers from 0 to m - 1; numbers never appears twice in vector. Callback returns false for continuation and true to break the loop.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de