View source: R/solve_carnival.R
sendTaskToSolver | R Documentation |
Executes the solve on the provided ILP formulation (in .lp file).
sendTaskToSolver(
variables,
dataPreprocessed,
carnivalOptions,
newDataRepresentation = TRUE
)
variables |
list of nodes, edges and measurements variables generated by createLpFormulation_v2. |
dataPreprocessed |
list containing preprocessed priorKnowledgeNetwork, measurements, weights (if provided), perturbations (if provided). |
carnivalOptions |
all options of CARNIVAL. |
newDataRepresentation |
TRUE by default. For debugging with the old data representation, put to FALSE. |
solution matrix from ILP solver containing variables list (rows) and their values in different solutions (columns).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.