Originally posted by: Angun
I have a multi-stage stochastic linear programming problem which I have to solve 1000 times for each scenario.
I am currently using the command CPXprimopt to solve the LPs. The problem can be solved parallely for each scenario, which will (I hope) reduce the solution time.
So my question is that:
Can I use CPX_PARALLEL_DETERMINISTIC, or CPX_PARALLEL_OPPORTUNISTIC, or CPX_PARALLEL_AUTO?
#CPLEXOptimizers#DecisionOptimization