Versions in this module Expand all Collapse all v0 v0.0.2 Sep 24, 2025 Changes in this version + type ExitFlag int + const ExitInfeasible + const ExitOptimal + const ExitUnbounded + const ExitUnsolved v0.0.1 Jul 2, 2025 Changes in this version + func RevisedSimplex(A *mat.Dense, b, c *mat.VecDense, m, n int, Bmatrix *mat.Dense, ...) (z float64, x, pivalues, indices *mat.VecDense, exitflag int) + func Simplex(A *mat.Dense, b, c *mat.VecDense, m, n int) (z float64, x, piValues, indices *mat.VecDense, exitflag int)