Description Usage Arguments Value Examples
latteMax
uses LattE's maximize function to find the maximum of a linear objective function over the integers satisfying linearity constraints. This makes use of the digging algorithm; see the LattE manual at http://www.math.ucdavis.edu/~latte for details.
1 2 |
objective |
a linear polynomial to pass to |
constraints |
a collection of linear polynomial (in)equalities that define the feasibility region, the integers in the polytope |
method |
method LP or cones |
dir |
directory to place the files in, without an ending / |
opts |
options; see the LattE manual at http://www.math.ucdavis.edu/~latte |
quiet |
show latte output |
the count. if the count is a number has less than 10 digits, an integer is returned. if the number has 10 or more digits, an integer in a character string is returned. you may want to use the gmp package's as.bigz to parse it.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.