<?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: proc optmodel min/max abs function in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249011#M1210</link>
    <description>&lt;P&gt;Direct support for mixed integer nonlinear problems in PROC OPTMODEL is on our road map. &amp;nbsp;Until then, you might consider using PROC OPTLSO:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/orlsoug/68155/HTML/default/viewer.htm#orlsoug_hplso_toc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/orlsoug/68155/HTML/default/viewer.htm#orlsoug_hplso_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can model some nonlinearity with integer variables in PROC OPTMODEL by using the ELEMENT predicate in the CLP solver:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/68156/HTML/default/viewer.htm#ormpug_clpsolver_examples07.htm&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/ormpug/68156/HTML/default/viewer.htm#ormpug_clpsolver_examples07.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 18:30:56 GMT</pubDate>
    <dc:creator>RobPratt</dc:creator>
    <dc:date>2016-02-09T18:30:56Z</dc:date>
    <item>
      <title>proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234645#M1167</link>
      <description>&lt;P&gt;Say I have multiple decision variables x1,x2,x3, x4. Is there a simple way to set x4=max(x1,x2,x3), or x4=abs(x1) using MIP? I know CPLEX can do this by using maxl and abs functions. I suppose SAS/OR can do the same thing?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 16:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234645#M1167</guid>
      <dc:creator>cloudyhill</dc:creator>
      <dc:date>2015-11-13T16:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234804#M1168</link>
      <description>&lt;P&gt;For the NLP solver, you can use the MAX and ABS functions with variables as arguments. In that case, PROC OPTMODEL recognizes the nondifferentiability and uses numeric derivatives instead. But no automatic linearization is performed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to assign x4 to a value, outside of a solver call rather than as a constraint, the syntax you provided is perfectly legal.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2015 14:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234804#M1168</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2015-11-15T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234854#M1171</link>
      <description>&lt;P&gt;Thanks! I really hope the next version of SAS/OR can integrate those functions in the mixed integer programming solver.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 12:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/234854#M1171</guid>
      <dc:creator>cloudyhill</dc:creator>
      <dc:date>2015-11-16T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249002#M1208</link>
      <description>&lt;P&gt;I hope the NLP solver in PROC OPTMODEL can handle integer decision variables in the future so that no linearization is needed.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249002#M1208</guid>
      <dc:creator>PatrickYang</dc:creator>
      <dc:date>2016-02-09T18:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249011#M1210</link>
      <description>&lt;P&gt;Direct support for mixed integer nonlinear problems in PROC OPTMODEL is on our road map. &amp;nbsp;Until then, you might consider using PROC OPTLSO:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/orlsoug/68155/HTML/default/viewer.htm#orlsoug_hplso_toc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/orlsoug/68155/HTML/default/viewer.htm#orlsoug_hplso_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can model some nonlinearity with integer variables in PROC OPTMODEL by using the ELEMENT predicate in the CLP solver:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/68156/HTML/default/viewer.htm#ormpug_clpsolver_examples07.htm&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/ormpug/68156/HTML/default/viewer.htm#ormpug_clpsolver_examples07.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:30:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249011#M1210</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2016-02-09T18:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel min/max abs function</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249025#M1212</link>
      <description>&lt;P&gt;Thank you much, Rob.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:58:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-min-max-abs-function/m-p/249025#M1212</guid>
      <dc:creator>PatrickYang</dc:creator>
      <dc:date>2016-02-09T18:58:40Z</dc:date>
    </item>
  </channel>
</rss>

