<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: proc optmodel in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135260#M718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC OPTMODEL requires a SAS/OR license.&amp;nbsp; You can run the following to see whether SAS/OR is installed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc product_status;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Apr 2014 21:56:38 GMT</pubDate>
    <dc:creator>RobPratt</dc:creator>
    <dc:date>2014-04-27T21:56:38Z</dc:date>
    <item>
      <title>proc optmodel</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135259#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to using SAS for linear programming, but trying to teach my self some of the basics. I tried running the code below and the log said "Procedure OPTMODEL not found". This is just some simple code out of a SAS tutorial. Anyone know why it is having a problem with this?&amp;nbsp; Thanks.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; proc optmodel;&lt;/P&gt;&lt;P&gt;num a{1..3, 1..4}=[-5 3 1 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 5 4 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 6 0 5];&lt;/P&gt;&lt;P&gt;var x{1..4} &amp;gt;= 0;&lt;/P&gt;&lt;P&gt;max f = sum{i in 1..4}x&lt;I&gt;;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;con c{i in 1..3}: sum{j in 1..4}a[i,j]*x&lt;J&gt; &amp;lt;= 1;&lt;/J&gt;&lt;/P&gt;&lt;P&gt;solve with lp / solver = ps presolver = none printfreq = 1;&lt;/P&gt;&lt;P&gt;print x;&lt;/P&gt;&lt;P&gt;print c.dual;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 20:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135259#M717</guid>
      <dc:creator>BaconCowboy</dc:creator>
      <dc:date>2014-04-27T20:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135260#M718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC OPTMODEL requires a SAS/OR license.&amp;nbsp; You can run the following to see whether SAS/OR is installed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc product_status;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 21:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135260#M718</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2014-04-27T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135261#M719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The log only says access, stat, IML, and graph. I am working off of a university license. Any ideas on how much more the sas OR cost?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 22:03:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135261#M719</guid>
      <dc:creator>BaconCowboy</dc:creator>
      <dc:date>2014-04-27T22:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135262#M720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #44546a; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;&lt;SPAN style="color: #575757; font-family: Arial; font-size: 10pt;"&gt;I don't have any pricing information, and &lt;/SPAN&gt;I suggest that you contact your SAS sales representative.&amp;nbsp; If you don’t know who that is, you can use the contact info provided in this link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #44546a; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;&lt;A href="http://www.sas.com/en_us/contact/form/register.html"&gt;http://www.sas.com/en_us/contact/form/register.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 20:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel/m-p/135262#M720</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2014-04-28T20:22:23Z</dc:date>
    </item>
  </channel>
</rss>

