Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
65 results
Sorted by:

03-16-2023
03:54 PM
03-16-2023
03:54 PM
Hi all - I am trying to get an iterative solution for each observation. The examples I've been through appear to optimize across a dataset (I've never used proc optmodel so I'm pretty ignora...
Show results in replies (3)
-
...omplicated and cannot be solved algebraically. I can solve using excel solver, and am trying to figure o...
-
...3+b+c-int). I'm not sure optmodel is the solution - I simply googled SAS and excel solver which k...
-
Here's one way to do it, with a DO loop that calls the solver once for each observation: proc op...
07-09-2015
06:02 AM
Hi, I'm trying to create the below output from an excel solver in SAS. I don't fully understand how the excel solver works to help me understand how to produce the equivalent in SAS. In red below I...
02-20-2021
10:53 PM
Hello, I'm a very new SAS user and would like to know if there is any solution to the problem I am facing. I have read through many questions regarding replicating Solver in excel and most of them r...
09-20-2021
06:53 AM
Hello everyone, I have an OR model where I am trying to minimize the cost. I solved this model without any problem using Excel solver. I also solved the same model in SAS EG u...
06-02-2017
08:39 AM
Hi All, I am pretty new to using SAS OR module, I have a very simple problem which can easily be solved using excel solver. However I want to do this exercise using Proc OPTMODEL provided i...
08-17-2018
09:35 AM
Hi, I am trying to solve this using proc optmodel. But, not able to do. Can anyone help me in this regards. It works when c2 value is changed to 0.5. But, doesn't work with 0.13. P1 and P2 a...
02-13-2014
04:58 PM
Hi, I am trying to find a way to create a code in SAS that would imitate the Excel Solver Add in. I am trying to obtain a list of records that when you sum some of them together will give you the t...
12-28-2021
09:05 PM
I know Solver/EXCEL but new to SAS/OPTMODEL. Anyone has concrete examples from Solver/EXCEL to SAS/OPTMODEL. Links, Thanks,
Show results in replies (4)
-
I know Solver/EXCEL but new to SAS/OPTMODEL. Anyone has concrete examples from S...
-
...easurements, need find the max sum of cross-product. Know how to use Solver/EXCEL, new to&n...
-
Linear optimization? Quadratic programming? Nonlinear optimization? Please post the problem that ...
-
...earchpage/tab/message?filter=location&q=excel&advanced=false&location=forum-board:operations_research
07-09-2018
05:05 AM
I am wondering how to replicate what I currently do in Excel using Solver, in SAS using Proc Optmodel. The example with sample data is attached. There are a number of columns with formulas that r...
01-24-2014
11:59 AM
Hi, I am new enough to sas, and I want to create a code in sas similar to the excel solver tool in the attached example. The weighted average of data1 and data2 is 2%. However if the s...