Hello Nicolás, this list is about GLPK (http://www.gnu.org/software/glpk/) not about lpsolve.
lpsolve says the best way to get help with its software is by visiting http://tech.groups.yahoo.com/group/lp_solve/. The standalone solver glpsol provided with GLPK allows you to specify a maximum solution time with param --tmlim nnn limit solution time to nnn seconds A MIP gap of a maximum solution time when solving mixed integer problems: --mipgap tol set relative mip gap tolerance to tol The same options exist if using GLPK as a library for your C or Java program. Best regards Xypron -------- Original-Nachricht -------- > I am new at Lpsolve, I am working in a > model for the capacitated routing problem; however, for large problems I > need > to run the model and stop it at certain time, and I need to obtain the > value of > the variables at the best iteration. Which I do not know how do it. I want > to > know how to configure my LPsolve in order to show this results when I > stop the process. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
