Open 23W opened 2 years ago
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.
Do the library have classes for solving Linear Programming Problem ? (MathLab linprog function). Thanks.