Added the function isFinite(), and replaced the calls to finite() with it.
This was necessary because finite() is not a standard function. Neither can
we use its standard counterpart isfinite(), because it was introduced only
in C99, and therefore it is not supplied by all C++ implementations.
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@