Remote API CPLEX for Matlab

I would like to create an exe app in App Designer that call CPLEX remotely thanks to the Distributed Optimization.
I have just figured out the connection via TCP/IP between two windows computers inside the Studio IDE of CPLEX configuring a process.vmc file.
I also know that there are some examples (distmipex1 and distmipex2, CPLEX example for the distributed optimization) to do the same from Matlab environment. I am not using a Parallel Matlab but a standalone version. In the end, each exe application should call the server independently to complete a calculation.
Anyway, inside distmipex1 the required code is Cplex.readVMConginf("filename.vmc") but I cannot understand why Matlab seems to not use this command and then it requires the calculation to the local CPLEX and not to the distributed nodes.
Have you ever tried to use this?

Categories

Products

Release

R2020a

Asked:

on 6 May 2020

Answered:

on 3 Dec 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!