glpk-java 1.0.31-2 source package in Ubuntu

Changelog

glpk-java (1.0.31-2) unstable; urgency=medium


  * Upload to unstable for glpk transition.
  * Bump Standards-Version to 3.9.5, no changes needed.

 -- Sébastien Villemot <email address hidden>  Thu, 05 Dec 2013 18:45:44 +0100

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
Trusty release universe java

Downloads

File Size SHA-256 Checksum
glpk-java_1.0.31-2.dsc 2.0 KiB aff55a2e731496a9f98c606969cdbff3103647c39e56955190c4ac4fdafabc01
glpk-java_1.0.31.orig.tar.gz 1.1 MiB 3bfde375c8bcdf330f8db58c1a707a7403d4191aaaaed30f9b9490edc042febe
glpk-java_1.0.31-2.debian.tar.gz 3.1 KiB 4596be2b6c0da493ebcf78150b30a4a650286422651371a58a9fafd84e827780

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.