glpk-java 1.0.37-1 source package in Ubuntu

Changelog

glpk-java (1.0.37-1) unstable; urgency=medium


  * Imported Upstream version 1.0.37

 -- Sébastien Villemot <email address hidden>  Sat, 30 Aug 2014 10:03:53 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
glpk-java_1.0.37-1.dsc 2.0 KiB 3e001978b301b14d53e13cd446d38e578df2ae1d025db19076adfcbb98c7480f
glpk-java_1.0.37.orig.tar.gz 1.1 MiB 49121eae0c64e5af071f143c763a3d3c8fae2cb33254d01c41df256ec6e939bd
glpk-java_1.0.37-1.debian.tar.xz 3.2 KiB 70b9f7b3a16492115ccef9c087db99dc451d9ae74e04d6515a9714e46257cb60

Available diffs

No changes file available.

Binary packages built by this source

libglpk-java: Java binding to the GNU Linear Programming Kit

 GLPK (GNU Linear Programming Kit) is intended for solving large-scale
 linear programming (LP), mixed integer programming (MIP), and other
 related problems. It is a set of routines written in ANSI C and
 organized in the form of a callable library.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language. GLPK also supports the standard MPS and LP formats.
 .
 This package contains the Java binding to GLPK.