Skip to content

A command line based simplex solver able to solve Primal Simplex, Dual Simplex, Two Phase Simplex, and performing Gomory's Cuts. (wip)

License

Notifications You must be signed in to change notification settings

tahashieenavaz/simplex-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplex Solver

Architecture

stateDiagram-v2
    [*] --> SimplexProblem
    [*] --> GomoryCut
    SimplexProblem --> DualSimplexProblem
    SimplexProblem --> TwoPhaseSimplexProblem
    SimplexProblem --> SimplexAnswer
    GomoryCut --> TwoPhaseSimplexProblem
    TwoPhaseSimplexProblem --> SimplexAnswer
    DualSimplexProblem --> SimplexAnswer
Loading

About

A command line based simplex solver able to solve Primal Simplex, Dual Simplex, Two Phase Simplex, and performing Gomory's Cuts. (wip)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages