View source: R/optimization_ILP.R
solve.ILP | R Documentation |
Constructs and solves an ILP and outputs a list with the reuslts.
## S3 method for class 'ILP'
solve(
cur.D,
cur.G,
cur.settings,
cur.cvg.matrix,
time.limit,
required.cvg,
primer.df,
template.df
)
cur.D |
Binary dimerization matrix. |
cur.G |
Free energy matrix for cross-dimerization. |
cur.settings |
Current |
cur.cvg.matrix |
Binary coverage matrix. |
time.limit |
Time limit for solving the ILP in seconds. |
required.cvg |
The target coverage of the designed primer set. |
primer.df |
A |
template.df |
A |
deltaG.cutoff |
Cutoff for dimerization free energy. |
deltaG.limit |
Relaxation limit for free energy cutoff. |
List with ILP solution data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.