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

Function simplex

Mathematical Algorithms/Simplex Algorithm.cpp:276–300  ·  view source on GitHub ↗

Runs the simplex algorithm to optimise the LP. Returns a vector of -1s if unbounded, -2s if infeasible.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 2

initialise_simplexFunction · 0.85
iterate_simplexFunction · 0.85

Tested by

no test coverage detected