Remote API CPLEX for Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!