<?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: SAS Operational Research in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/768287#M3514</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345703"&gt;@C_Golen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can definitely add binary variables to your MILP.&lt;BR /&gt;For sure just one, 20 or 50 binary variables may be challenging!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Taken from :&lt;/P&gt;
&lt;P&gt;SAS/OR® 15.1 User’s Guide&lt;BR /&gt;Mathematical Programming -- The Mixed Integer Linear Programming Solver&lt;/P&gt;
&lt;P&gt;(2018)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/or/151/milpsolver.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/or/151/milpsolver.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Extract]&lt;/P&gt;
&lt;P&gt;It is important to realize that mixed integer linear programs are nondeterministic polynomial-time hard&lt;BR /&gt;(NP-hard). Roughly speaking, this means that the effort required to solve a mixed integer linear program&lt;BR /&gt;grows exponentially with the size of the problem. For example, a problem with 10 binary variables can&lt;BR /&gt;generate in the worst case 2**10 = 1,024 nodes in the branch-and-bound tree. A problem with 20 binary&lt;BR /&gt;variables can generate in the worst case 2**20 = 1,048,576 nodes in the branch-and-bound tree. Although it is&lt;BR /&gt;unlikely that the branch-and-bound algorithm has to generate every single possible node, the need to explore&lt;BR /&gt;even a small fraction of the potential number of nodes for a large problem can be resource-intensive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look in this document for 'binary' or 'binary variable' and you will find some example code where binary variables are part of the problem formulation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 13:32:47 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-09-17T13:32:47Z</dc:date>
    <item>
      <title>SAS Operational Research</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767014#M3500</link>
      <description>&lt;P&gt;Is there any way to do Operational Research Application (Especially Nonlinear optimization problem)on SAS Enterprise Miner 15.x?&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767014#M3500</guid>
      <dc:creator>C_Golen</dc:creator>
      <dc:date>2021-09-10T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Operational Research</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767164#M3501</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345703"&gt;@C_Golen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not think so.&lt;/P&gt;
&lt;P&gt;I think the&amp;nbsp;Rigorous Constrained Optimized Binning for Credit Scoring is a&amp;nbsp;&lt;SPAN&gt;a mixed-integer&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;nonlinear programming&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;(MINLP) formulation, but for the formulation of your own nonlinear optimization problem(s) you need SAS/OR (Operations Research) or SAS/IML (Interactive Matrix Language).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS/OR PROC OPTMODEL has a super-friendly AML (Algebraic Modeling Language) to specify your mathematical program.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Enterprise Miner is not really an option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 02:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767164#M3501</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-11T02:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Operational Research</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767697#M3506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking the same way. But I wanted to be sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for late replying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 13:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/767697#M3506</guid>
      <dc:creator>C_Golen</dc:creator>
      <dc:date>2021-09-14T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Operational Research</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/768283#M3513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have an extra question due to your answer. Is there any way to add binary variable to MILP? In my situation i have to add a variable about whether weather is rainy or sunny.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance agian&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 13:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/768283#M3513</guid>
      <dc:creator>C_Golen</dc:creator>
      <dc:date>2021-09-17T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Operational Research</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/768287#M3514</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345703"&gt;@C_Golen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can definitely add binary variables to your MILP.&lt;BR /&gt;For sure just one, 20 or 50 binary variables may be challenging!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Taken from :&lt;/P&gt;
&lt;P&gt;SAS/OR® 15.1 User’s Guide&lt;BR /&gt;Mathematical Programming -- The Mixed Integer Linear Programming Solver&lt;/P&gt;
&lt;P&gt;(2018)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/or/151/milpsolver.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/or/151/milpsolver.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Extract]&lt;/P&gt;
&lt;P&gt;It is important to realize that mixed integer linear programs are nondeterministic polynomial-time hard&lt;BR /&gt;(NP-hard). Roughly speaking, this means that the effort required to solve a mixed integer linear program&lt;BR /&gt;grows exponentially with the size of the problem. For example, a problem with 10 binary variables can&lt;BR /&gt;generate in the worst case 2**10 = 1,024 nodes in the branch-and-bound tree. A problem with 20 binary&lt;BR /&gt;variables can generate in the worst case 2**20 = 1,048,576 nodes in the branch-and-bound tree. Although it is&lt;BR /&gt;unlikely that the branch-and-bound algorithm has to generate every single possible node, the need to explore&lt;BR /&gt;even a small fraction of the potential number of nodes for a large problem can be resource-intensive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look in this document for 'binary' or 'binary variable' and you will find some example code where binary variables are part of the problem formulation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 13:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/SAS-Operational-Research/m-p/768287#M3514</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-17T13:32:47Z</dc:date>
    </item>
  </channel>
</rss>

