An open API service indexing awesome lists of open source software.

https://github.com/asolimando/hips

Given a weighted set of 2D points, it computes the Heaviest Increasing Point Subset
https://github.com/asolimando/hips

2d-points combinatorics heaviest-increasing-point-subset monotonically-increasing-function sequences

Last synced: 6 months ago
JSON representation

Given a weighted set of 2D points, it computes the Heaviest Increasing Point Subset

Awesome Lists containing this project

README

          

# hips
Given a weighted set of 2D points, it computes the Heaviest Increasing Point Subset

The original code, re-implemented in Scala, has been written in the context of the research work available here: http://www.vldb.org/pvldb/vol6/p1630-solimando.pdf