On Tue, 13 Jul 2010, Joachim Schimpf wrote: > > problem is large. My question is does ECLiPSe limit in any way the > > memory usage of the external solvers ? I would not like ECLiPSe to do > > that. > > No, Eclipse doesn't limit solver memory other than by sharing the > same process and address space. That's not a trivial issue. If you're doing the modelling in ECLiPSe and that requires a lot of memory, then there may not be much left for the external solver. I ran into that with ILOG CPLEX. A partial solution is to write an ECLiPSe program that will just call the external solver and do very little else, then run that as a separate process and have them communicate. That's less convenient, but on a 32-bit machine it means you can have a basically separate 4G address space for the external solver. -- Matthew Skala, postdoctoral researcher, Universities of Toronto and Waterloo mskala_at_cs.toronto.edu mskala_at_cs.uwaterloo.ca mskala_at_ansuz.sooke.bc.caReceived on Sun Jul 18 2010 - 10:50:19 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET