Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
retrieving one element of the coeff. matrix
retrieving one element of the obj function
lower bd for a variable
upper bound for a variable
lower and upper bounds for a row (these can not be handled separately at the moment)
direction of the optimization (is_max() function)
2 exec_prefix=@exec_prefix@
4 includedir=@includedir@
7 Description: Library of Efficient Models and Optimization in Networks
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@
10 Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@