Hello Selim, your mail had to be forwarded manually to the help list because you are not subscribed, see https://lists.gnu.org/mailman/listinfo/help-glpk
The return code indicates that an illegal memory access occured. Please, correct all statements ind = GLPK.new_intArray(3); You have to choose the size of the array big enough to hold all values you assign including index 0 which is not used. GLPK.intArray_setitem makes no checks. Best regards Xypron > -------- Forwarded Message -------- > Subject: glpk problem > Date: Mon, 27 Feb 2012 14:13:13 +0200 > > Hello ; > > I'm new for GLPK and I'm trying to solve a problem using java. > > I've explained the problem in the attached text. > > > Your help greatly appreciated. > > Sincereley. > > (See attached file: glpk problem.txt) > > > Selim KEKEC > Iskenderun Iron&Steel Co. -- Follow me at http://twitter.com/#!/xypron Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
