Published May 2, 2021 | Version v0.2.0
Software Open

nondLib

  • 1. CISUC, DEI, University of Coimbra

Description

nondLib: A C++ library for archiving operations on nondominated point sets

This library implements several operations to filter and maintain a set of nondominated points. In particular, the current version supports the following operations:

  • filter - filters a set of nondominated points from a larger set of points
  • update - updates the nondominated point set with a new point

Both in-place and not-in-place versions exist for all currently implemented functions, such that the former implies modifying the container that is passed to the function, and the latter simply returns a new container.

Files

nondLib-0.2.0.zip

Files (22.5 kB)

Name Size Download all
md5:823bb061a8cdcd6c776bd6947ba5913e
22.5 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/TLDart/nondLib/tree/v0.2.0 (URL)
Conference paper: 10.1145/3449726.3462737 (DOI)