All Projects → jmsallan → linearprogramming

jmsallan / linearprogramming

Licence: other
Code for the Modeling and Solving Linear Programming with R book

Programming Languages

r
7636 projects
AMPL
153 projects

Projects that are alternatives of or similar to linearprogramming

swap
A Solver for the Wavelength Assignment Problem (RWA) in WDM networks
Stars: ✭ 27 (-28.95%)
Mutual labels:  linear-programming
Gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Stars: ✭ 1,629 (+4186.84%)
Mutual labels:  linear-programming
minizinc-python
Access to all MiniZinc functionality directly from Python
Stars: ✭ 92 (+142.11%)
Mutual labels:  linear-programming
L1-optimal-paths-Stabilization
Video Stabilization with the L1 optimal camera paths technique.
Stars: ✭ 33 (-13.16%)
Mutual labels:  linear-programming
good lp
Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.
Stars: ✭ 77 (+102.63%)
Mutual labels:  linear-programming
Machine-Learning
🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .
Stars: ✭ 38 (+0%)
Mutual labels:  linear-programming
SDLP
Seidel's LP Algorithm: Linear-Complexity Linear Programming for Small-Dimensional Variables
Stars: ✭ 36 (-5.26%)
Mutual labels:  linear-programming
emhass
emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
Stars: ✭ 54 (+42.11%)
Mutual labels:  linear-programming
gibbous
Convex optimization for java and scala, built on Apache Commons Math
Stars: ✭ 17 (-55.26%)
Mutual labels:  linear-programming
antaresViz
ANTARES Visualizations
Stars: ✭ 19 (-50%)
Mutual labels:  linear-programming
portfolio allocation js
A JavaScript library to allocate and optimize financial portfolios.
Stars: ✭ 145 (+281.58%)
Mutual labels:  linear-programming
rcbc
COIN-OR branch and cut (CBC) bindings for R
Stars: ✭ 16 (-57.89%)
Mutual labels:  linear-programming
EKR-SIMPLEX-PROBLEM-CALCULATOR
simplex problem calculator
Stars: ✭ 13 (-65.79%)
Mutual labels:  linear-programming
cddlib
An efficient implementation of the Double Description Method
Stars: ✭ 71 (+86.84%)
Mutual labels:  linear-programming
Linear-Algebra-and-Its-Applications-notes
《线性代数及其应用》笔记
Stars: ✭ 196 (+415.79%)
Mutual labels:  linear-programming
lpsolvers
Linear programming solvers in Python with a unified API
Stars: ✭ 20 (-47.37%)
Mutual labels:  linear-programming
SimplexSolver
An easy-to-use Simplex solver class for linear programming.
Stars: ✭ 18 (-52.63%)
Mutual labels:  linear-programming
minilp
A pure Rust linear programming solver
Stars: ✭ 61 (+60.53%)
Mutual labels:  linear-programming
blt
Lattice-based integer linear programming solver
Stars: ✭ 60 (+57.89%)
Mutual labels:  linear-programming
flipy
A Python linear programming interface library
Stars: ✭ 23 (-39.47%)
Mutual labels:  linear-programming

linearprogramming

This repository is the companion of the book Modeling and solving linear programming with R available at:

http://bit.ly/1JZiSUd

Here you will find the code of the solverLP function, that returns the solution of a linear model written in LP/CPLEX or MathProg format. The examplesSolverLP.R file demonstrates how to use the function.

The LP/CPLEX implementations of the examples in the book can be found in the LP folder. We have also included two examples where the parameters of the linear model are generated using R code in the MatricialInput folder, and examples of use of MathProg in the folder of the same name. We have also included a script with examples of

We hope that this book will be useful to all people interested in applying linear programming and solving models using open source software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].