<?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: syntax question in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631636#M3053</link>
    <description>&lt;P&gt;aah. so i get the syntax now. thanks rob as always&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 16:51:07 GMT</pubDate>
    <dc:creator>Santha</dc:creator>
    <dc:date>2020-03-12T16:51:07Z</dc:date>
    <item>
      <title>syntax question</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631632#M3051</link>
      <description>&lt;P&gt;Hi Rob&lt;/P&gt;
&lt;P&gt;Getting a syntax issue on Constraint "LSP_DC_Link1". What am I missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;con LSP_DC_Link1{p in Ports, t in Transit,c in LSP: c not in {'ZIMU','ONEY'}, d in DC}:
ContainersfromPortstoLSPtoDC[p,t,c,d] &amp;lt;= BigM * IsLSPDC[c,d];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631632#M3051</guid>
      <dc:creator>Santha</dc:creator>
      <dc:date>2020-03-12T16:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: syntax question</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631634#M3052</link>
      <description>&lt;P&gt;Here are two correct ways:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;con LSP_DC_Link1{p in Ports, t in Transit, c in LSP, d in DC: c not in {'ZIMU','ONEY'}}:
   ContainersfromPortstoLSPtoDC[p,t,c,d] &amp;lt;= BigM * IsLSPDC[c,d];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;con LSP_DC_Link1{p in Ports, t in Transit, c in LSP diff {'ZIMU','ONEY'}, d in DC}:
   ContainersfromPortstoLSPtoDC[p,t,c,d] &amp;lt;= BigM * IsLSPDC[c,d];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631634#M3052</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2020-03-12T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: syntax question</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631636#M3053</link>
      <description>&lt;P&gt;aah. so i get the syntax now. thanks rob as always&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/syntax-question/m-p/631636#M3053</guid>
      <dc:creator>Santha</dc:creator>
      <dc:date>2020-03-12T16:51:07Z</dc:date>
    </item>
  </channel>
</rss>

