knapsack.ex.int | R Documentation |
inverse of knapsack.to.int; returns a vector of length <n>, # : the elements of which sum to <y>
knapsack.ex.int(x, y, n)
x |
= a positive integer |
y |
= a positive integer |
n |
= a positive integer |
Other knapsack: knapsack.count
,
knapsack.next
, knapsack.prev
,
knapsack.to.int
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.