Description Usage Arguments Examples
Symmetry breaking : the sum of integers in S1 is lower than the one in S_2. WARNING: the timeout does not work. It does not interrupt the lpsolve subprocess. WARNING: the results are wrong for high precision integers.
1 | PartLpSolve(sizes)
|
sizes |
a numeric vector which represents the integers (>0) in the set S. |
1 2 3 | sizes <- c(13, 11, 8, 20, 20, 11, 16, 17, 4, 13)
part <- PartLpSolve(sizes)
PartPrint(sizes, part)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.