# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sdpt3r" in publications use:' type: software license: - GPL-2.0-only - GPL-3.0-only title: 'sdpt3r: Semi-Definite Quadratic Linear Programming Solver' version: '0.3' doi: 10.32614/CRAN.package.sdpt3r abstract: Solves the general Semi-Definite Linear Programming formulation using an R implementation of SDPT3 (K.C. Toh, M.J. Todd, and R.H. Tutuncu (1999) ). This includes problems such as the nearest correlation matrix problem (Higham (2002) ), D-optimal experimental design (Smith (1918) ), Distance Weighted Discrimination (Marron and Todd (2012) ), as well as graph theory problems including the maximum cut problem. Technical details surrounding SDPT3 can be found in R.H Tutuncu, K.C. Toh, and M.J. Todd (2003) . authors: - family-names: Rahman given-names: Adam email: a45rahma@uwaterloo.ca - family-names: Toh given-names: Kim-Chuan - family-names: Todd given-names: Micheal - family-names: Tutunco given-names: Reha - family-names: Davis given-names: Timothy A. - family-names: Larimore given-names: Stefan I. repository: https://cranhaven.r-universe.dev commit: 54d76560486abed24f22a578ed4dd1eceed5435e date-released: '2019-02-08' contact: - family-names: Rahman given-names: Adam email: a45rahma@uwaterloo.ca