Originally posted by: Inspiredlallu
Hello,
Currently, my application is taking around 30 minutes to compute and solve around 10000 files. I want to reduce this time by doing some optimizations.
I tried doing multi-threaded. But my Cplex version is 11.0.0 and it is not licensed to multi-thread.
I have more than one license of Cplex, so is there a way that I can use multiple instances of Cplex in my program to run parallely. That is, in each of my thread instead of using the same Cplex instance, I create use another Cplex instance and run my application.
I want to make use of the multiple cplex licenses that I have.
Any ideas?
Thanks and Regards,
Neha Bhatia
#CPLEXOptimizers#DecisionOptimization