[Help-glpk] RE: GLPK on 64 bit Linux

2010-08-25 Thread Hammond, Paul
)lpx_get_col_prim(get_lpx(env, obj), (int)j); }     JNIEXPORT jdouble JNICALL Java_org_gnu_glpk_GlpkSolver_getColDual(JNIEnv *env, jobject obj, jint j) {     return (jint)lpx_get_col_dual(get_lpx(env, obj), (int)j); }   Paul   From: Hammond, Paul (IDEAS) Sent: 25 March 2010 11:24

RE: [Help-glpk] Thread safety of GLPK

2010-04-14 Thread Hammond, Paul
Makhorin [mailto:m...@gnu.org] Sent: 13 April 2010 20:05 To: Hammond, Paul (IDEAS) Cc: help-glpk@gnu.org Subject: Re: [Help-glpk] Thread safety of GLPK I #8217;d like to know if GLPK (the C lib) is not thread safe? No, glpk is not thread safe. If not, are there any plans to ever make it thread

RE: [Help-glpk] Thread safety of GLPK

2010-04-14 Thread Hammond, Paul
Yes, I was referred to separate C++ threading libraries that give you threading support in C++. Paul -Original Message- From: Michael Hennebry [mailto:henne...@web.cs.ndsu.nodak.edu] Sent: 14 April 2010 14:51 To: Hammond, Paul (IDEAS) Cc: help-glpk@gnu.org; Andrew Makhorin Subject: RE

[Help-glpk] GLPK on 64 bit Linux

2010-03-25 Thread Hammond, Paul
Hi,   I #8217;m including bug-glpk here as this is potentially a bug, but it could be something we are doing wrong.   We are using GLPK with Java (glpk-java-1.0.5), but to date have been using it in a 32 bit Linux environment and it #8217;s been fine (apart from crashes which we put down to

[Help-glpk] RE: GLPK on 64 bit Linux

2010-03-25 Thread Hammond, Paul
is essentially the same as this analogy. Paul -Original Message- From: Andrew Makhorin [mailto:m...@gnu.org] Sent: 25 March 2010 13:56 To: Hammond, Paul (IDEAS) Cc: help-glpk@gnu.org; bug-g...@gnu.org Subject: Re: GLPK on 64 bit Linux I #8217;m including bug-glpk here

[Help-glpk] RE: GLPK on 64 bit Linux

2010-03-25 Thread Hammond, Paul
to give you the problem in the format you would need? Paul -Original Message- From: Andrew Makhorin [mailto:m...@gnu.org] Sent: 25 March 2010 14:37 To: Hammond, Paul (IDEAS) Cc: help-glpk@gnu.org Subject: Re: GLPK on 64 bit Linux Yes you're right, a given input resource may be allocated