Description Usage Arguments Value Examples
Minimize number of payments using linear programming
1 | solve_min_TX(D = NULL, b = NULL)
|
D |
matrix of payments between members of size n \times n with nonnegative entries |
b |
vector of size n with net income of each member (positive or
negative). Entries of |
Matrix of payments of size n \times n with the least number of nonzero entries
1 | solve_min_TX(D = matrix(rexp(5*5, 1/10), nrow = 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.