~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-security

« back to all changes in this revision

Viewing changes to src/tools/solver/glpk/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-05-08  Jody Goldberg <jody@gnome.org>
2
 
 
3
 
        * Release 1.7.0
4
 
 
5
 
2005-11-14  Jody Goldberg <jody@gnome.org>
6
 
 
7
 
        * Release 1.6.1
8
 
 
9
 
2005-10-10  Jody Goldberg <jody@gnome.org>
10
 
 
11
 
        * Release 1.6.0
12
 
 
13
 
2005-09-08  Jody Goldberg <jody@gnome.org>
14
 
 
15
 
        * Release 1.5.90
16
 
 
17
 
2005-08-28  Morten Welinder <terra@gnome.org>
18
 
 
19
 
        * Release 1.5.5
20
 
 
21
 
2005-08-28  Morten Welinder <terra@gnome.org>
22
 
 
23
 
        * Release 1.5.4
24
 
 
25
 
2005-08-15  Morten Welinder <terra@gnome.org>
26
 
 
27
 
        * Release 1.5.3
 
1
2006-10-17  Jody Goldberg <jody@gnome.org>
 
2
 
 
3
        * Release 1.7.2
 
4
 
 
5
2006-10-02  Jody Goldberg <jody@gnome.org>
 
6
 
 
7
        * Release 1.7.1
 
8
 
 
9
Tue Jan 17 12:00:00 2006 Andrew Makhorin <mao@mai2.rcnet.ru>
 
10
 
 
11
        * GLPK 4.9 has been released.
 
12
 
 
13
        * glpipp.h, glpipp1.c, glpipp2.c
 
14
        A MIP presolver were implemented (currently incomplete). It is
 
15
        used internally in the routine lpx_intopt (see below).
 
16
 
 
17
        * glplpx6d.c, glplpx7a.c
 
18
        An advanced branch-and-bound solver (the routine lpx_intopt)
 
19
        were implemented.
 
20
 
 
21
        * glplpx6c.c
 
22
        The routine lpx_check_int to check MIP feasibility conditions
 
23
        was added.
 
24
 
 
25
        * glplpx8a.c
 
26
        The routine lpx_print_mip was changed to print MIP feasibility
 
27
        conditions.
 
28
 
 
29
        * glpmpl.h, glpmpl1.c, glpmpl3.c
 
30
        The built-in functions sin, cos, atan, and atan2 were added to
 
31
        the MathProg language.
 
32
 
 
33
        * doc/lang.*
 
34
        Some typos were fixed.
 
35
        Thanks to Minh Ha Duong <haduong@centre-cired.fr> (CIRED, CNRS).
28
36
 
29
37
Wed Jan 12 12:00:00 2005 Andrew Makhorin <mao@mai2.rcnet.ru>
30
38