Hello Matthew > Firstly, many thanks on the advice for building glpk with concorde! > > I now have scripts written for glpsol, saved as .mod files that I would > like > to run with Concorde as the solver. What would the command-line coding > instructions be for setting this up? Would I need to create a master file > to > achieve this? >
Concorde can use CPLEX (or with a bit of surrounding code GLPK) as a solver. Concorde does not accept GMPL files. If you want to solve a TSP with Concorde you have to prepare the input file in TSPLIB format. see http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/ Best regards Xypron -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
