writeFile | R Documentation |
This function takes as input the objective function. constraints, bounds and the solver path in order to generate a file containing the ILP problem.
writeFile(objectiveFunction,
constraints,
bounds,
binaries)
objectiveFunction |
the objective function of the ILP problem |
constraints |
the set of constraints of the ILP problem |
bounds |
the set of bounds for each integer variable |
binaries |
the set of binary variables |
E Gjerga, H Koch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.