Files
2024-04-26 11:38:57 -04:00

22 lines
822 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup R 1.0
R.setup cran matthiaskaeding RcppGreedySetCover 0.1.0
revision 2
categories-append math
maintainers nomaintainer
license MIT
description Fast implementation of the greedy algorithm for the set cover problem using Rcpp
long_description {*}${description}
checksums rmd160 a5b56c17c5c66efe1d81499466fb6c6eeeb21a1e \
sha256 3d149a5d9b31a401a9cdfabd4ca4b02f438bcafd16474bdaabf3eeaa5f8a04ed \
size 5691
depends_lib-append port:R-BH \
port:R-data.table \
port:R-Rcpp
test.run yes