View source: R/optimization_ILP.R
ILPConstrained | R Documentation |
Constructs an ILP modeling the primer set cover problem.
ILPConstrained(D, cvg.matrix, time.limit = NULL, presolve.active = FALSE)
D |
Binary dimerization matrix. |
cvg.matrix |
Binary coverage matrix. |
time.limit |
Time limit for ILP optimization in seconds. |
presolve.active |
Whether the ILP presolver should be used.
This is set to |
An instance of the set cover ILP.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.