Hy I'm doing my diploma thesis on an assignment problem in logistics. There is a logistics software in c# and my part is to solve that assignment problem with a (primal or primal-dual-simplex). I already found out that there is the ms solver foudation to use via a link in the using microsoft.solverFoundation.Services. I tested it, like its written here http://msdn.microsoft.com/en-us/library/ff628587%28v=VS.93%29.aspx on some small ordinary LP examples and it worked very well. I have two questions now.

First is, is there some model or solverContext or simplexDirective (or anything else), which is specified for assignment problems?

Second is, how to get the report in a different way? I would like to get the solutions for the decision variables and how many pivots and all that stuff in extra variables for using in the software later.

Thanks for your help! Elke

link|improve this question
You want us to do your thesis work for you???? – Schroedingers Cat Jul 19 '11 at 13:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.