I am trying to solve a Linear problem programmatically with C# using Microsoft Solver foundation library.
Currently our business is solving the problem manually using the Excel Solver Add-in.
Now, I am trying to automate the same thing in C#.
I am providing the link to the excel file, you can run the solver and see the results. Notes file will provide the description of data and the problem statement and the what excel solver is solving.
https://github.com/shashiram-p/simplex-excel-solver.git
Please guide me on how to add variables and constraints using C# to solve this problem.
Thanks, Shashiram