# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "edmcr" in publications use:' type: software license: - GPL-2.0-only - GPL-3.0-only title: 'edmcr: Euclidean Distance Matrix Completion Tools' version: 0.2.0 doi: 10.32614/CRAN.package.edmcr abstract: Implements various general algorithms to estimate missing elements of a Euclidean (squared) distance matrix. Includes optimization methods based on semi-definite programming found in Alfakih, Khadani, and Wolkowicz (1999), a non-convex position formulation by Fang and O'Leary (2012), and a dissimilarity parameterization formulation by Trosset (2000). When the only non-missing distances are those on the minimal spanning tree, the guided random search algorithm will complete the matrix while preserving the minimal spanning tree following Rahman and Oldford (2018). Point configurations in specified dimensions can be determined from the completions. Special problems such as the sensor localization problem, as for example in Krislock and Wolkowicz (2010), as well as reconstructing the geometry of a molecular structure, as for example in Hendrickson (1995), can also be solved. These and other methods are described in the thesis of Adam Rahman(2018). authors: - family-names: Rahman given-names: Adam email: adamrahman@live.ca - family-names: Oldford given-names: R. Wayne email: rwoldford@uwaterloo.ca repository: https://cranhaven.r-universe.dev repository-code: https://github.com/great-northern-diver/edmcr commit: 059176c2d39ad2f01cecdd29ad3cf9e819e4f53a url: https://github.com/great-northern-diver/edmcr date-released: '2021-09-08' contact: - family-names: Oldford given-names: R. Wayne email: rwoldford@uwaterloo.ca