<?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: How model lot size constraint in Proc MIRP in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/339914#M1687</link>
    <description>&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 08:02:14 GMT</pubDate>
    <dc:creator>lokendra_devangan_corecompete_com</dc:creator>
    <dc:date>2017-03-10T08:02:14Z</dc:date>
    <item>
      <title>How model lot size constraint in Proc MIRP</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/334296#M1670</link>
      <description>&lt;P&gt;Dear Sir/Madam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using proc MIRP for modeling a supply chain network. &amp;nbsp;I can see in Proc IRP there is lotsize keyword in replenishment statement but not in Proc MIRP.&lt;/P&gt;
&lt;P&gt;How can I model lotsize in MIRP?&lt;/P&gt;
&lt;P&gt;How can I model order cycle in MIRP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lokendra&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/334296#M1670</guid>
      <dc:creator>lokendra_devangan_corecompete_com</dc:creator>
      <dc:date>2017-02-20T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How model lot size constraint in Proc MIRP</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/334382#M1671</link>
      <description>&lt;P&gt;Hello Lokendra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For modeling the lotsize, you can use the variable of BATCHSIZE in the NODEDATA=dataset.&lt;/P&gt;&lt;P&gt;For&amp;nbsp;the order cycle, you can use the variable of&amp;nbsp;PBR in the NODEDATA=dataset. PBR specifies the number of periods between&lt;/P&gt;&lt;P align="left"&gt;two replenishment orders. Its default&amp;nbsp;value is&amp;nbsp;1.&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;Thanks,&lt;/P&gt;&lt;P align="left"&gt;KDuck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/334382#M1671</guid>
      <dc:creator>KDuck</dc:creator>
      <dc:date>2017-02-20T16:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How model lot size constraint in Proc MIRP</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/337764#M1677</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever I am using&amp;nbsp;OBJECTIVE=POLICY_ORDER_KPI and using Horizon=100 &amp;nbsp;in the output I get different values for reorder level and OUTL. &amp;nbsp;I intermittent demand model and have variance and mean but want to assume stationary demand. How to model this. This will be very helpful. &amp;nbsp;When I do not use HOrizon option I get same reorder point and OUTL for 12 periods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also when we use&amp;nbsp;&lt;SPAN&gt;OBJECTIVE=&lt;/SPAN&gt;EVALISL &amp;nbsp;I do not get reorder level in the output. How can I get. I am running this for different service level and want see the KPI change.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;
&lt;P&gt;Lokendra&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 10:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/337764#M1677</guid>
      <dc:creator>lokendra_devangan_corecompete_com</dc:creator>
      <dc:date>2017-03-03T10:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How model lot size constraint in Proc MIRP</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/339309#M1684</link>
      <description>&lt;P&gt;If you have run with the specified inventory, it is expected to get different values of reorder level. And the default value of Horizon option is 12.&lt;/P&gt;
&lt;P&gt;To obtain the identical reorder level for the stationary demand, you may try to run the following steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Do the policy optimization by OBJECTIVE=OPTPOLICY without inventory data&lt;/LI&gt;
&lt;LI&gt;Set the inventory data based on this policy&lt;/LI&gt;
&lt;LI&gt;Estimate KPIs by OBJECTIVE=PREDICTKPI&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you still have some questions or issues, please provide us your code and data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your second question,&lt;/P&gt;
&lt;P&gt;since SS policy is used for OBJECTIVE=EVALISL, you can simply compute the reorder level as (order upto level – 1).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;KDuck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/339309#M1684</guid>
      <dc:creator>KDuck</dc:creator>
      <dc:date>2017-03-08T16:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: How model lot size constraint in Proc MIRP</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/339914#M1687</link>
      <description>&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 08:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/How-model-lot-size-constraint-in-Proc-MIRP/m-p/339914#M1687</guid>
      <dc:creator>lokendra_devangan_corecompete_com</dc:creator>
      <dc:date>2017-03-10T08:02:14Z</dc:date>
    </item>
  </channel>
</rss>

