<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>AIMMS - The Modeling System Google Group</title>
  <link>http://groups.google.com/group/aimms</link>
  <description>Community-driven discussion group about AIMMS - the modeling system. Current and prospective AIMMS Users are welcome to post their questions and answers here.</description>
  <language>en</language>
  <item>
  <title>Store a matrix</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/c3397ab28ef20989/d8c5376ce525a8e5?show_docid=d8c5376ce525a8e5</link>
  <description>
  Hi all &lt;br&gt; &lt;p&gt;I&#39;m running a model k-times for different values of a single parameter, so &lt;br&gt; at the stage k, &lt;br&gt; &lt;p&gt;I would like to store the result of the all the matrix *area(i,j) *(an not &lt;br&gt; the single value for i,j)* *in a vector *p_area(k)*, is that possible? &lt;br&gt; &lt;p&gt;Thanks in advance &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Rafael Silva
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/c3397ab28ef20989</guid>
  <author>
  math...@gmail.com
  (Rafael Silva)
  </author>
  <pubDate>Fri, 25 May 2012 12:52:15 UT
</pubDate>
  </item>
  <item>
  <title>How to set the data order</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/0f69e80ffc15cabe/e9b82f0a859b6c4b?show_docid=e9b82f0a859b6c4b</link>
  <description>
  Dear all, &lt;br&gt; &lt;p&gt;I have a sql table with data : &lt;br&gt; {1,2,3,4,5,6,7,8,9,10,11,12,13 ,14,15,16,17,18,19,20}, but when I map &lt;br&gt; to a set :ODpoint, it turns to: &lt;br&gt; &lt;p&gt;ODpoint: {1,10,11,12,13,14,15,16,17,18, 19,2,20,3,4,5,6,7,8,9}, &lt;br&gt; normally it does not matter, but in my model these numbers have some &lt;br&gt; connection, e.g. (1,20),(2,19) are pairs, and I have couples of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/0f69e80ffc15cabe</guid>
  <author>
  libaobao2...@gmail.com
  (icefrancis)
  </author>
  <pubDate>Thu, 24 May 2012 10:10:21 UT
</pubDate>
  </item>
  <item>
  <title>read data</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/4712415fe28ca378/a8b079ab8fb2d26a?show_docid=a8b079ab8fb2d26a</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I got an error message &lt;br&gt; The index &amp;quot;i&amp;quot; present in a(r, i) is not present in the previously &lt;br&gt; generated entry (b(r)) of this read statement. AIMMS generates &lt;br&gt; communication links when they are not explicitly specified between the &lt;br&gt; keywords read/write and from/to. These entries are constructed by
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/4712415fe28ca378</guid>
  <author>
  shiwang....@gmail.com
  (King)
  </author>
  <pubDate>Wed, 23 May 2012 18:49:06 UT
</pubDate>
  </item>
  <item>
  <title>Solvers Running Times</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/e7fb43d799737c36/1c5c2db5882d7fcb?show_docid=1c5c2db5882d7fcb</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I am comparing solvers running times for different problems. &lt;br&gt; In a Binary Integer Problem, solver X had less running time. &lt;br&gt; For another Combinatorial Integer Proble, Solver Y had less running &lt;br&gt; Time. &lt;br&gt; &lt;p&gt;How can I know which solver had a faster response? Is this difference &lt;br&gt; due to the nature of the problems or not necessary?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/e7fb43d799737c36</guid>
  <author>
  ursulachall...@gmail.com
  (ursula challita)
  </author>
  <pubDate>Tue, 22 May 2012 06:52:04 UT
</pubDate>
  </item>
  <item>
  <title>GenerateRobustCounterpart</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/097c2c4f13b92216/13c451fb95a70de0?show_docid=13c451fb95a70de0</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to create a robust counterpart MATHEMATICAL PROGRAM of my LP &lt;br&gt; model. I have read chapter 20 regarding Robust Optimization and understood &lt;br&gt; that I need to call the GMP function GenerateRobustCounterpart. &lt;br&gt; I have declared a procedure with the following body: &lt;br&gt; GMP::Instance::GenerateRobustC ounterpart(ProductionPlan,Dema nd(t),,[RC])
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/097c2c4f13b92216</guid>
  <author>
  michal_rozenb...@yahoo.com
  (Michal)
  </author>
  <pubDate>Mon, 21 May 2012 09:14:36 UT
