mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.49k stars 896 forks source link

Question: Linear Programming Problem? #892

Open 23W opened 2 years ago

23W commented 2 years ago

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

23W commented 2 years ago

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

diluculo commented 2 years ago

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.