-
Notifications
You must be signed in to change notification settings - Fork 3
LinearProgramming
Branden Stone edited this page May 8, 2016
·
3 revisions
The goal of the package is to implement linear programing methods such as the simplex method in M2. The GitHub repository for the package is located at:
https://github.com/b-stone/LinearProgramming-M2.
Group members:
- Tom Enkosky
- Branden Stone
- Create a method that runs the simplex method;
- Determine user input
- Determine output
- create options that allow for max or min
- Determine best algorithm to enumerate vertices of feasible area.