showproblem
(Not recommended) Display optimization problem
Syntax
Description
showproblem is not recommended. Use show instead.
Examples
Input Arguments
Tips
showproblemis equivalent to calling all of the following:showexpr(prob.Objective)showconstron each constraint inprob.Constraintsshowboundson all the variables inprob
For a problem that has many bounds or constraints, use
writeproblemto generate a text file containing the objective, constraint, and bound information.