View source: R/optimization_ILP.R
remove.redundant.cols | R Documentation |
Removes redundant primers from an optimal solution.
remove.redundant.cols(S, cvg.matrix)
S |
Indices of primers that are selected in an optimal solution. |
cvg.matrix |
Binary matrix of coverage events. |
An optimal solution can contain primers with redundant coverage when using presolve or greedy optimization.
Updated indices of selected primers S
such that indices
representing primers with redundant coverage are removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.