mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

Question: Linear Programming Problem?

Open 23W opened this issue 3 years ago • 2 comments
trafficstars

Do the library have classes for solving Linear Programming Problem ? (MathLab linprog function). Thanks.

23W avatar Dec 28 '21 07:12 23W

Is this project alive? There is no reaction on question more than month.

23W avatar Feb 05 '22 09:02 23W

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.

diluculo avatar Feb 14 '22 05:02 diluculo