Solved

SDP and SOCP modelling?

  • 29 June 2023
  • 1 reply
  • 31 views

Hi there,

I´d like to know if SDP and SOCP formulations are supported by AIMMS?, I have not found any reference in the modelling manual nor any examples of that.

Thanks in advance. 🙂

icon

Best answer by Marcel Hunting 29 June 2023, 12:25

View original

1 reply

Userlevel 5
Badge +4

Hi @GregorioHG. AIMMS does not support SDP. AIMMS supports SOCP as a special case of models with quadratic constraints (QCP/MIQCP). The following second-order cone constraints are supported:

x'Qx <= y² where y >= 0 and Q is PSD

x'Qx <= yz where y >= 0, z >= 0, and Q is PSD

SOCP is supported by the solvers CPLEX and Gurobi.

Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator