Specifies that the objective expression should be minimized. The expression must be convex and scalar for a DCP-compliant problem.
Examples
x <- Variable()
obj <- Minimize(x^2 + 1)
Specifies that the objective expression should be minimized. The expression must be convex and scalar for a DCP-compliant problem.
x <- Variable()
obj <- Minimize(x^2 + 1)