Hi
if I set a parameter on the master like this:
cplex.setParam( IloCplex.Param.MIP.Strategy.File, 3);
// Load the virtual machine configuration.
// This will force solve() to use distributed parallel MIP.
cplex.readVMConfig(vmconfig);
will CPLEX apply the configuration to every worker ?
Also , what callbacks are available for dist-mip, and will the chosen callbacks only apply to the master, or to all the workers as well ?
This discussion was started on the old forum which is not available now.
Thanks a lot.
------------------------------
srinivas tamvada
------------------------------
#DecisionOptimization