LPSolver::LPSolver() : Runner("c:s:i:o:l:h") { RUNNER_INSTALL("solveLP", this, "solveLP"); }
CopyNumEstimator::CopyNumEstimator() : Runner("c:s:i:G:C:h") { RUNNER_INSTALL("copy_num_estimate", this, "estimate copy number of contigs"); }
GraphSolver::GraphSolver() : Runner("i:s:") { RUNNER_INSTALL("graph_solver", this, "graph_solver"); }