Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Oct4Dec30Nov29282726252423Update gitignoremastermasterCreate git_submodules document fileUpdate references fileUpdate __init__ importing to be more library friendlyUpdate logging file to be more library/import friendlyUpdate readmeUpdate project to allow readin from user inputUpdate readmeUpdate main to actually solve one of the equations it reads inUpdate "feasible or false" logic in "simplex" functionAdd missing method commentsMove child class function calls to top of fileUpdate initialize to return bool based on feasabilityUpdate "Initialize" to handle when temporary column is basic in auxModify "simplex" function to be more compatible with "initialize"Expand logic in initialize function to handle infeasible startImpove debug handling in baseAdd various small bugfixes for "pivot" functionAdd additional JSON files to test withAdd missing reference for Python "inner classes"Correct objective function output for right aligned displayAdd additional printout functions for ease of understandingAdd debugging outputCorrect simplex computing to output correct valuesCorrect typo in json filesFix minor errors in pivot functionImplement "Simplex" algorith functionPartial implementation of "Simplex" algorithm functionRename test file to match general codeUpdate naming to be more consistentImplement parial "initialize-simplex" algorithm functionUpdate print function to provide more space for variablesUpdate simplex printout to be more informativeUpdate function commentsUpdate pivot to more resemble book algorithm and thus be more efficientImplement working simplex pivotCreate example JSON readin filesUpdate json readin to ignore capitalization of keysUpdate tableau printout to include descriptionCreate functions to set/determine basic and nonbasic variables