Remote API CPLEX for Matlab

3 views (last 30 days)
FILIPPO BARILLI
FILIPPO BARILLI on 6 May 2020
Answered: BhaTTa on 3 Dec 2024 at 4:08
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?

Answers (1)

BhaTTa
BhaTTa on 3 Dec 2024 at 4:08

Categories

Find more on Graphics Objects in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!