File: control

package info (click to toggle)
pcx 1.1.18-2
  • links: PTS
  • area: non-free
  • in suites: lenny, squeeze
  • size: 2,644 kB
  • ctags: 1,980
  • sloc: ansic: 20,454; fortran: 2,974; makefile: 367; sh: 150; csh: 48
file content (22 lines) | stat: -rw-r--r-- 940 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: pcx
Section: non-free/math
Priority: optional
Maintainer: James R. Van Zandt <jrv@debian.org>
Build-Depends: debhelper (>=4.0), csh | c-shell, gfortran
Standards-Version: 3.8.0
Homepage:  http://www.mcs.anl.gov/otc/Tools/PCx/

Package: pcx
Architecture: any
Depends: ${shlibs:Depends}
Description: primal-dual interior-point code for linear programming 
 PCx is a freely available primal-dual interior-point code for linear
 programming. It implements Mehrotra's predictor-corrector algorithm,
 the algorithm that forms the basis of most existing interior-point
 codes for general linear programming. The major computational
 operation--solution of a linear system with a large, sparse positive
 definite coefficient matrix--is performed with the sparse Cholesky
 package of Ng and Peyton (Oak Ridge National Laboratory), with minor
 modifications to handle small pivot elements.  PCx does not solve
 integer programming problems.