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
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: 1 day ago
github.com/ohowland/cgc_optimize v0.0.0-20220416044135-cd48dfe71208
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/samueleresca/quoracle-go v0.2.3
A Golang port of mwhittaker/quoracle8 versions - Latest release: almost 4 years ago - 1 stars on GitHub
github.com/jonreiter/clpwrapper v0.0.0-20210709061940-2259099e94ae
Package clpwrapper contains simple wrappers to help with lanl/clp once go has an approximately-st...1 version - Latest release: over 4 years ago
Check this option to include packages that no longer depend on this package in their latest version but previously did.