View source: R/solve_carnival.R
solveCarnivalFromLp | R Documentation |
Sends the ILP formulation defined in .lp file to solver. Uses parsedDataFile to process the final solution and map the ILP variables back to inital data.
solveCarnivalFromLp(
lpFile = "",
parsedDataFile = "",
carnivalOptions,
newDataRepresentation = TRUE
)
lpFile |
path to .lp file that will be used to run the solver. |
parsedDataFile |
path to parsed data file that was created after running
|
carnivalOptions |
all options of CARNIVAL. |
newDataRepresentation |
TRUE by default. For debugging with the old data representation, put to FALSE. |
solution of ILP problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.