Hello, You can tell GLPK to use either primal or dual, see the documentation (a pdf) included in the distribution:
glp simplex—solve LP problem with the primal or dual simplex method and also: Control parameters GLP_PRIMAL—use two-phase primal simplex; GLP_DUAL —use two-phase dual simplex; GLP_DUALP —use two-phase dual simplex, and if it fails, switch to the primal simplex. > whether does it mean that a very large simplex tableau has to be reserved. It > is > impossilbe and will cause out of memory in our case. Have you actually tried that and you did in fact run out of memory? If not then do not worry, GLPK is smart enough to manage the memory in a sparing way. Good luck! Ali _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
