ILPConstrained: Construct Coverage ILP.

View source: R/optimization_ILP.R

ILPConstrainedR Documentation

Construct Coverage ILP.

Description

Constructs an ILP modeling the primer set cover problem.

Usage

ILPConstrained(D, cvg.matrix, time.limit = NULL, presolve.active = FALSE)

Arguments

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 FALSE by default, since presolving may lead to inferior solutions. However, for large problems presolving might be useful.

Value

An instance of the set cover ILP.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.