14325ea8b6
Now GLPK supports free MPS format. Two new API routines lpx_read_freemps (to read problem data in free MPS format) and lpx_write_freemps (to write problem data in free MPS format) were added. This feature is also available in the solver glpsol via new command-line options --freemps and --wfreemps. For more details see the GLPK reference manual. API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and writing problem data in CPLEX LP format were re-implemented to allow long symbolic names (up to 255 characters). The following three modules were temporarily removed from the GLPK distribution due to licensing problems: DELI (an interface module to Delphi), GLPKMEX (an interface module to Matlab), and JNI (an interface module to Java).
14 lines
354 B
Makefile
14 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/11/30 15:58:39 adam Exp $
|
|
|
|
DISTNAME= glpk-4.7
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
|
|
COMMENT= Library for solving linear programming problems
|
|
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|