🍺 BREW Explorer

← all formulae

clp

brew install clp v1.17.11 EPL-2.0

Linear programming solver

227
30-day installs · #2487
684
90-day · #2569
3.4k
365-day · #2304
487
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "coinutils",
    "openblas",
    "osi"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Linear programming solver",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:29+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "clp",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-11T16:30:39Z",
  "github_readme_excerpt": "# Clp\n\n[![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org)\n\nProjects such as this one are maintained by a small group of volunteers under\nthe auspices of the non-profit [COIN-OR Foundation](https://www.coin-or.org)\nand we need your help! Please consider [sponsoring our\nactivities](https://github.com/sponsors/coin-or) or [volunteering](mailto:volunteer@coin-or.org) to help!\n\n[![Latest Release](https://img.shields.io/github/v/release/coin-or/Clp?sort=semver)](https://github.com/coin-or/Clp/releases)\n\n_This file is auto-generated from [config.yml](.coin-or/config.yml) using the \n[generate_readme](.coin-or/generate_readme) script.\nTo make changes, please edit [config.yml](.coin-or/config.yml) or the generation scripts\n[here](.coin-or/generate_readme) and [here](https://github.com/coin-or/coinbrew/blob/master/scripts/generate_readme)._\n\nClp (*C*oin-or *l*inear *p*rogramming) is an open-source linear programming solver.\nIt is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.\nIt is designed to find solutions of mathematical optimization problems of the form\n\nminimize   c\u0027x\nsuch that  lhs \u0026le; Ax \u0026le; rhs\nand        lb \u0026le; x \u0026le; ub\n\n\nCLP includes primal and dual Simplex solvers.\nBoth dual and primal algorithms can use matrix storage methods provided by the user (0-1 and network matrices are already supported in addition to the default sparse matrix).\nThe dual algorithm has Dantzig and Steepest edge row pivot choices; new ones may be provided by the user.\nThe same is true for the column pivot choice of the primal algorithm.\nThe primal can also use a non linear cost which should work for piecewise linear convex functions.\nCLP also includes a barrier method for solving LPs.\n\n\nClp is written in C++ and is released as open source under the [Eclipse Public License 2.0](http://www.opensource.org/licenses/EPL-2.0).\n\nIt is distributed under the auspices of the [COIN-OR Foundatio",
  "github_repo": "coin-or/Clp",
  "github_stars": 487,
  "github_topics": [],
  "homepage": "https://github.com/coin-or/Clp",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 227,
  "installs_365d": 3353,
  "installs_90d": 684,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "EPL-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "clp",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2487,
  "rank_365d": 2304,
  "rank_90d": 2569,
  "raw_hash": "f2e689286eed79d4",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/clp.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "pkgconf"
  ],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.17.11",
  "versioned_formulae": [],
  "why_use_this": null
}