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)
1 ACLOCAL_AMFLAGS = -I m4
3 AM_CPPFLAGS = -I$(top_srcdir)
4 LDADD = $(top_builddir)/lemon/libemon.la
9 autopackage/default.apspec.in \
10 m4/lx_check_cplex.m4 \
14 pkgconfigdir = $(libdir)/pkgconfig
15 lemondir = $(pkgincludedir)
16 bitsdir = $(lemondir)/bits
17 conceptdir = $(lemondir)/concepts
29 include lemon/Makefile.am
30 include test/Makefile.am
31 include doc/Makefile.am
32 include demo/Makefile.am
33 include benchmark/Makefile.am
41 build-aux/config.guess \
42 build-aux/config.sub \
44 build-aux/install-sh \
52 benchmark/Makefile.in \
56 $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
57 -rm -f $(MRPROPERFILES)
60 dpkg-buildpackage -rfakeroot
63 rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
66 zcat $(PACKAGE)-$(VERSION).tar.gz | \
67 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
69 distcheck-bz2: distcheck
70 zcat $(PACKAGE)-$(VERSION).tar.gz | \
71 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
73 .PHONY: mrproper deb rpm dist-bz2 distcheck-bz2