BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi SAS/OR users,
Sorry for my naive question. Can PROC OPTMODEL be used in order to solve optimization problems with integrals (definite integrals)?
e.g. : minimization with an integral of f(x,t).dt
Great thanks,
2 REPLIES 2
Philipp_SAS
SAS Employee
Hi,

as far as I know OPTMODEL does not support integrals. PROC IML on the other hand might be used for whatever you have in mind, especially QUAD:

http://support.sas.com/documentation/cdl/en/imlug/59656/HTML/default/langref_sect212.htm

Philipp