I have a code in C# which uses Microsoft Solver Foundation to solve linear programming model. But the problem is the code is too long, there are too many variables and constraints, so I don''t want to type all constraints one by one, I just want a code that load the data from a file then uses that data to solve the linear programming model