Originally posted by: Rommelds
Hello guys,
I'm working on a project with Eclipse and CPLEX, i.e, I make a call of CPLEX on Eclipse.
So, there are two ways I can do it. Importing the CPLEX .mod and put datas or program the model on Eclipse.
I've done some tests with these methodologies.
When I import the .mod, the project perfectly runs, but when I program the model on Eclipse, the memory extrapolates...
Is there any difference between these two methods??
Thanks :)
#DecisionOptimization#OPLusingCPLEXOptimizer