<?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: &amp;quot;bounds&amp;quot; dose not take roles in &amp;quot;prco model&amp;quot; and programming in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/quot-bounds-quot-dose-not-take-roles-in-quot-prco-model-quot-and/m-p/14668#M233</link>
    <description>PROC MODEL is part of SAS/ETS.  If you pose your question in the SAS Forecasting forum &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=28" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=28&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
they should be able to help.</description>
    <pubDate>Tue, 27 May 2008 20:58:44 GMT</pubDate>
    <dc:creator>Bengt_SAS</dc:creator>
    <dc:date>2008-05-27T20:58:44Z</dc:date>
    <item>
      <title>"bounds" dose not take roles in "prco model" and programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/quot-bounds-quot-dose-not-take-roles-in-quot-prco-model-quot-and/m-p/14667#M232</link>
      <description>I find that the "bounds" takes no roles in "proc model" or programming. The following is an example. I want to get the positive solution. But it gives the negative one. Dose anybody has any suggestion?&lt;BR /&gt;
Notes: (1)You can impose the initial value of x=5. But in general, you do not know the solution and so it is very difficutlt to give a close initial values.&lt;BR /&gt;
(2)You can replace x by exp(x). But it makes the computing more difficult and sometimes can not get the solution.&lt;BR /&gt;
&lt;BR /&gt;
  data aaaa;&lt;BR /&gt;
    b2=1;  b1=-4; b3=-5;&lt;BR /&gt;
  run;&lt;BR /&gt;
  proc model data=aaaa out=ab_1 noprint;&lt;BR /&gt;
    bounds x&amp;gt;0;&lt;BR /&gt;
	dependent x 1;&lt;BR /&gt;
	eq.eq1=b2*x**2+b1*x+b3;&lt;BR /&gt;
	solve x /converge=1e-6 maxiter=200;&lt;BR /&gt;
  run;

Message was edited by: HHBB</description>
      <pubDate>Wed, 30 Apr 2008 04:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/quot-bounds-quot-dose-not-take-roles-in-quot-prco-model-quot-and/m-p/14667#M232</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-30T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: "bounds" dose not take roles in "prco model" and programming</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/quot-bounds-quot-dose-not-take-roles-in-quot-prco-model-quot-and/m-p/14668#M233</link>
      <description>PROC MODEL is part of SAS/ETS.  If you pose your question in the SAS Forecasting forum &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=28" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=28&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
they should be able to help.</description>
      <pubDate>Tue, 27 May 2008 20:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/quot-bounds-quot-dose-not-take-roles-in-quot-prco-model-quot-and/m-p/14668#M233</guid>
      <dc:creator>Bengt_SAS</dc:creator>
      <dc:date>2008-05-27T20:58:44Z</dc:date>
    </item>
  </channel>
</rss>

