Hi I am using Microsoft Solver Foundation to solve Linear Programming problem, but the variable has exceeded 1000, and it prompts following error: {"Model size limit has been exceeded for this version of the product. Please contact Microsoft Corporation for licensing options.\r\nLimits: NonzeroLimit = 100000, MipVariableLimit = 2000, MipRowLimit = 2000, MipNonzeroLimit = 10000, CspTermLimit = 25000, Expiration = none."}
Is there a better solver that is efficient and can accept more than 1000 variables that could work in Visual Studio IDE? Thanks.