# HG changeset patch # User athos # Date 1111510170 0 # Node ID 41caee260bd4b6a1c94036f451616f5e43f2486a # Parent e48c4fe47aaf5eb4eadf52762ea26bf1469d8797 Ami f?lig van k?sz, ma m?r f?lig marad... diff -r e48c4fe47aaf -r 41caee260bd4 src/work/athos/lp/lp_solver_glpk.h --- a/src/work/athos/lp/lp_solver_glpk.h Tue Mar 22 16:00:00 2005 +0000 +++ b/src/work/athos/lp/lp_solver_glpk.h Tue Mar 22 16:49:30 2005 +0000 @@ -164,7 +164,35 @@ lpx_del_rows(lp, 1, rows); } void _setCoeff(int col, int row, double value) { - /// FIXME not yet implemented + ///FIXME Of course this is not efficient at all, but GLPK knows not more. + int change_this; + bool get_set_row; + //The only thing we can do is optimize on whether working with a row + //or a coloumn + int row_num = rowNum(); + int col_num = colNum(); + if (col_num