I am trying to solve an LP(a network problem) using Microsoft Solver Foundation. My code is in C#. I get the following error: UnsolvableModelException was unhandled. The solver(s) threw an exception while solving the model. But when I solve the same problem on a smaller sized network, I don't get this error. So is the error coming because the number of constraints and variables is too large? What is the reason for the error?
Thanks in advance.