Package: CVXR
Type: Package
Title: Disciplined Convex Optimization
Version: 0.99-4
VignetteBuilder: knitr
Authors@R: c(
           person("Anqi", "Fu",
                  role=c("aut", "cre"),
                   email = "anqif@stanford.edu"),
           person("Balasubramanian", "Narasimhan",
                  role=c("aut"),
                   email = "naras@stat.stanford.edu"),
           person("Steven", "Diamond",
                  role=c("aut"),
                   email = "stevend2@stanford.edu"),
           person("John", "Miller",
                  role=c("aut"),
                   email = "miller_john@berkeley.edu"),
           person("Stephen", "Boyd",
                  role=c("ctb"),
                  email = "boyd@stanford.edu"),
           person("Paul Kunsberg", "Rosenfield",
                  role=c("ctb"),
                  email = "prosenfield@farmersbusinessnetwork.com")
           )
URL: https://cvxr.rbind.io, https://anqif.github.io/CVXR
BugReports: https://github.com/anqif/CVXR/issues
Description: An object-oriented modeling language for disciplined convex
    programming (DCP). It allows the user to formulate convex optimization problems
    in a natural way following mathematical convention and DCP rules. The system
    analyzes the problem, verifies its convexity, converts it into a canonical form,
    and hands it off to an appropriate solver to obtain the solution.
Depends: R (>= 3.4.0)
Imports: methods, R6, Matrix, Rcpp (>= 0.12.12), bit64, gmp, Rmpfr,
        R.utils, ECOSolveR (>= 0.4), scs (>= 1.2.3), stats
Suggests: knitr, rmarkdown, testthat, nnls, reticulate, lpSolveAPI,
        Rglpk, slam
LinkingTo: Rcpp, RcppEigen
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
Collate: 'CVXR.R' 'data.R' 'globals.R' 'generics.R' 'utilities.R'
        'interface.R' 'expressions.R' 'constant.R' 'variable.R'
        'lin_ops.R' 'atoms.R' 'affine.R' 'problem.R' 'constraints.R'
        'elementwise.R' 'solver.R' 'mosek-solver.R' 'gurobi-solver.R'
        'lpsolve_solver.R' 'glpk_solver.R' 'solver_utilities.R'
        'problem_data.R' 'transforms.R' 'exports.R' 'rcppUtils.R'
        'R6List.R' 'ProblemData-R6.R' 'LinOp-R6.R' 'LinOpVector-R6.R'
        'RcppExports.R' 'CVXcanon-R6.R' 'Deque.R' 'canonInterface.R'
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-03-12 13:22:55 UTC; naras
Author: Anqi Fu [aut, cre],
  Balasubramanian Narasimhan [aut],
  Steven Diamond [aut],
  John Miller [aut],
  Stephen Boyd [ctb],
  Paul Kunsberg Rosenfield [ctb]
Maintainer: Anqi Fu <anqif@stanford.edu>
Repository: CRAN
Date/Publication: 2019-03-13 06:26:58 UTC
