BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi, may i know

1. Does SAS provide user guide and tutorials regards the SAS@simulation studio 1.2?
2. Which SAS tool(s) can use to solve the resource planning problem?

Thanks
1 REPLY 1
Philipp_SAS
SAS Employee
Hello,

1. You can find some documentation on the support.sas.com website, specifically here: http://support.sas.com/documentation/onlinedoc/simstudio/index.html

2. It depends a lot on what kind of resource planning problem you have.

PROC OPTMODEL can formulate linear and non-linear programming models, in the linear case including integer variables, that's probably what you are looking for.

There is also a framework for genetic algorithms (PROC GA) and a constraint programming solver (PROC CLP).

If you think in terms of ERP, SAS also has a proc for Bill of Material Processing (PROC BOM)


Philipp