00001 /* 00002 * This program is free software; you can redistribute it and/or modify 00003 * it under the terms of the GNU General Public License as published by 00004 * the Free Software Foundation; either version 3 of the License, or 00005 * (at your option) any later version. 00006 * 00007 *** Authors: *** 00008 *** Thomas Serafini, Luca Zanni *** 00009 *** Dept. of Mathematics, University of Modena and Reggio Emilia - ITALY *** 00010 *** serafini.thomas@unimo.it, zanni.luca@unimo.it *** 00011 *** Gaetano Zanghirati *** 00012 *** Dept. of Mathematics, University of Ferrara - ITALY *** 00013 *** g.zanghirati@unife.it *** 00014 *** *** 00015 *** Software homepage: http://dm.unife.it/gpdt *** 00016 *** *** 00017 *** This work is supported by the Italian FIRB Projects *** 00018 *** 'Statistical Learning: Theory, Algorithms and Applications' *** 00019 *** (grant RBAU01877P), http://slipguru.disi.unige.it/ASTA *** 00020 *** and *** 00021 *** 'Parallel Algorithms and Numerical Nonlinear Optimization' *** 00022 *** (grant RBAU01JYPN), http://dm.unife.it/pn2o *** 00023 *** *** 00024 *** Copyright (C) 2004-2008 by T. Serafini, G. Zanghirati, L. Zanni. *** 00025 *** *** 00026 *** SHOGUN adaptions Written (W) 2006-2008 Soeren Sonnenburg *** 00027 */ 00028 int gpm_solver(int Solver, int Projector, int n, float *A, double *b, double c, 00029 double e, int *iy, double *x, double tol, 00030 int *ls = 0, int *proj = 0);