termux / science-packages

Science packages for Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package request: GLPK 4.65

Claudio-Soto opened this issue · comments

Package description
The GLPK (GNU Linear Programming Kit) package 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 modeling language, which is a subset of the AMPL language.

The GLPK package includes the following main components:

primal and dual simplex methods
primal-dual interior-point method
branch-and-cut method
translator for GNU MathProg
application program interface (API)
stand-alone LP/MIP solver

Link to home page and sources

  1. Home page: https://www.gnu.org/software/glpk/
  2. Source code: http://ftp.gnu.org/gnu/glpk/

Hey, thanks, I moved it to the science-repo as I guess it should not require root (correct me if I am wrong!)

You're right! Thank you very much!

Package should be available now!