<?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: Mixed Integer Non Linear Programming in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10412#M193</link>
    <description>SAS/OR does not provide a solver to directly solve MINLP. We have MILP and NLP -- and using these together can often heuristically solve MINLPs. If your problem is simple, R&amp;amp;D and/or tech support might be able to help. Otherwise, you can contact Professional Services for consulting support.</description>
    <pubDate>Mon, 23 Jun 2008 13:35:07 GMT</pubDate>
    <dc:creator>Matthew_Galati</dc:creator>
    <dc:date>2008-06-23T13:35:07Z</dc:date>
    <item>
      <title>Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10411#M192</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
i have to solve a Mixed Integer Non Linear Programming. I created the model with the Optmodel procedure: i have binary variables, linear objective, but a non linear constraint (quadratic).&lt;BR /&gt;
I guess i have to call now a suitable SAS Solver. Could anyone tell me whether there is a solver in SAS OR 9.1.3 for this kind of program?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks!</description>
      <pubDate>Thu, 10 Apr 2008 15:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10411#M192</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-10T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10412#M193</link>
      <description>SAS/OR does not provide a solver to directly solve MINLP. We have MILP and NLP -- and using these together can often heuristically solve MINLPs. If your problem is simple, R&amp;amp;D and/or tech support might be able to help. Otherwise, you can contact Professional Services for consulting support.</description>
      <pubDate>Mon, 23 Jun 2008 13:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10412#M193</guid>
      <dc:creator>Matthew_Galati</dc:creator>
      <dc:date>2008-06-23T13:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10413#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was curious to whether the above statements by Matthew (in June '08) still holds true after more than 6 years. Can SAS OR solve Mixed Integer Non Linear Programming?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10413#M194</guid>
      <dc:creator>abhik_giri</dc:creator>
      <dc:date>2014-10-30T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10414#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try PROC OPTLSO:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/orlsoug/67516/HTML/default/viewer.htm#orlsoug_hplso_toc.htm" title="http://support.sas.com/documentation/cdl/en/orlsoug/67516/HTML/default/viewer.htm#orlsoug_hplso_toc.htm"&gt;SAS/OR(R) 13.2 User's Guide: Local Search Optimization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if your problem can be linearized, you might see better performance by using the MILP solver instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have used over two dozen approaches to tackle various MINLP problems.&amp;nbsp; Can you share any details for your problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10414#M195</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2014-10-30T21:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10415#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a very similar problem as abhik above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a binary variable, linear objective and linear constraints. However, when I run optmodel I get the following error:&lt;/P&gt;&lt;P&gt;ERROR: A linear coefficient for constraint 'c' is missing or invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes me believe that one of my constraints is not truly linear. I have tried using Transreg and BoxCox to find the right way to transform said constraint with no success..I keep getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I believe the only solution is to use a MINLP solver..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10415#M196</guid>
      <dc:creator>wefeqwF</dc:creator>
      <dc:date>2014-11-18T05:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10416#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your OPTMODEL code and we will try to help. You can send it directly to my email or post here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10416#M197</guid>
      <dc:creator>Matthew_Galati</dc:creator>
      <dc:date>2014-11-18T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10417#M198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually turned out to be a simple fix after I had a co-worker look it over. The variable in the constraint throwing the linearity coefficient error included missing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought those would just be thrown out by the presolver but I guess not. Once I deleted those rows or changed the value from "." to 0, OptModel worked fine! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 16:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/10417#M198</guid>
      <dc:creator>wefeqwF</dc:creator>
      <dc:date>2014-11-18T16:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/315252#M1536</link>
      <description>&lt;P&gt;Hi I saw this post and I have a similar situation, I have a binary variable an a nonlinear variable that I could not change to LP yet so I thought maybe you have an idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two variables as "D" and "Ad" and&amp;nbsp;the condition is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if D&amp;lt;0 then Ad=D&lt;/P&gt;&lt;P&gt;if D&amp;gt;=0 then 0&amp;lt;=Ad&amp;lt;=D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I model the constraint as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(D-|D|)/2&amp;lt;= Ad &amp;lt;=D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the left side takes "D" if "D" is negative and "Ad" will be equal to "D" and it takes 0 if "D" is positive. I could nott change this problem to linear. I tried binary variable to change absolute value to the linear form but since I already have one binary, by adding a new one it increases the size a lot and it is not solvable with the memory we have. I appreciate any idea you have.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:54:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/315252#M1536</guid>
      <dc:creator>Afdoone</dc:creator>
      <dc:date>2016-11-29T16:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Integer Non Linear Programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/315321#M1539</link>
      <description>&lt;P&gt;Answered in &lt;A href="https://communities.sas.com/t5/Mathematical-Optimization/Changing-a-nonlinear-constraint-to-a-linear-one/m-p/315262#U315262" target="_self"&gt;this thread&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Mixed-Integer-Non-Linear-Programming/m-p/315321#M1539</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2016-11-29T19:41:16Z</dc:date>
    </item>
  </channel>
</rss>

