I am trying to solve a SOCP using Gurobi, in a C++ project. From what I know, Gurobi does not support complex numbers, but I have seen that with python it is possible to use tuples as variables, which it would be a great alternative.I am trying to solve a SOCP using Gurobi, in a