*******************************************************************************
*                               GPDT                                          *
*          Gradient Projection-based Decomposition Technique                  *
*******************************************************************************

                        MAIN BUG FIXES HISTORY

- Nov. 2006
  Description: the case of polynomial kernel with degree 1 was mapped
  to the linear kernel case directly.
  Solution: the appropriate function was added.
  Main changes:
  * gpdt.h: a private method k_pow1 is added to the sKernel class (line 127)
  * gpdtsolve.cpp: the definition of the private method k_pow1 is added to
       the definition of the sKernel class (lines 303-309).
       Appropriate corrections are also added to the if-else conditions
       (lines 189-218) and to the switch-case section (lines 200-212)
       of the SetKernel method.

*******************************************************************************
Authors

Thomas Serafini, Luca Zanni
  Dept. of Mathematics, University of Modena and Reggio Emilia - ITALY
  serafini.thomas@unimo.it, zanni.luca@unimo.it
Gaetano Zanghirati
  Dept. of Mathematics, University of Ferrara - ITALY
  g.zanghirati@unife.it

Software homepage: http://dm.unife.it/gpdt

*******************************************************************************

Last modified: November 2006.