<?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: Optimization problem in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704127#M3243</link>
    <description>&lt;P&gt;Hi :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your outline is a bit sketchy.&lt;/P&gt;
&lt;P&gt;Are&amp;nbsp; a and b&amp;nbsp; dimensions of your array that you seek ?&amp;nbsp; Then you had an&amp;nbsp; MINLP-Problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is your&amp;nbsp; F(.)&amp;nbsp;&amp;nbsp; F(x1, x2a, a,b, x2b, x3, x4)&amp;nbsp; with&amp;nbsp; x2b = 30 fixed and&amp;nbsp; x2b = 100&amp;nbsp; fixed&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;You could Optmodel tell so.&lt;/P&gt;
&lt;P&gt;You would use the impvar-construction and a solver presumably of type&amp;nbsp; Blackbox or LSO or&amp;nbsp; NLP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odenwald&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 13:07:57 GMT</pubDate>
    <dc:creator>ODENWALD</dc:creator>
    <dc:date>2020-12-07T13:07:57Z</dc:date>
    <item>
      <title>Optimization problem</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704102#M3242</link>
      <description>&lt;P&gt;Hello, I need to solve the following problem. Have a non-linear function with many variables: y1=F(x1, x2,x3,x4). x2 variable - can take only four different values (30, ?, ?, 100). Initially x2&amp;nbsp; had array (50.50.100.100). So the problem now&amp;nbsp; is to go from (50,50, 100, 100) to (30, ?, ?, 100) and to&amp;nbsp; find&amp;nbsp; what would be ?, ?&amp;nbsp; So, i&amp;nbsp; need to change values of x2 from (50,50, 100, 100) to (30, ?, ?, 100)&amp;nbsp; while remaining other things as before.&amp;nbsp; &amp;nbsp;Additional constraint is that another&amp;nbsp; function, call it Y,&amp;nbsp; for example, depends on&amp;nbsp; y1&amp;nbsp; and other variables Y = F (y1, y2, y3,,). If i change y1, then Y will&amp;nbsp; be changed too. i need that sum of Y will remain the same as if I&amp;nbsp; use (50,50,100,100).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704102#M3242</guid>
      <dc:creator>NataBod</dc:creator>
      <dc:date>2020-12-07T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization problem</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704127#M3243</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your outline is a bit sketchy.&lt;/P&gt;
&lt;P&gt;Are&amp;nbsp; a and b&amp;nbsp; dimensions of your array that you seek ?&amp;nbsp; Then you had an&amp;nbsp; MINLP-Problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is your&amp;nbsp; F(.)&amp;nbsp;&amp;nbsp; F(x1, x2a, a,b, x2b, x3, x4)&amp;nbsp; with&amp;nbsp; x2b = 30 fixed and&amp;nbsp; x2b = 100&amp;nbsp; fixed&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;You could Optmodel tell so.&lt;/P&gt;
&lt;P&gt;You would use the impvar-construction and a solver presumably of type&amp;nbsp; Blackbox or LSO or&amp;nbsp; NLP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704127#M3243</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2020-12-07T13:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization problem</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704130#M3244</link>
      <description>&lt;P&gt;Hi, thank you for reply. For example,&amp;nbsp; X2- can take only 4 different values (30, ?, ?, 100). I need to find ? and ? such that sum of Z remains unchanged, but which is function of y1 (which is function of several variables )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp; y1= F(x1, x2, x3). And&amp;nbsp; Z= F(y1, y2, y3). initial values of X2 were 50 and 100 only. I now to use (30, ?, ?, 100) . need to go from (50,50, 100, 100) to (30, ?, ? , 100) such that total Z remains the same as before&amp;nbsp; ( can think of that as just simple constraint).&amp;nbsp; hope that would be more clear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X1&amp;nbsp; &amp;nbsp; X2&amp;nbsp; &amp;nbsp;X3&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp;30&amp;nbsp; &amp;nbsp; &amp;nbsp; 45&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp;?&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 56&lt;/P&gt;&lt;P&gt;6&amp;nbsp; &amp;nbsp;?&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 54&lt;/P&gt;&lt;P&gt;7&amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp; 54&amp;nbsp;&lt;/P&gt;&lt;P&gt;10&amp;nbsp; &amp;nbsp;?&amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp;30&amp;nbsp; &amp;nbsp; &amp;nbsp;45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Optimization-problem/m-p/704130#M3244</guid>
      <dc:creator>NataBod</dc:creator>
      <dc:date>2020-12-07T13:22:45Z</dc:date>
    </item>
  </channel>
</rss>

