<?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: Solving Optimization Problems with Hybrid Approaches_ Rob Pratt in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/560168#M2754</link>
    <description>&lt;P&gt;Attached is the code for the p-median example.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 14:56:17 GMT</pubDate>
    <dc:creator>RobPratt</dc:creator>
    <dc:date>2019-05-20T14:56:17Z</dc:date>
    <item>
      <title>PROC OPTMODEL: Solving Optimization Problems with Hybrid Approaches_ Rob Pratt</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/559584#M2753</link>
      <description>&lt;P&gt;I watched "PROC OPTMOEL: Solving&amp;nbsp;Optimization Problems with Hybrid Approaches_ Rob Pratt" via youtube.&lt;/P&gt;&lt;P&gt;It was really helpful for me, Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get a back data and SAS Code, Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am studying of Optimization to find the best location to reach everywhere easily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wait your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 08:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/559584#M2753</guid>
      <dc:creator>sunnyjung</dc:creator>
      <dc:date>2019-05-17T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OPTMODEL: Solving Optimization Problems with Hybrid Approaches_ Rob Pratt</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/560168#M2754</link>
      <description>&lt;P&gt;Attached is the code for the p-median example.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 14:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/560168#M2754</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2019-05-20T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OPTMODEL: Solving Optimization Problems with Hybrid Approaches_ Rob Pratt</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/562452#M2755</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The AssignImpliesBuild is declared twice in 'pMedianMILP.sas'.&lt;/P&gt;&lt;P&gt;Could you explain?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 00:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/562452#M2755</guid>
      <dc:creator>sunnyjung</dc:creator>
      <dc:date>2019-05-30T00:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC OPTMODEL: Solving Optimization Problems with Hybrid Approaches_ Rob Pratt</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/562459#M2756</link>
      <description>&lt;P&gt;The second declaration is commented out:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   /* if customer i assigned to site j, then facility must be built at j */
   con AssignImpliesBuild {i in CUSTOMERS, j in CUSTOMERS}:
      Assign[i,j] &amp;lt;= Build[j];
*   con AssignImpliesBuild {j in CUSTOMERS}:
      sum {i in CUSTOMERS} Assign[i,j] &amp;lt;= card(CUSTOMERS) * Build[j];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Both families of linear constraints enforce the logical implication that Assign[i,j] = 1 implies Build[j] = 1.&amp;nbsp; The first (disaggregated) version yields a tighter linear programming relaxation, but the second (aggregated) version yields fewer constraints.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 01:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/PROC-OPTMODEL-Solving-Optimization-Problems-with-Hybrid/m-p/562459#M2756</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2019-05-30T01:33:00Z</dc:date>
    </item>
  </channel>
</rss>

