pkgsrc/math/glpk/Makefile
adam f7a72a847e Changes 4.25:
A tentative implementation of Gomory's mixed integer cuts was
included in the branch-and-cut solver. To enable generating
Gomory's cuts the control parameter gmi_cuts passed to the
routine glp_intopt should be set to GLP_ON. This feature is
also available in the solver glpsol through command-line option
'--gomory'. For more details please see the reference manual
included in the distribution.
2008-01-05 21:58:07 +00:00

16 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/01/05 21:58:07 adam Exp $
DISTNAME= glpk-4.25
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
COMMENT= Library for solving linear programming problems
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"