Skip to content

Java tool for a step by step simplex tableau calculation.

Notifications You must be signed in to change notification settings

leondorian/simplex-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplex calculator

A Java tool for calculating the optimal solution of a linear problem with the simplex method. The tool outputs the current tableau of each iteration.

Download the JAR and run with:

java -jar simplex-calculator.jar

Example

1. Enter the size of the problem

init

2. Enter the coefficents of the objective function

c

3. Enter the matrix A and the vector b

matrix_A

4. Every iteration the tableau is printed. Optimal soultion is printed.

calculation

About

Java tool for a step by step simplex tableau calculation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages