R/solve_carnival.R
solveCarnivalFromLp.Rd
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 = T )
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