All Projects → kimutaiRop → EKR-SIMPLEX-PROBLEM-CALCULATOR

kimutaiRop / EKR-SIMPLEX-PROBLEM-CALCULATOR

Licence: MIT license
simplex problem calculator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to EKR-SIMPLEX-PROBLEM-CALCULATOR

minilp
A pure Rust linear programming solver
Stars: ✭ 61 (+369.23%)
Mutual labels:  linear-programming, simplex-algorithm
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 (+492.31%)
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 (+315.38%)
Mutual labels:  linear-programming
swap
A Solver for the Wavelength Assignment Problem (RWA) in WDM networks
Stars: ✭ 27 (+107.69%)
Mutual labels:  linear-programming
linearprogramming
Code for the Modeling and Solving Linear Programming with R book
Stars: ✭ 38 (+192.31%)
Mutual labels:  linear-programming
L1-optimal-paths-Stabilization
Video Stabilization with the L1 optimal camera paths technique.
Stars: ✭ 33 (+153.85%)
Mutual labels:  linear-programming
Linear-Algebra-and-Its-Applications-notes
《线性代数及其应用》笔记
Stars: ✭ 196 (+1407.69%)
Mutual labels:  linear-programming
SimplexSolver
An easy-to-use Simplex solver class for linear programming.
Stars: ✭ 18 (+38.46%)
Mutual labels:  linear-programming
rcbc
COIN-OR branch and cut (CBC) bindings for R
Stars: ✭ 16 (+23.08%)
Mutual labels:  linear-programming
lpsolvers
Linear programming solvers in Python with a unified API
Stars: ✭ 20 (+53.85%)
Mutual labels:  linear-programming
SDLP
Seidel's LP Algorithm: Linear-Complexity Linear Programming for Small-Dimensional Variables
Stars: ✭ 36 (+176.92%)
Mutual labels:  linear-programming
rmpk
Mixed Integer Linear and Quadratic Programming in R
Stars: ✭ 37 (+184.62%)
Mutual labels:  linear-programming
portfolio allocation js
A JavaScript library to allocate and optimize financial portfolios.
Stars: ✭ 145 (+1015.38%)
Mutual labels:  linear-programming
pydata-london-2018
Slides and notebooks for my tutorial at PyData London 2018
Stars: ✭ 22 (+69.23%)
Mutual labels:  linear-programming
gibbous
Convex optimization for java and scala, built on Apache Commons Math
Stars: ✭ 17 (+30.77%)
Mutual labels:  linear-programming
blt
Lattice-based integer linear programming solver
Stars: ✭ 60 (+361.54%)
Mutual labels:  linear-programming
cddlib
An efficient implementation of the Double Description Method
Stars: ✭ 71 (+446.15%)
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 (+192.31%)
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 (+12430.77%)
Mutual labels:  linear-programming
rust-lp-modeler
Lp modeler written in Rust
Stars: ✭ 75 (+476.92%)
Mutual labels:  linear-programming

EKR-SIMPLEX-CALCULATOR

this is python version of the program, if you prefer julia you can find a copy of julia from https://github.com/kimutaiRop/JULIA_EKR_SIMPLEX_PROBLE_CALCULATOR

the julia version is also linked to a web server which is available for download at https://github.com/kimutaiRop/statis which has a web iterface at https://statis.herokuapp.com/simplex

This is a simplex problem calculator for statistics

problems it solves:

  1. maximization
  2. minimization

you can use this to draw tables you need to install numpy to use this program

data values supported can be in the following forms:

  1. fractions. eg. (2/3)
  2. decimal numbers. eg. 0.5
  3. whole numbers. eg. 100

I allowed definition of number of decimals to be used in solution

I also added notification for those problems that dont possibly have solution due to wrong formulation of constrains and its values.

clone or download then run:

to install basic requirements

pip install numpy

pip install pandas

finally you can run the program by running

python3 simplex.py

only console usage of the program is available yet

The simplex tableaus are drawn in form of python lists or pandas tables.

live demo is available in youtube if you happen to visit the please subscribe.. I appreciate https://www.youtube.com/watch?v=6vZRUVN1EQU

alt text

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].