<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/ampl</id>
  <title type="text">AMPL Modeling Language Google Group</title>
  <subtitle type="text">
  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.
  </subtitle>
  <link href="/group/ampl/feed/atom_v1_0_msgs.xml" rel="self" title="AMPL Modeling Language feed"/>
  <updated>2008-07-24T17:55:33Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Robert Fourer</name>
  <email>4...@ampl.com</email>
  </author>
  <updated>2008-07-24T17:55:33Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/b2a03215df30c279?show_docid=b2a03215df30c279</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/b2a03215df30c279?show_docid=b2a03215df30c279"/>
  <title type="text">RE: [AMPL 1873] Running Benders Decomposition on Cluster</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Suleyman Demirel</name>
  <email>demirel.suley...@gmail.com</email>
  </author>
  <updated>2008-07-23T19:00:29Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/4a826f720583199b?show_docid=4a826f720583199b</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/4a826f720583199b?show_docid=4a826f720583199b"/>
  <title type="text">Re: [AMPL 1874] Modeling Non-Integer Discrete Variables in AMPL</title>
  <summary type="html" xml:space="preserve">
  Thanks a lot!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Fourer</name>
  <email>4...@ampl.com</email>
  </author>
  <updated>2008-07-23T18:02:41Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/2e50578e7a844825?show_docid=2e50578e7a844825</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/2e50578e7a844825?show_docid=2e50578e7a844825"/>
  <title type="text">RE: [AMPL 1874] Modeling Non-Integer Discrete Variables in AMPL</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Suleyman Demirel</name>
  <email>demirel.suley...@gmail.com</email>
  </author>
  <updated>2008-07-23T15:59:39Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/186bb2adee47486c?show_docid=186bb2adee47486c</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/ed795868c46b30fa/186bb2adee47486c?show_docid=186bb2adee47486c"/>
  <title type="text">Modeling Non-Integer Discrete Variables in AMPL</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>sharmaa@hope.ac.uk</name>
  <email>mr.ashutosh.sha...@gmail.com</email>
  </author>
  <updated>2008-07-22T11:31:26Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/c2c6b54fe7256dc4?show_docid=c2c6b54fe7256dc4</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/c3dbaa8fe5456319/c2c6b54fe7256dc4?show_docid=c2c6b54fe7256dc4"/>
  <title type="text">Running Benders Decomposition on Cluster</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stuart Nettleton</name>
  <email>stuart.nettle...@optusnet.com.au</email>
  </author>
  <updated>2008-07-20T12:13:43Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/ea52d6d18e18354c/1b30dd0196ce934f?show_docid=1b30dd0196ce934f</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/ea52d6d18e18354c/1b30dd0196ce934f?show_docid=1b30dd0196ce934f"/>
  <title type="text">Installation Problem</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ronald Menich</name>
  <email>ronald.men...@jda.com</email>
  </author>
  <updated>2008-07-10T20:15:53Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/f3c7e57b7d78dc4d/87448d8fa5c78312?show_docid=87448d8fa5c78312</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/f3c7e57b7d78dc4d/87448d8fa5c78312?show_docid=87448d8fa5c78312"/>
  <title type="text">AMPL/CPLEX vs Java/CPLEX performance question</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hans Mittelmann</name>
  <email>mittelm...@asu.edu</email>
  </author>
  <updated>2008-07-10T04:18:14Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/62557d5de22f77fa?show_docid=62557d5de22f77fa</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/62557d5de22f77fa?show_docid=62557d5de22f77fa"/>
  <title type="text">Re: Strange results from AMPL</title>
  <summary type="html" xml:space="preserve">
  The first problem was solved the second not really.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eli Olinick</name>
  <email>olin...@engr.smu.edu</email>
  </author>
  <updated>2008-07-08T20:09:42Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/e057551d9c3ee97f?show_docid=e057551d9c3ee97f</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/e057551d9c3ee97f?show_docid=e057551d9c3ee97f"/>
  <title type="text">Re: [AMPL 1867] fix command</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mushi</name>
  <email>jabra...@gmail.com</email>
  </author>
  <updated>2008-07-08T20:03:34Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/9e7f713ea7d89376?show_docid=9e7f713ea7d89376</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4b8a89fec88d302a/9e7f713ea7d89376?show_docid=9e7f713ea7d89376"/>
  <title type="text">fix command</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric</name>
  <email>erichuan...@gmail.com</email>
  </author>
  <updated>2008-07-08T20:00:54Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/7ea4e19f95a96859?show_docid=7ea4e19f95a96859</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/7ea4e19f95a96859?show_docid=7ea4e19f95a96859"/>
  <title type="text">Re: Strange results from AMPL</title>
  <summary type="html" xml:space="preserve">
  Thank you Paul for your suggestions. I will try and see.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul</name>
  <email>ru...@msu.edu</email>
  </author>
  <updated>2008-07-08T14:09:44Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/0d4c6aa3cb59038b?show_docid=0d4c6aa3cb59038b</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/0d4c6aa3cb59038b?show_docid=0d4c6aa3cb59038b"/>
  <title type="text">Re: Strange results from AMPL</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric</name>
  <email>erichuan...@gmail.com</email>
  </author>
  <updated>2008-07-07T23:28:49Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/806f47f78484c8d6?show_docid=806f47f78484c8d6</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/4abf7aa3db99a69e/806f47f78484c8d6?show_docid=806f47f78484c8d6"/>
  <title type="text">Strange results from AMPL</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Hans Mittelmann</name>
  <email>mittelm...@asu.edu</email>
  </author>
  <updated>2008-07-04T20:45:32Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/813318efcdff280b?show_docid=813318efcdff280b</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/813318efcdff280b?show_docid=813318efcdff280b"/>
  <title type="text">Re: hooking minos to ampl</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.netlib.org/ampl/solvers/minos/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Wu</name>
  <email>chrisw...@gmail.com</email>
  </author>
  <updated>2008-07-03T15:20:45Z</updated>
  <id>http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/776b35a781c3cc22?show_docid=776b35a781c3cc22</id>
  <link href="http://groups.google.com/group/ampl/browse_thread/thread/1404ac21cb4e4307/776b35a781c3cc22?show_docid=776b35a781c3cc22"/>
  <title type="text">hooking minos to ampl</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
</feed>
