Dear Johan and fellows,
Firstly, I appreciate all your works that help our research.
While I am working on an optimization problem with the objective function in the following form:
min_x max_{i,j} (-logdet(x_{i,j}))
I defined two variables x, and f1, where constraints are used
F=[F, f1>= -logdet(x_{i,j}) ], \forall i,j
and the objective is therefore
obj=f1;
The problem I found is yamilp seems limited the operations of function logdet because there is an error
-------------------------------------------------------------------------------------
??? Function 'ge' is not defined for values of class 'logdet'.
-------------------------------------------------------------------------------------
I wish to know how this objective function can be legally defined or how this problem can be otherwise solved, please.
By the way, should I only use sdpt3 v4.0 as the solver?
Thanks a lot in advance.
Michael