Originally posted by: islaabdi
Hi everyone,
I'm actually using cplex to solve a optimization problem (Markowitz optimization). And I have an error that I couldn't solve. Here the value of the cell where I had the error :
ActiveCell.Offset(0, 1).Formula = "=MMULT(" & Comp.Address & "," & "MMULT(" & Mat.Address & "," & CompBis.Address & ")" & ")" where Comp,Mat and CompBis are ranges.
But when I use cplex via the ADDINS of excel it solved my optimization problem with no error.
Thanks for your response,
Ismail
#CPLEXOptimizers#DecisionOptimization