File: NEWS

package info (click to toggle)
lp-solve 5.5.2.5-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,468 kB
  • sloc: ansic: 49,352; javascript: 2,025; yacc: 672; sh: 93; makefile: 84
file content (24 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
lp-solve (5.5-1) unstable; urgency=low

  * From upstreams README.txt:

    "Note that lp2mps and mps2lp don't exist anymore. However this functionality is now implemented
     in lp_solve:

     lp2mps can be simulated as following:
     lp_solve -parse_only -lp infile -wmps outfile

     mps2lp can be simulated as following:
     lp_solve -parse_only -mps infile -wlp outfile"

    Please adapt as necessary.

  * The library has been split out into liblpsove55-dev (and has changed
    the name upstream to liblpsolve55.a). The includes moved to
    /usr/include/lpsolve

  * The library has been fixed to build with the libcolamd from libufsparse
    instead of shipping an own version. You might need to use -lcolamd in
    addition (and install libufsparse-dev)

 -- Rene Engelhard <rene@debian.org>  Fri, 16 Jun 2006 14:23:55 +0200