Log({convex}) but in my problem is log(affine)

Uncategorized
Feb 24, 2023
J

Hello everyone,
this is my problem


the objective function is concave but there is a error : Illegal operation: log( {convex} ).
this is my code

thanks everyone!

M

It is affine on paper, but in the code below you have abs.

J
Replying to #2

Dear Michal:
thanks! I replace the abs to real, it work thank you!