MCPcopy Create free account
hub / github.com/PetarV-/Algorithms / iterate_simplex

Function iterate_simplex

Mathematical Algorithms/Simplex Algorithm.cpp:107–155  ·  view source on GitHub ↗

Run a single iteration of the simplex algorithm. Returns: 0 if OK, 1 if STOP, -1 if UNBOUNDED

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

initialise_simplexFunction · 0.85
simplexFunction · 0.85

Calls 1

pivotFunction · 0.85

Tested by

no test coverage detected