Hi,

I am trying yto build a linear programming model by C# VS 2013 from
Optimization.Framework.

The LP has 5000 constraints and 6000 decision variables.

I got out-of-memory exceptin when I tried to solve it by GLPK.

How to check memory consumption of a LP model in GLPK?

When I reduce the size the LP to 5000 constraints and 200 decision
variables, I tried to change the coefficients of the LP.

For some cases, the LP can be solved but for some cases it got out-of-mem
exception,

How to avoid this ?

Any help would be appreciated.

Thanks
_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to