-------- Forwarded Message -------- From: Pierre Parent <[email protected]> Reply-To: Pierre PARENT <[email protected]> To: [email protected] Subject: New input method. Date: Fri, 22 Apr 2011 01:21:57 +0200
Hi, I'm writing you because, Using Glpk I found it useful to add a method : void glp_load_matrix_from_matrix(glp_prob *lp,double **matrix) because the the other input fuctions where so painful I didn't even succeed in using them without seg faults, on a complex problem I was computing. I understand thoses functions are very useful when the matrix has many zeros, however I think it would be useful to actually embeed both of these fonctions. I can of course give you the code I've writen, even though , I guess it's no problem for you to write it very quickly, if you decide it should be added to the library. Sincerly, Pierre Parent, from France. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
