Display optimization problem
showproblem(prob)showproblem is equivalent to calling all of the
following:
showexpr(prob.Objective)
showconstr on each constraint in
prob.Constraints
showbounds on all the variables in
prob
For a variable that has many bounds or constraints, use writeproblem to generate a text file containing the objective,
constraint, and bound information.
OptimizationProblem | showbounds | showconstr | showexpr | writeproblem