</pubDate>
  </item>
  <item>
  <title>Uniform Distribution</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/0dbfddeceac4d2cd/c10e7905f57cdb85?show_docid=c10e7905f57cdb85</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I want to create an area in which there are users. I wnat these users &lt;br&gt; to be uniformly spaced. &lt;br&gt; I looked in the functions that are available in AIMMS and couldn&#39;t &lt;br&gt; find the one I want. &lt;br&gt; Any help how I can do this? &lt;br&gt; &lt;p&gt;Thanks in advance &lt;br&gt; Ursula
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/0dbfddeceac4d2cd</guid>
  <author>
  ursulachall...@gmail.com
  (ursula challita)
  </author>
  <pubDate>Sun, 20 May 2012 16:06:28 UT
</pubDate>
  </item>
  <item>
  <title>error</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/2c130030f22720d1/75ab5f36858180ea?show_docid=75ab5f36858180ea</link>
  <description>
  Hi, &lt;br&gt; I have few problems installing my new trial licence. How to install &lt;br&gt; it? I delete the old one, but when I try to instal the new, the system &lt;br&gt; renew the old, so I cant install the new licence. It&#39;s because of the &lt;br&gt; same licence number 001.001.132.001, but I have another code for &lt;br&gt; licence, but I cant find anywhere where to renew it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/2c130030f22720d1</guid>
  <author>
  ralys.egidi...@gmail.com
  (egidukas)
  </author>
  <pubDate>Thu, 17 May 2012 19:31:05 UT
</pubDate>
  </item>
  <item>
  <title>Error related to Horizon identifier</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/e7d28a4a7a3dd57e/5fff68d1b4a2e90d?show_docid=5fff68d1b4a2e90d</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I received the following error while running MIP model in AIMMS: &lt;br&gt; The current period value &#39;&#39; is not an element of horizon &amp;quot;StartTime&amp;quot;. &lt;br&gt; &lt;p&gt;Could you please let me know why this error is occuring and also let me &lt;br&gt; know how I can resolve it? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Mo
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/e7d28a4a7a3dd57e</guid>
  <author>
  themowo...@gmail.com
  (Mo)
  </author>
  <pubDate>Tue, 15 May 2012 05:22:02 UT
</pubDate>
  </item>
  <item>
  <title>Model status 13: Error no solution, Solver status 10: Error: Solver Failure</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/d18761a850680ed8/6e178178f98dc8b9?show_docid=6e178178f98dc8b9</link>
  <description>
  Hi guys, &lt;br&gt; &lt;p&gt;Could you please help me out. &lt;br&gt; I receive the following error/warning when running my MIP model in &lt;br&gt; AIMMS. &lt;br&gt; &lt;p&gt;Warning: Model Status 13: Error no solution, Solver status 10: Error: &lt;br&gt; Solver failure (see message window). &lt;br&gt; &lt;p&gt;Thanks in advance!! &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Merel
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/d18761a850680ed8</guid>
  <author>
  merel_fe...@hotmail.com
  (Merel)
  </author>
  <pubDate>Mon, 14 May 2012 14:58:54 UT
</pubDate>
  </item>
  <item>
  <title>Difference in solvers output</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/56d153dbceec3870/8768987b143e6f79?show_docid=8768987b143e6f79</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I am working on comparing two solvers (gurobi and cplex). &lt;br&gt; I built an LTE network planning problem in AIMMS, however, sometimes &lt;br&gt; the selected base stations are different (knowing that the objective &lt;br&gt; is the same). Why is that?? &lt;br&gt; I would really appreciate any help. &lt;br&gt; &lt;p&gt;Thanks in advance, &lt;br&gt; Ursula
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/56d153dbceec3870</guid>
  <author>
  ursulachall...@gmail.com
  (ursula challita)
  </author>
  <pubDate>Mon, 14 May 2012 07:12:25 UT
