CVSROOT: /cvs/gnome Module name: ooo-build Changes by: kyoshida 06/05/25 00:37:33
Modified files: scratch/scsolver/source/inc/numeric: lpmodel.hxx scratch/scsolver/source/numeric: lpmodel.cxx lpsimplex.cxx makefile.mk scratch/scsolver/source/ui: solvemodel.cxx Added files: scratch/scsolver/source/inc/numeric: lpuno.hxx scratch/scsolver/source/numeric: lpuno.cxx Log message: 2006-05-25 Kohei Yoshida <[EMAIL PROTECTED]> * source/inc/numeric/lpuno.hxx: * source/numeric/lpuno.cxx: added new files for external UNO algorithm(s). * source/inc/numeric/lpmodel.hxx: * source/numeric/lpmodel.cxx: * source/numeric/lpsimplex.cxx: solve(), getSolution() and setSolution removed from the model class. So, instead of the model class taking an algorithm object to find a solution, we now set the model object to the algorithm object, then have the algorithm object find a solution. It's simpler this way, and is consistent with the way the UNO models work. * source/ui/solvemodel.cxx: altered code due to the above change. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=ooo-build&who=kyoshida&date=explicit&mindate=2006-05-25%2000:36&maxdate=2006-05-25%2000:38 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list