-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return simplex path from simplex function.
The simplex path in the form of a list of namedtuples that contain the basic feasible solution x, basis B, and objective value obj_val is now returned by the simplex function. Furthermore, the add_simplex function now uses this return value to eliminate redundant code.
- Loading branch information
1 parent
e4e2b53
commit 422e9dd
Showing
2 changed files
with
46 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters