[Help-glpk] Error detected in file glplib10.c at line 109

2009-11-19 Thread Antonello Lobianco
Hello.. I am trying to parallelise the Qt/C++ code of multi agent model representing farmers. For the time being I'm using only 1 thread as I got from this list that glpk is, at the present time, not re-entrant. The funny(!) side is that when I use the new code (see down), even if it use

[Help-glpk] Finding minimum and maximum objective value

2009-11-19 Thread Benjamin Poirier
Hello, I am currently using glpk. Thank you for the good documentation, the Brief example in section 1.3.1 really helped me to start using the library quickly. I have a question however. I would like to find both the minimum and the maximum objective value for the same objective function,

Re: [Help-glpk] Finding minimum and maximum objective value

2009-11-19 Thread Andrew Makhorin
I am currently using glpk. Thank you for the good documentation, the Brief example in section 1.3.1 really helped me to start using the library quickly. I have a question however. I would like to find both the minimum and the maximum objective value for the same objective function,

Re: [Help-glpk] Error detected in file glplib10.c at line 109

2009-11-19 Thread Andrew Makhorin
    I am trying to parallelise the Qt/C++ code of  multi agent model representing farmers. For the time being I #39;m using only 1 thread as I got from this list that glpk is, at the present time, not  re-entrant. The funny(!) side is that when I use the new code (see down), even if it use