Originally posted by: Yashgt
Hi,
A few questions about CPLEX:
In the case of a local solve engine:
-
If we submit an OPL model for optimization using the Java API, can we pause it while it is processing and resume it later?
-
Similarly can we Abort an optimization that is in progress?
-
If one application makes a call to solve a problem and while the solution is in progress, another application makes a call, does the second invocation get held up for the first?
In the case of CPLEX Enterprise Server:
I know there is a web service that makes it possible for a remote application to invoke an execution remotely. Where can I find the documentation of this web service?
Thanks,
Yash
#CPLEXOptimizers#DecisionOptimization