<?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 proc optmodel constraints in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/240305#M1194</link>
    <description>I am trying to set constraints around a forecasted balance amount but when I try to test setting some constraints, it doesn't seem to match the vector being printed. For example, when I print the vector, I get a 51.9 billion number... [1] portfolio_end_bl_data 1 51909185434 But when I set the below constraint, it returns a solution status of Infeasible... Constraint mon_bal_c1[1]: 51000000000 &amp;lt;= portfolio_end_bl_data[1] &amp;lt;= 52000000000 When I change it to the below, it returns a status of Optimal... Constraint mon_bal_c1[1]: 52000000000 &amp;lt;= portfolio_end_bl_data[1] &amp;lt;= 53000000000 Any ideas would be appreciated.</description>
    <pubDate>Mon, 21 Dec 2015 20:17:44 GMT</pubDate>
    <dc:creator>AB</dc:creator>
    <dc:date>2015-12-21T20:17:44Z</dc:date>
    <item>
      <title>proc optmodel constraints</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/240305#M1194</link>
      <description>I am trying to set constraints around a forecasted balance amount but when I try to test setting some constraints, it doesn't seem to match the vector being printed. For example, when I print the vector, I get a 51.9 billion number... [1] portfolio_end_bl_data 1 51909185434 But when I set the below constraint, it returns a solution status of Infeasible... Constraint mon_bal_c1[1]: 51000000000 &amp;lt;= portfolio_end_bl_data[1] &amp;lt;= 52000000000 When I change it to the below, it returns a status of Optimal... Constraint mon_bal_c1[1]: 52000000000 &amp;lt;= portfolio_end_bl_data[1] &amp;lt;= 53000000000 Any ideas would be appreciated.</description>
      <pubDate>Mon, 21 Dec 2015 20:17:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/240305#M1194</guid>
      <dc:creator>AB</dc:creator>
      <dc:date>2015-12-21T20:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel constraints</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/240364#M1195</link>
      <description>&lt;P&gt;Please post complete code and data, and I'll take a look.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/240364#M1195</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2015-12-22T00:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel constraints</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/241385#M1196</link>
      <description>&lt;P&gt;The optmodel code is fairly extensive (over 10k lines)&amp;nbsp;and there are 20+&amp;nbsp;datasets, both of which I couldn't share on a public forum - was hoping there was maybe something common conceptually&amp;nbsp;to try or options to look at. I'm using&amp;nbsp;solve with nlp. Or let me know if there's another way to handle this without posting the full logic. Appreciate it!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 15:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/241385#M1196</guid>
      <dc:creator>AB</dc:creator>
      <dc:date>2015-12-31T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc optmodel constraints</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/241580#M1197</link>
      <description>&lt;P&gt;That number of lines is quite unusual, and I suspect that you aren't exploiting the full capabilities of PROC OPTMODEL, which provides a very expressive modeling language that typically requires at most hundreds of lines even for complicated user-customized algorithms that call multiple solvers. &amp;nbsp;It is hard to recommend anything specific without seeing more detail. &amp;nbsp;Perhaps it would&amp;nbsp;be best to submit your code and log to technical support, and I'll take a look.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 00:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/proc-optmodel-constraints/m-p/241580#M1197</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2016-01-04T00:27:11Z</dc:date>
    </item>
  </channel>
</rss>

