{
  "_id": "6a33a6203efcd9bda43aa411",
  "Package": "piqp",
  "Title": "R Interface to Proximal Interior Point Quadratic Programming\nSolver",
  "Version": "0.6.2",
  "Authors@R": "c(person(\"Balasubramanian\", \"Narasimhan\", role=c(\"aut\", \"cre\"),\nemail = \"naras@stanford.edu\"),\nperson(\"Roland\", \"Schwan\", role = c(\"aut\", \"cph\")),\nperson(\"Yuning\", \"Jiang\", role = c(\"aut\")),\nperson(\"Daniel\",  \"Kuhn\", role = c(\"aut\")),\nperson(\"Colin N.\",  \"Jones\", role = c(\"aut\")))",
  "Description": "An embedded proximal interior point quadratic programming\nsolver, which can solve dense and sparse quadratic programs,\ndescribed in Schwan, Jiang, Kuhn, and Jones (2023)\n<doi:10.48550/arXiv.2304.00290>. Combining an infeasible\ninterior point method with the proximal method of multipliers,\nthe algorithm can handle ill-conditioned convex quadratic\nprogramming problems without the need for linear independence\nof the constraints. The solver is written in header only 'C++\n14' leveraging the 'Eigen' library for vectorized linear\nalgebra. For small dense problems, vectorized instructions and\ncache locality can be exploited more efficiently. Allocation\nfree problem updates and re-solves are also provided.",
  "License": "BSD_2_clause + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://predict-epfl.github.io/piqp-r/",
  "BugReports": "https://github.com/PREDICT-EPFL/piqp-r/issues",
  "SystemRequirements": "C++17",
  "VignetteBuilder": "knitr",
  "Repository": "https://predict-epfl.r-universe.dev",
  "Date/Publication": "2026-02-18 22:07:01 UTC",
  "RemoteUrl": "https://github.com/predict-epfl/piqp-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-18 07:55:55 UTC",
    "User": "root"
  },
  "Author": "Balasubramanian Narasimhan [aut, cre],\nRoland Schwan [aut, cph],\nYuning Jiang [aut],\nDaniel Kuhn [aut],\nColin N. Jones [aut]",
  "Maintainer": "Balasubramanian Narasimhan <naras@stanford.edu>",
  "MD5sum": "262169c2a5b40f9a10c19a01e12a88a6",
  "_user": "predict-epfl",
  "_type": "src",
  "_file": "piqp_0.6.2.tar.gz",
  "_fileid": "7811cdb9d5309173e614cff529d8f34e3b5725dfc2d9b82ac95486e96beed579",
  "_filesize": 301883,
  "_sha256": "7811cdb9d5309173e614cff529d8f34e3b5725dfc2d9b82ac95486e96beed579",
  "_created": "2026-06-18T07:55:55.000Z",
  "_published": "2026-06-19T23:09:08.385Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82081642285,
      "time": 133,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717430544"
    },
    {
      "job": 82081642231,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717438404"
    },
    {
      "job": 82081642218,
      "time": 150,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717436110"
    },
    {
      "job": 82081642213,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717433775"
    },
    {
      "job": 82081642175,
      "time": 227,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717444080"
    },
    {
      "job": 82081642171,
      "time": 338,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717494845"
    },
    {
      "job": 82081642153,
      "time": 189,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717437795"
    },
    {
      "job": 82081642169,
      "time": 310,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717485095"
    },
    {
      "job": 82081042493,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717380783"
    },
    {
      "job": 82081642138,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717423827"
    },
    {
      "job": 82081642210,
      "time": 127,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717426997"
    },
    {
      "job": 82081642181,
      "time": 123,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717426029"
    },
    {
      "job": 82081642236,
      "time": 120,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717424543"
    }
  ],
  "_buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/predict-epfl/piqp-r",
  "_commit": {
    "id": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
    "author": "Balasubramanian Narasimhan <b.naras@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #5 from PREDICT-EPFL/v0.6.2\n\nManually generate pkgdown site",
    "time": 1771452421
  },
  "_maintainer": {
    "name": "Balasubramanian Narasimhan",
    "email": "naras@stanford.edu",
    "login": "bnaras",
    "description": "",
    "uuid": 3030361
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppEigen",
      "role": "LinkingTo"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "slam",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "predict-epfl",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-08",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "bnaras",
      "count": 27,
      "uuid": 3030361
    },
    {
      "user": "rschwan",
      "count": 5,
      "uuid": 9384498
    }
  ],
  "_userbio": {
    "uuid": 14281632,
    "type": "organization",
    "name": "PREDICT Lab at EPFL",
    "followers": 65
  },
  "_downloads": {
    "count": 461,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/piqp"
  },
  "_devurl": "https://github.com/predict-epfl/piqp-r",
  "_pkgdown": "https://predict-epfl.github.io/piqp-r/",
  "_searchresults": 16,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/piqp.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/predict-epfl/piqp-r",
  "_realowner": "predict-epfl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.2",
      "date": "2023-08-14"
    },
    {
      "version": "0.6.2",
      "date": "2026-02-18"
    }
  ],
  "_exports": [
    "get_dims",
    "get_settings",
    "piqp",
    "piqp_model",
    "piqp_settings",
    "solve_piqp",
    "status_description",
    "update_settings"
  ],
  "_help": [
    {
      "page": "get_dims",
      "title": "Get dimensions of a PIQP model",
      "topics": [
        "get_dims"
      ]
    },
    {
      "page": "get_settings",
      "title": "Get settings of a PIQP model",
      "topics": [
        "get_settings"
      ]
    },
    {
      "page": "make_csc_matrix",
      "title": "Convert a plain matrix or simple triplet form matrix to a Matrix::dgCMatrix (implicit) form",
      "topics": [
        "make_csc_matrix"
      ]
    },
    {
      "page": "make_csc_symm_matrix",
      "title": "Convert a plain matrix or simple triplet form matrix to a Matrix::dsCMatrix (implicit, upper) form",
      "topics": [
        "make_csc_symm_matrix"
      ]
    },
    {
      "page": "piqp",
      "title": "PIQP Solver object",
      "topics": [
        "piqp"
      ]
    },
    {
      "page": "piqp_model",
      "title": "The PIQP Solver Model Class",
      "topics": [
        "piqp_model"
      ]
    },
    {
      "page": "piqp_settings",
      "title": "Settings parameters with default values and types in parenthesis",
      "topics": [
        "piqp_settings"
      ]
    },
    {
      "page": "solve_piqp",
      "title": "PIQP Solver",
      "topics": [
        "solve_piqp"
      ]
    },
    {
      "page": "status_description",
      "title": "Return the solver status description string",
      "topics": [
        "status_description"
      ]
    },
    {
      "page": "update_settings",
      "title": "Update settings of a PIQP model",
      "topics": [
        "update_settings"
      ]
    }
  ],
  "_pkglogo": "https://github.com/predict-epfl/piqp-r/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/predict-epfl/piqp-r/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "Matrix",
    "Rcpp",
    "RcppEigen",
    "S7"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "piqp.Rmd",
      "filename": "piqp.html",
      "title": "PIQP Solver Interface",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Introduction",
        "2. The Problem Solver Interface",
        "3. The Solver Model Object",
        "Updating problem data and re-solving",
        "4. Dense and Sparse Interfaces",
        "5. Another Example",
        "6. Solver parameters"
      ],
      "created": "2023-07-30 03:56:54",
      "modified": "2026-02-18 19:27:45",
      "commits": 6
    }
  ],
  "_score": 4.380211241711606,
  "_indexed": true,
  "_nocasepkg": "piqp",
  "_universes": [
    "predict-epfl",
    "bnaras"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "7c91837386994c806a59e9d55cbfe6404a9c5c136d001f5398e92ae7c4322fcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:25.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "796ae056315f3f2f90a63c8603b436b7079b61fc29c460f445ac66fd3cb38ba2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:26.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "bd62c9d3d71c2a451057c3a01547e52c58d9729ca86dfefc6133735d0e6a9c44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:14.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "834b36b7c6c42d4e68a0e1d0f8b51bcdaf2a6fed4793c0f2c0553e337ac3b716",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:29.000Z",
      "arch": "aarch64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "c190351be37394f08277bb9c6eb8329b3182eef5cda99363a1abd0eae4adf6f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-06-18T08:00:39.000Z",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "f0795e0bdd85d21a86dc0678fda7ee68b95b3061e82324d918258d0df50cd8ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:23.000Z",
      "arch": "aarch64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "848834fa41e16236a2812d90e2587eb5330a105220dafda2421f8a4e9cf7dbbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-06-18T07:59:43.000Z",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "8a6e5626bf7b5cfbffafefff4d6a59554aa96909511f5da767b0316bbb32f412",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.2",
      "date": "2026-06-18T07:58:23.000Z",
      "arch": "emscripten",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "b101f335e37da5cc5d4c04cdbbcda8900f320ee16a8c689666d72d3f42a46f04",
      "status": "success",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-06-18T07:57:40.000Z",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "6d4d561a2e8d754ec62b71d09631e2204d186c474638d29fce0528c3474454b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-06-18T07:57:27.000Z",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "2d274564c7008a81176f82c022212a99c9dde29f72ddbcbf47f234621a816b4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-06-18T07:57:25.000Z",
      "arch": "x86_64",
      "commit": "bbbfa43a2fbd0bd83fe63f5a281d9c9b75d5d842",
      "fileid": "ca33628878ab4c2cab69fdc78be341563edc99096ca709e084007ee12c265251",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/predict-epfl/actions/runs/27744988025"
    }
  ]
}