Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages