<?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 Load result of OPMILP in OPTMODEL in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507312#M2456</link>
    <description>&lt;P&gt;Is possible to solve a model in PROC OPTMILP and load results in OPTMODEL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like to use the functions 'create data' to send the results to datasets, but OPTMILP does not have this functions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Oct 2018 20:14:18 GMT</pubDate>
    <dc:creator>manoeds</dc:creator>
    <dc:date>2018-10-24T20:14:18Z</dc:date>
    <item>
      <title>Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507312#M2456</link>
      <description>&lt;P&gt;Is possible to solve a model in PROC OPTMILP and load results in OPTMODEL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like to use the functions 'create data' to send the results to datasets, but OPTMILP does not have this functions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507312#M2456</guid>
      <dc:creator>manoeds</dc:creator>
      <dc:date>2018-10-24T20:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507327#M2458</link>
      <description>&lt;P&gt;You can use the PRIMALOUT= and DUALOUT= options in PROC OPTMILP to output the primal and dual solution data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then use the READ DATA statement in PROC OPTMODEL to read these data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there some reason you don't use PROC OPTMODEL to invoke the MILP solver?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507327#M2458</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2018-10-24T20:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507351#M2459</link>
      <description>Hi Rob Pratt, thanks for the answer&lt;BR /&gt;&lt;BR /&gt;i use OPTMILP because when I export the model in MPS and solve in OPTMILP, the time of solution decrease 5 times&lt;BR /&gt;&lt;BR /&gt;To import solution in the same structure when i export, can i use the function 'read data'? the PRIMALOUT write all solution in a table, but i want to import in the same sets, variables and parameter in optmodel that i export</description>
      <pubDate>Wed, 24 Oct 2018 22:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507351#M2459</guid>
      <dc:creator>manoeds</dc:creator>
      <dc:date>2018-10-24T22:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507356#M2460</link>
      <description>That behavior is surprising. Can you please share your code and data so that I can investigate what’s happening?&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Oct 2018 23:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507356#M2460</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2018-10-24T23:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507842#M2469</link>
      <description>I tried autorization to share code and shadow data, but is denied for my employer.&lt;BR /&gt;&lt;BR /&gt;I will try to make a more simple model that represent this behavior to share.&lt;BR /&gt;&lt;BR /&gt;For a workaround, i want to import the data of execution in OPTMILP to OPTMODEL in same sets, variables and parameter, is this posible? or i need to process the data in the PRIMALOUT result?</description>
      <pubDate>Fri, 26 Oct 2018 17:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507842#M2469</guid>
      <dc:creator>manoeds</dc:creator>
      <dc:date>2018-10-26T17:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load result of OPMILP in OPTMODEL</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507843#M2470</link>
      <description>&lt;P&gt;Yes, a simple model and code would help.&amp;nbsp; If I can see your workflow, I can better understand what you're trying to do.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 17:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Load-result-of-OPMILP-in-OPTMODEL/m-p/507843#M2470</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2018-10-26T17:41:22Z</dc:date>
    </item>
  </channel>
</rss>

