| rap | R Documentation |
This is a general function to create Rap objects from scratch and solve them to generate solutions.
rap(
pus,
species,
spaces = NULL,
formulation = c("unreliable", "reliable")[1],
solve = TRUE,
...
)
pus |
|
species |
|
spaces |
|
formulation |
|
solve |
|
... |
arguments are passed to |
A new RapSolved() object if solve is TRUE,
otherwise an RapUnsolved() is returned.
Type vignette("raptr") to see the package vignette for a
tutorial.
GurobiOpts(), RapReliableOpts(),
RapUnreliableOpts() RapData(),
RapResults(), RapUnsolved(),
RapSolved().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.