Do I need to call GC.AddMemoryPressure when solving a large problem via the cplex API?
Edit: The reason I ask is that cplex throws errors during solving that might be cause by lack of memory. So perhaps adding pressure will convince the GC that a Collection is needed? But I don't know how much memory is used by cplex?
No comments:
Post a Comment