Skip to content

shay2501/Diet-Problem

Repository files navigation

README.txt
Shannon Whalen
Arijit Ghosh

All instructions are to be done in a Linux terminal window or DOS console

First compile the project
--------------------------------------------------------------------------------
javac DietProblem.java

To run the DietProblem with an input file
--------------------------------------------------------------------------------
java DietProblem source_file

Output: The solution vector for the input variables, unbounded or infeasible

To run Simplex with an input file
--------------------------------------------------------------------------------
java Simplex source_file

Output: The solution vector for the input variables, unbounded or infeasible

About

This program implements the simplex optimization algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages