<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>AMPL Modeling Language Google Group</title>
  <link>http://groups.google.com/group/ampl</link>
  <description>A discussion and help group for AMPL, an algebraic modeling language for optimization problems of many kinds. AMPL lets people use common notation and familiar concepts to formulate models and examine solutions, while the computer manages communication with appropriate solvers.</description>
  <language>en</language>
  <item>
  <title>RE: [AMPL 1873] Running Benders Decomposition on Cluster</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/b2a03215df30c279?show_docid=b2a03215df30c279</link>
  <description>
  For some examples of Benders Decomposition implemented through AMPL scripts, &lt;br&gt; see &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ampl.com/NEW/LOOP2&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; An example of how an AMPL script was set up to solve multiple subproblems in &lt;br&gt; parallel is given in &lt;br&gt; Elizabeth D. Dolan, Robert Fourer, Jean-Pierre Goux, &lt;br&gt; Todd S. Munson, and Jason Sarich, &amp;quot;Kestrel: An Interface
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/b2a03215df30c279?show_docid=b2a03215df30c279</guid>
  <author>
  4...@ampl.com
  (Robert Fourer)
  </author>
  <pubDate>Thu, 24 Jul 2008 17:55:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [AMPL 1874] Modeling Non-Integer Discrete Variables in AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/4a826f720583199b?show_docid=4a826f720583199b</link>
  <description>
  Thanks a lot!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/4a826f720583199b?show_docid=4a826f720583199b</guid>
  <author>
  demirel.suley...@gmail.com
  (Suleyman Demirel)
  </author>
  <pubDate>Wed, 23 Jul 2008 19:00:29 UT
</pubDate>
  </item>
  <item>
  <title>RE: [AMPL 1874] Modeling Non-Integer Discrete Variables in AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/2e50578e7a844825?show_docid=2e50578e7a844825</link>
  <description>
  You could write &lt;br&gt; var x in {0, 0.1, 0.17, 0.29, 0.77, 1.02}; &lt;br&gt; and let AMPL convert to an integer program. Or you could do the conversion &lt;br&gt; yourself: &lt;br&gt; set Sx; # possible values for x &lt;br&gt; var x; &lt;br&gt; var xv {Sx} binary; # x = i iff xv[i] = 1 &lt;br&gt; subj to AtMostOneValueForX: &lt;br&gt; sum {i in Sx} xv[i] = 1;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/2e50578e7a844825?show_docid=2e50578e7a844825</guid>
  <author>
  4...@ampl.com
  (Robert Fourer)
  </author>
  <pubDate>Wed, 23 Jul 2008 18:02:41 UT
</pubDate>
  </item>
  <item>
  <title>Modeling Non-Integer Discrete Variables in AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/186bb2adee47486c?show_docid=186bb2adee47486c</link>
  <description>
  Hello Everybody, &lt;br&gt; &lt;p&gt;Does anyone know how to model non-integer discrete variables in AMPL? &lt;br&gt; For example, x takes values in the set {0, 0.1, 0.17, 0.29, 0.77, &lt;br&gt; 1.02}. &lt;br&gt; &lt;p&gt;For a well behaved discrete set, e.g. {0, 0.25, 0.50, 0.75, 1}, this &lt;br&gt; is easy by letting y=4x and setting y as an integer variable. For
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/186bb2adee47486c?show_docid=186bb2adee47486c</guid>
  <author>
  demirel.suley...@gmail.com
  (Suleyman Demirel)
  </author>
  <pubDate>Wed, 23 Jul 2008 15:59:39 UT
</pubDate>
  </item>
  <item>
  <title>Running Benders Decomposition on Cluster</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/c2c6b54fe7256dc4?show_docid=c2c6b54fe7256dc4</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;Anybody knows how to run Benders Decomposition on Cluster computer &lt;br&gt; under Linux or Windows ? &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;Ash
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/c2c6b54fe7256dc4?show_docid=c2c6b54fe7256dc4</guid>
  <author>
  mr.ashutosh.sha...@gmail.com
  (sharmaa@hope.ac.uk)
  </author>
  <pubDate>Tue, 22 Jul 2008 11:31:26 UT
</pubDate>
  </item>
  <item>
  <title>Installation Problem</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/ea52d6d18e18354c/1b30dd0196ce934f?show_docid=1b30dd0196ce934f</link>
  <description>
  Hi, I am getting the following errors in Suse 11 when running make. &lt;br&gt; The BLAS package is installed but it doesn&#39;t seem to have lcblas &lt;br&gt; Any help in a workaround would be appreciated. &lt;br&gt; Thanks, &lt;br&gt; Stuart &lt;br&gt; ~/drampl&amp;gt; make &lt;br&gt; gcc -std=c99 -Wall -Wstrict-prototypes -pthread -fPIC -Bdynamic &lt;br&gt; -fno-strict-aliasing -g -I/home/stuart/libampl/Src/sol vers
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/ea52d6d18e18354c/1b30dd0196ce934f?show_docid=1b30dd0196ce934f</guid>
  <author>
  stuart.nettle...@optusnet.com.au
  (Stuart Nettleton)
  </author>
  <pubDate>Sun, 20 Jul 2008 12:13:43 UT
