An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.8% on proxy.golang.org
Top 3.4% dependent packages on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org
Top 9.9% forks on proxy.golang.org

proxy.golang.org : github.com/lanl/clp

Package clp provides an interface to the COIN-OR Linear Programming (CLP) library. As the name implies, CLP is a solver for linear-programming problems: Linear programming is an optimization technique. Given an objective function, such as a + b, and a set of constraints in the form of linear inequalities, such as 0 ≤ 2a + b ≤ 10 and 3 ≤ 2b − a ≤ 8, find values for the variables that maximizes or minimizes the objective function. In this example, the maximum value of a + b is 7.6, which is achieved when a = 2.4 and b = 5.2. The example code associated with Simplex.LoadProblem shows how to set up and solve this precise problem using an API based directly on CLP's C++ API. The example code associated with Simplex.EasyLoadDenseProblem shows how to specify the same problem using a more equation-oriented API specific to the clp package. The clp package currently exposes only a tiny subset of the CLP library. Relevant URLs: • COIN-OR (COmputational INfrastructure for Operations Research): http://www.coin-or.org/ • LP (Linear Programming): https://en.wikipedia.org/wiki/Linear_programming • CLP (COIN-OR Linear Programming): http://www.coin-or.org/projects/Clp.xml

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/lanl/clp
License: BSD-3-Clause
Latest release: almost 3 years ago
First release: about 5 years ago
Namespace: github.com/lanl
Dependent packages: 3
Dependent repositories: 2
Stars: 47 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago

v1.2.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.1.2
Published: over 3 years ago
Registry - Documentation - Download
v1.1.1
Published: over 3 years ago
Registry - Documentation - Download
v1.1.0
Published: almost 5 years ago
Registry - Documentation - Download
v1.0.1
Published: almost 5 years ago
Registry - Documentation - Download
v1.0.0
Published: about 5 years ago
Registry - Documentation - Download