-------- Forwarded Message -------- From: Roberto Trunfio <[email protected]> To: [email protected] Cc: [email protected] Subject: GLPK exception Date: Mon, 13 Jul 2015 22:40:04 +0200
Dear Mantainer, This is Roberto, from Berlin. I work as software engineer for Zalando SE. I like to experiment open source library since we make a deep use of theem, and I was interested in GLPK. I think it may be used to solve some small optimization problems (e.g. assignment problems), but strongly depends on its performanc. I'm not sure that I can address this kind of issue to you, but I'm trying to run the examples from GLPK and I often get the following exeption: Exception in thread "main" java.lang.UnsatisfiedLinkError: org.gnu.glpk.GLPKJNI.GLP_BF_LUF_get()I at org.gnu.glpk.GLPKJNI.GLP_BF_LUF_get(Native Method) at org.gnu.glpk.GLPKConstants.<clinit>(GLPKConstants.java:56) at Lp.main(Lp.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140) Any idea? Am I doing something wrong? Best Roberto -- Roberto Trunfio _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