</pubDate>
  </item>
  <item>
  <title>AMPL/CPLEX vs Java/CPLEX performance question</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/f3c7e57b7d78dc4d/87448d8fa5c78312?show_docid=87448d8fa5c78312</link>
  <description>
  We have an AMPL/CPLEX prototype model using the substout option for &lt;br&gt; which the actual CPLEX solve executes in x minutes. &lt;br&gt; &lt;p&gt;For a variety of reasons, we need to have a Java/CPLEX (Concert) &lt;br&gt; software implementation. We&#39;ve created that and we get exactly the &lt;br&gt; same results between AMPL/CPLEX and the Java/CPLEX (Concert), out to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/f3c7e57b7d78dc4d/87448d8fa5c78312?show_docid=87448d8fa5c78312</guid>
  <author>
  ronald.men...@jda.com
  (Ronald Menich)
  </author>
  <pubDate>Thu, 10 Jul 2008 20:15:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strange results from AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/62557d5de22f77fa?show_docid=62557d5de22f77fa</link>
  <description>
  The first problem was solved the second not really.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/62557d5de22f77fa?show_docid=62557d5de22f77fa</guid>
  <author>
  mittelm...@asu.edu
  (Hans Mittelmann)
  </author>
  <pubDate>Thu, 10 Jul 2008 04:18:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: [AMPL 1867] fix command</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/e057551d9c3ee97f?show_docid=e057551d9c3ee97f</link>
  <description>
  The fix command can be indexed like a variable declaration or constraint. &lt;br&gt; So, you can use a command such as the following: &lt;br&gt; fix {v in V} x[118,40,v] := 0; &lt;br&gt; Eli &lt;br&gt; ------------------------------ ------------------ &lt;br&gt; Eli V. Olinick &lt;br&gt; Associate Professor &lt;br&gt; Department of Engineering Management, Information, and Systems
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/e057551d9c3ee97f?show_docid=e057551d9c3ee97f</guid>
  <author>
  olin...@engr.smu.edu
  (Eli Olinick)
  </author>
  <pubDate>Tue, 08 Jul 2008 20:09:42 UT
</pubDate>
  </item>
  <item>
  <title>fix command</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/9e7f713ea7d89376?show_docid=9e7f713ea7d89376</link>
  <description>
  I have been using the fix command in my data file to set certain &lt;br&gt; binary variables to zero. For example &lt;br&gt; fix x[118,40,1]:= 0; &lt;br&gt; and suppose var x{i in N, j in N, v in V}binary; (v are vehicles) &lt;br&gt; &lt;p&gt;I would like to be able to put something like &lt;br&gt; fix x[118,40,*]:= 0; &lt;br&gt; so that I could say for any vehicle, 118-40 is zero, without listing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/9e7f713ea7d89376?show_docid=9e7f713ea7d89376</guid>
  <author>
  jabra...@gmail.com
  (Mushi)
  </author>
  <pubDate>Tue, 08 Jul 2008 20:03:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strange results from AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/7ea4e19f95a96859?show_docid=7ea4e19f95a96859</link>
  <description>
  Thank you Paul for your suggestions. I will try and see.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/7ea4e19f95a96859?show_docid=7ea4e19f95a96859</guid>
  <author>
  erichuan...@gmail.com
  (Eric)
  </author>
  <pubDate>Tue, 08 Jul 2008 20:00:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strange results from AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/0d4c6aa3cb59038b?show_docid=0d4c6aa3cb59038b</link>
  <description>
  Eric wrote: &lt;br&gt; &lt;p&gt;In my experience, this sort of anomaly usually traces back to a &lt;br&gt; mixture of poor scaling in the original problem and/or rounding errors &lt;br&gt; and/or the particular tolerances being used. The fact that you only &lt;br&gt; needed one b-&amp;amp;-b node after you added the extra bounding constraint &lt;br&gt; makes me wonder if either of the presolvers is a factor here. Try
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/0d4c6aa3cb59038b?show_docid=0d4c6aa3cb59038b</guid>
  <author>
  ru...@msu.edu
  (Paul)
  </author>
  <pubDate>Tue, 08 Jul 2008 14:09:44 UT
</pubDate>
  </item>
  <item>
  <title>Strange results from AMPL</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/806f47f78484c8d6?show_docid=806f47f78484c8d6</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I solved a mixed integer problem, say, A (minimization problem), I got &lt;br&gt; following results: &lt;br&gt; &lt;p&gt;CPLEX 11.0.0: optimal integer solution; objective 15043258.48 &lt;br&gt; 324295 MIP simplex iterations &lt;br&gt; 34 branch-and-bound nodes &lt;br&gt; 1 cover cut &lt;br&gt; 412 flow-cover cuts &lt;br&gt; 1 Gomory cut &lt;br&gt; 7314 implied-bound cuts
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/806f47f78484c8d6?show_docid=806f47f78484c8d6</guid>
  <author>
  erichuan...@gmail.com
  (Eric)
  </author>
  <pubDate>Mon, 07 Jul 2008 23:28:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: hooking minos to ampl</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/813318efcdff280b?show_docid=813318efcdff280b</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.netlib.org/ampl/solvers/minos/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/813318efcdff280b?show_docid=813318efcdff280b</guid>
  <author>
  mittelm...@asu.edu
  (Hans Mittelmann)
  </author>
  <pubDate>Fri, 04 Jul 2008 20:45:32 UT
</pubDate>
  </item>
  <item>
  <title>hooking minos to ampl</title>
  <link>http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/776b35a781c3cc22?show_docid=776b35a781c3cc22</link>
  <description>
  hi, &lt;br&gt; Recently I bought a copy of my own minos 5.5. There is AMPL installed on one &lt;br&gt; server I have access to. &lt;br&gt; Now I would like to install minos on this server under my home directory and &lt;br&gt; link it to AMPL so that I can use minos solver inside AMPL. Could anybody &lt;br&gt; tell me how to do this? Many thanks! &lt;br&gt; by the way, my linux system information is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/776b35a781c3cc22?show_docid=776b35a781c3cc22</guid>
  <author>
  chrisw...@gmail.com
  (Chris Wu)
  </author>
  <pubDate>Thu, 03 Jul 2008 15:20:45 UT
</pubDate>
  </item>
  </channel>
</rss>
