mathnet-numerics
mathnet-numerics copied to clipboard
Question: Linear Programming Problem?
trafficstars
Do the library have classes for solving Linear Programming Problem ? (MathLab linprog function). Thanks.
Is this project alive? There is no reaction on question more than month.
Long time ago, I implemented a linear programming class based on LabVIEW's Linear Programming Simplex Method. It differs slightly from Matlab's linprog in that there is no equality or boundary constraints.
You can find it here. You can improve it using linear algebra of MathNet.Numerics.