Re: GLPK won't load its own exported MPS file

2021-11-01 Thread Andrew Makhorin
On Mon, 2021-11-01 at 11:47 +, Sierra Ansuas, Juan Pablo wrote: > Hello, >   > I am trying to write a MPS file and then load it but I appear to be > doing something wrong. >   > 1.   glp_write_mps(prob, GLP_MPS_FILE,NULL, “file.mps”); > 2.   glp_read_mps(prob, GLP_MPS_FILE, NULL,

GLPK won't load its own exported MPS file

2021-11-01 Thread Sierra Ansuas, Juan Pablo
Hello, I am trying to write a MPS file and then load it but I appear to be doing something wrong. 1. glp_write_mps(prob, GLP_MPS_FILE,NULL, "file.mps"); 2. glp_read_mps(prob, GLP_MPS_FILE, NULL, "file.mps"); But it's complaining about "file.mps:5404: row '_BND_' multiply