Hi again,

Tested on my work machine:

* Mac OS X 10.6.7
* 2 X 2.66 GHz 6-Core Xeon
* gcc --version:   i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 
5666) (dot 3)

There were no unusual warnings (always get warnings when building things in the 
amd directory).

I think I covered the tests you were interested in, if not, let me know as it 
would be easy to run further cases.

One note:  it wasn't clear to me at first that I wouldn't be able to read 
gzipped cplex-format files.  I'm sure you'd note that in the documentation, but 
just letting you know that it didn't seem intuitive that I couldn't use gzipped 
cplex files.

Joey


[jlrios@xx 10:32:22] gzip dw_monolithic.mps 

[jlrios@xx 10:33:07] ./glpsol --check dw_monolithic.mps.gz 
GLPSOL: GLPK LP/MIP Solver, v4.46
Parameter(s) specified in the command line:
 --check dw_monolithic.mps.gz
Reading problem data from `dw_monolithic.mps.gz'...
dw_monolithic.mps.gz:8: warning: missing model name in field 3
Objective: R0000000
3275 rows, 1760 columns, 6888 non-zeros
1760 integer variables, all of which are binary
8579 records were read

[jlrios@xx 10:33:17] ./glpsol --check dw_monolithic.mps.gz --wmps 
dw_monolithic.mps
GLPSOL: GLPK LP/MIP Solver, v4.46
Parameter(s) specified in the command line:
 --check dw_monolithic.mps.gz --wmps dw_monolithic.mps
Reading problem data from `dw_monolithic.mps.gz'...
dw_monolithic.mps.gz:8: warning: missing model name in field 3
Objective: R0000000
3275 rows, 1760 columns, 6888 non-zeros
1760 integer variables, all of which are binary
8579 records were read
Writing problem data to `dw_monolithic.mps'...
8579 records were written

[jlrios@xx 10:33:39] ./glpsol --check dw_monolithic.mps --wmps 
dw_monolithic.2.mps.gz
GLPSOL: GLPK LP/MIP Solver, v4.46
Parameter(s) specified in the command line:
 --check dw_monolithic.mps --wmps dw_monolithic.2.mps.gz
Reading problem data from `dw_monolithic.mps'...
dw_monolithic.mps:8: warning: missing model name in field 3
Objective: R0000000
3275 rows, 1760 columns, 6888 non-zeros
1760 integer variables, all of which are binary
8579 records were read
Writing problem data to `dw_monolithic.2.mps.gz'...
8579 records were written

[jlrios@xx 10:34:25] gunzip dw_monolithic.2.mps.gz 

[jlrios@xx 10:39:34] diff dw_monolithic.2.mps dw_monolithic.mps

[jlrios@xx 10:39:44] ./glpsol --check dw_monolithic.2.mps 
GLPSOL: GLPK LP/MIP Solver, v4.46
Parameter(s) specified in the command line:
 --check dw_monolithic.2.mps
Reading problem data from `dw_monolithic.2.mps'...
dw_monolithic.2.mps:8: warning: missing model name in field 3
Objective: R0000000
3275 rows, 1760 columns, 6888 non-zeros
1760 integer variables, all of which are binary
8579 records were read

--- end tests ---

                                          
_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to