# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ConConPiWiFun" in publications use:' type: software license: GPL-2.0-or-later title: 'ConConPiWiFun: Optimisation with Continuous Convex Piecewise (Linear and Quadratic) Functions' version: 0.4.6.1 doi: 10.32614/CRAN.package.ConConPiWiFun abstract: Continuous convex piecewise linear (ccpl) resp. quadratic (ccpq) functions can be implemented with sorted breakpoints and slopes. This includes functions that are ccpl (resp. ccpq) on a convex set (i.e. an interval or a point) and infinite out of the domain. These functions can be very useful for a large class of optimisation problems. Efficient manipulation (such as log(N) insertion) of such data structure is obtained with map standard template library of C++ (that hides balanced trees). This package is a wrapper on such a class based on Rcpp modules. authors: - family-names: Girard given-names: Robin email: robin.girard@mines-paristech.fr repository: https://robingirard.r-universe.dev commit: e5c4b51b018225c9a66696606edee84a558fe1c3 date-released: '2013-06-05' contact: - family-names: Girard given-names: Robin email: robin.girard@mines-paristech.fr