Home > other >  CPLEX with MATLAB using cplexmiqp
CPLEX with MATLAB using cplexmiqp

Time:05-27

Hello my matlab code calls a cplexmiqp function to optimize a performance index.

The MATLAB code I am using calls a miqp function as from cplex [v, fval, exitflag, output] = cplexmiqp(H, f, G, h, [], [], [], [], [], [], [], ctype );

I would be using the function "MIQPS_MATPOWER Mixed Integer Quadratic Program Solver for MATPOWER" from enter image description here

  • Related