A SAS developer uses PROC OPTMODEL to solve a logistics optimization problem. What type of optimization does PROC OPTMODEL natively support?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — c is correct because PROC OPTMODEL is SAS's algebraic modeling language and solver framework supporting LP, MILP (mixed-integer linear programming), NLP (nonlinear programming), and constraint programming. A is wrong; PROC OPTMODEL supports integer and nonlinear formulations.
Full explanation below image
Full Explanation
C is correct because PROC OPTMODEL is SAS's algebraic modeling language and solver framework supporting LP, MILP (mixed-integer linear programming), NLP (nonlinear programming), and constraint programming. A is wrong; PROC OPTMODEL supports integer and nonlinear formulations. B is wrong; it is not limited to quadratic problems. D is wrong; simulation optimization is not PROC OPTMODEL's primary function.