<?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 Syntax help with Example 5.6 Migration to OPTMODEL: Generalized Networks in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218532#M1090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can I find documentation regarding the "()"-brackets as in the node balancing restriction of example 5.6 (&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/ormpug/63975/HTML/default/viewer.htm#ormpug_lpsolver_sect025.htm" title="http://support.sas.com/documentation/cdl/en/ormpug/63975/HTML/default/viewer.htm#ormpug_lpsolver_sect025.htm"&gt;SAS/OR(R) 9.3 User's Guide: Mathematical Programming&lt;/A&gt;)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;con balance {i in NODES}: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;i&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;,j&amp;gt; in ARCS} Flow[i,j] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - sum {&amp;lt;j,&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;i&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&amp;gt; in ARCS} Flow[j,i]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = _sd_&lt;I&gt;;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this is necessary is quite clear; but can't find anything on this optmodel syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 09:36:48 GMT</pubDate>
    <dc:creator>user24feb</dc:creator>
    <dc:date>2015-04-10T09:36:48Z</dc:date>
    <item>
      <title>Syntax help with Example 5.6 Migration to OPTMODEL: Generalized Networks</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218532#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can I find documentation regarding the "()"-brackets as in the node balancing restriction of example 5.6 (&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/ormpug/63975/HTML/default/viewer.htm#ormpug_lpsolver_sect025.htm" title="http://support.sas.com/documentation/cdl/en/ormpug/63975/HTML/default/viewer.htm#ormpug_lpsolver_sect025.htm"&gt;SAS/OR(R) 9.3 User's Guide: Mathematical Programming&lt;/A&gt;)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;con balance {i in NODES}: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;i&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;,j&amp;gt; in ARCS} Flow[i,j] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - sum {&amp;lt;j,&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;i&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&amp;gt; in ARCS} Flow[j,i]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = _sd_&lt;I&gt;;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this is necessary is quite clear; but can't find anything on this optmodel syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 09:36:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218532#M1090</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2015-04-10T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax help with Example 5.6 Migration to OPTMODEL: Generalized Networks</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218533#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is discussed in the "More on Index Sets" section of the PROC OPTMODEL documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/67517/HTML/default/viewer.htm#ormpug_optmodel_details63.htm" title="http://support.sas.com/documentation/cdl/en/ormpug/67517/HTML/default/viewer.htm#ormpug_optmodel_details63.htm"&gt;SAS/OR(R) 13.2 User's Guide: Mathematical Programming&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also this "Manpower Planning" example that shows three equivalent forms:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpex/67518/HTML/default/viewer.htm#ormpex_ex5_toc.htm" title="http://support.sas.com/documentation/cdl/en/ormpex/67518/HTML/default/viewer.htm#ormpex_ex5_toc.htm"&gt;SAS/OR(R) 13.2 User's Guide: Mathematical Programming Examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218533#M1091</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2015-04-10T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax help with Example 5.6 Migration to OPTMODEL: Generalized Networks</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218534#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a &lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/67517/HTML/default/viewer.htm#ormpug_optmodel_details63.htm"&gt;shorthand for the slice operator&lt;/A&gt;, often used to make this very common pattern:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum{&amp;lt;i,j&amp;gt; in FOO: i = something} x[i,j]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shorter, as in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sum{&amp;lt;(something),j&amp;gt; in FOO} x[something,j]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Syntax-help-with-Example-5-6-Migration-to-OPTMODEL-Generalized/m-p/218534#M1092</guid>
      <dc:creator>LeoLopes</dc:creator>
      <dc:date>2015-04-10T13:47:05Z</dc:date>
    </item>
  </channel>
</rss>

