Answered by:
C# loading/reading data from a file

Question
-
Hi All,
Anyone knows how to load/read data from a file then use that data to solve a linear programming model in C#
Saturday, July 20, 2013 8:40 PM
Answers
-
Hi check this link: http://msdn.microsoft.com/en-us/library/ff628587(v=vs.93).aspx
Do not Forget to Vote as Answer/Helpful, please. It encourages us to help you.
- Marked as answer by Bob Shen Monday, July 29, 2013 7:23 AM
Tuesday, July 23, 2013 4:44 AM
All replies
-
Consult the coder of the "linear programming model in C#".
Saturday, July 20, 2013 9:37 PM -
What is that? Where can I find that?Sunday, July 21, 2013 6:05 PM
-
you can refer to the below article to get a simple sample:
http://www.extremeoptimization.com/QuickStart/CSharp/LinearProgramming.aspx
and there is some related threads about your questions:
http://stackoverflow.com/questions/392857/c-sharp-linear-algebra-library
If my post is helpful,please help to vote as helpful, if my post solve your question, please help to make it as answer. My sample
Monday, July 22, 2013 3:28 AM -
Hi
check this link for Read Data from file :http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2
Do not Forget to Vote as Answer/Helpful, please. It encourages us to help you.
Monday, July 22, 2013 3:33 AM -
Hi,
Thanks for helping, but I know haw to make my code read data from a file, but I don't know how to use that data to set a linear programming model and solve it, so the problem is I don't know how to use the data that my code read from a file.
Monday, July 22, 2013 7:18 PM -
Hi check this link: http://msdn.microsoft.com/en-us/library/ff628587(v=vs.93).aspx
Do not Forget to Vote as Answer/Helpful, please. It encourages us to help you.
- Marked as answer by Bob Shen Monday, July 29, 2013 7:23 AM
Tuesday, July 23, 2013 4:44 AM