<?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: Solving Mixed Integer Non linear programming problem in SAS in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422840#M2157</link>
    <description>&lt;P&gt;I want Demand to be integer. So D0*(1-cdf(p)) should be integer&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 19:11:30 GMT</pubDate>
    <dc:creator>gupta_shubham</dc:creator>
    <dc:date>2017-12-20T19:11:30Z</dc:date>
    <item>
      <title>Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422782#M2153</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to solve Mixed Integer Non Linear programming problem. I want to know what all options are available in SAS Proc. Optlso can solve MINLP but I am not sure how efficient and accurate it is for bigger problem with hundreds of constraint and thousands variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for our help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 17:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422782#M2153</guid>
      <dc:creator>gupta_shubham</dc:creator>
      <dc:date>2017-12-20T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422798#M2154</link>
      <description>&lt;P&gt;Currently, the only direct approaches for MINLP in SAS are to use either PROC OPTLSO or the &lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=casmopt&amp;amp;docsetTarget=casmopt_lsosolver_toc.htm&amp;amp;locale=en" target="_self"&gt;LSO solver in PROC OPTMODEL&lt;/A&gt;, which was just released last week with SAS Optimization 8.2 in SAS Viya 3.3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I have personally applied over two dozen indirect approaches that use the other solvers.&amp;nbsp; For example, some problems can be linearized, either exactly or approximately, so that you can use the MILP solver.&amp;nbsp; If you supply more details about your problem, I might be able to provide some recommendations.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 17:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422798#M2154</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2017-12-20T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422813#M2155</link>
      <description>&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solving the approximate problem in fallback solution for me. Problem involves maximizing the revenue (Demand*Price) where Price is variable and D=D0*(1-cdf(price)). I can make demand function linear but since revenue is Demand*Price therefore objective function would still be quadratic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how efficient and accurate is PROC OPTLSO ? Is it recommended to solve a big optimization problem with PROC OPTLSO ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422813#M2155</guid>
      <dc:creator>gupta_shubham</dc:creator>
      <dc:date>2017-12-20T18:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422839#M2156</link>
      <description>&lt;P&gt;The LSO documentation contains this statement in the Overview section:&lt;/P&gt;
&lt;P&gt;"As a rule of thumb, derivative-free algorithms are rarely applied to black-box optimization problems that have more than 100 variables."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there is no hard limit on the number of variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are the integer variables in your problem?&lt;/P&gt;
&lt;DIV id="app" class="app h-full ng-scope"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422839#M2156</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2017-12-20T19:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422840#M2157</link>
      <description>&lt;P&gt;I want Demand to be integer. So D0*(1-cdf(p)) should be integer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422840#M2157</guid>
      <dc:creator>gupta_shubham</dc:creator>
      <dc:date>2017-12-20T19:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422843#M2158</link>
      <description>&lt;P&gt;Is D0 a constant or a variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the order of magnitude of demand?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do the constraints look like?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422843#M2158</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2017-12-20T19:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422844#M2159</link>
      <description>&lt;P&gt;D0 is constant. Order of Magnitude is 10^2&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422844#M2159</guid>
      <dc:creator>gupta_shubham</dc:creator>
      <dc:date>2017-12-20T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422850#M2160</link>
      <description>&lt;P&gt;Do you have PROC OPTMODEL code that you can share?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/422850#M2160</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2017-12-20T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Solving Mixed Integer Non linear programming problem in SAS</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/424507#M2168</link>
      <description>&lt;P&gt;What is your exact problem ?&lt;/P&gt;&lt;P&gt;Please share.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Solving-Mixed-Integer-Non-linear-programming-problem-in-SAS/m-p/424507#M2168</guid>
      <dc:creator>baralamit0</dc:creator>
      <dc:date>2018-01-03T07:00:44Z</dc:date>
    </item>
  </channel>
</rss>