</pubDate>
  </item>
  <item>
  <title>Problems about reducing the scenario tree size and the number of scenarios in stochastic programming</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/14b7022811a5ff6e/4a60dde6249ed7a0?show_docid=4a60dde6249ed7a0</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;I am a student from sydney uni, now I confront some major problems &lt;br&gt; with reducing the scenarios number in my program. &lt;br&gt; &lt;p&gt;My program is a 24 stages stochastic program, since even with minimum &lt;br&gt; child branches (2) in each stage, the scenario tree is still &lt;br&gt; too big to be solved, so I made some contribution probability of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/14b7022811a5ff6e</guid>
  <author>
  wateryi...@gmail.com
  (Yilin Wang)
  </author>
  <pubDate>Fri, 11 May 2012 11:03:14 UT
</pubDate>
  </item>
  <item>
  <title>Duplicating a model</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/4927d0bd56fe876e/ab974ca1646f4b3a?show_docid=ab974ca1646f4b3a</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am looking at saving my existing model with a different name - similar to &lt;br&gt; &amp;quot;save as&amp;quot; in MS word. &lt;br&gt; &lt;p&gt;Following this I tried to use &amp;quot;save as&amp;quot; but it saves as .amb or .aim file. &lt;br&gt; However I want to save a .prj file so I can continue to work on the newly &lt;br&gt; saved model. &lt;br&gt; &lt;p&gt;Is there any solution to this? (If the existing model is too long then it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/4927d0bd56fe876e</guid>
  <author>
  themowo...@gmail.com
  (Mo)
  </author>
  <pubDate>Fri, 11 May 2012 08:03:46 UT
</pubDate>
  </item>
  <item>
  <title>Stop criteria for basic AOA alg</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/3d325cdae0d51223/75de085cde65919c?show_docid=75de085cde65919c</link>
  <description>
  I saw the AOA objective and best solution in the process window. But &lt;br&gt; it continues to iterate. How can I set the max iteration for the base &lt;br&gt; AOA algorithm? &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/3d325cdae0d51223</guid>
  <author>
  erica.y...@gmail.com
  (erica ye)
  </author>
  <pubDate>Wed, 09 May 2012 16:13:54 UT
</pubDate>
  </item>
  <item>
  <title>Changes for upper and lower bound for second AOA doesn&#39;t work</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/9df889187e8f1924/abaabee1de811c10?show_docid=abaabee1de811c10</link>
  <description>
  The RegTaps(r,p) and StatesCap(c) are integer variables. It seems the &lt;br&gt; second AOA is doesn&#39;t run as expected. &lt;br&gt; Is there something wrong? &lt;br&gt; RegTaps(r,p).Lower := 12; &lt;br&gt; RegTaps(r,p).Upper := 12; ! Upper and Lower bounds are &lt;br&gt; same, three integer variables are left &lt;br&gt; StatesCap(c).Upper :=0; &lt;br&gt; gmp1 := GMP::Instance::Generate( myMP ) ;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/9df889187e8f1924</guid>
  <author>
  erica.y...@gmail.com
  (erica ye)
  </author>
  <pubDate>Wed, 09 May 2012 15:50:33 UT
</pubDate>
  </item>
  <item>
  <title>How to learn AIMMS faster?</title>
  <link>http://groups.google.com/group/aimms/browse_thread/thread/5ff5fdeae9f1302c/296dc86c0e1c5b3d?show_docid=296dc86c0e1c5b3d</link>
  <description>
  Hi, &lt;br&gt; I&#39;m a newcomer and I will establish a project through AIMMS, &lt;br&gt; however, there are too many PDFs to read. &lt;br&gt; Can anybody give me some tricks? &lt;br&gt; Ths. &lt;br&gt; kind regards. &lt;br&gt; &lt;p&gt;bmfw
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/aimms/browse_thread/thread/5ff5fdeae9f1302c</guid>
  <author>
  tianyuxin1...@163.com
  (bmfw)
  </author>
  <pubDate>Wed, 09 May 2012 11:26:59 UT
</pubDate>
  </item>
  </channel>
</rss>

