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

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

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 - Documentation - Download - JSON
purl: pkg:golang/github.com/lanl/clp@v1.1.1
Published:
Indexed:
Related tag: v1.1.1

    Loading...
    Readme
    Loading...