AMPL Frequently Asked Questions
|
|
1
|
490
|
February 23, 2023
|
How can I optimize more than one objective function?
|
|
0
|
118
|
June 28, 2024
|
How do I specify options for a solver?
|
|
0
|
144
|
June 28, 2024
|
How do I relax the integrality of only some of a model’s integer variables?
|
|
0
|
376
|
December 15, 2021
|
Why do I get an “invalid subscript discarded” message when I display an AMPL parameter?
|
|
0
|
1011
|
December 15, 2021
|
Can I get a version of AMPL that will run on my computer, under my computer’s operating system?
|
|
0
|
406
|
December 15, 2021
|
What is AMPL (A Mathematical Programming Language)?
|
|
0
|
485
|
December 15, 2021
|
How does AMPL compare to spreadsheet optimizers?
|
|
0
|
459
|
December 15, 2021
|
How does AMPL compare to other modeling languages and systems?
|
|
0
|
426
|
December 15, 2021
|
How can I learn more about AMPL?
|
|
0
|
417
|
December 15, 2021
|
How big a problem can AMPL solve?
|
|
0
|
672
|
December 15, 2021
|
Can my program call AMPL as a subroutine?
|
|
0
|
371
|
December 15, 2021
|
How can I edit my model or data file without leaving the AMPL command environment?
|
|
0
|
431
|
December 15, 2021
|
How do I solve a series of different random problems with data drawn from the same distribution?
|
|
0
|
468
|
December 15, 2021
|
When does AMPL evaluate the conditions specified in my model’s check statements?
|
|
0
|
369
|
December 15, 2021
|
How do I write an “MPS file” for my problem?
|
|
0
|
1171
|
December 15, 2021
|
Why does AMPL write an MPS file that is different from what I expect?
|
|
0
|
364
|
December 15, 2021
|
What are the transformations that AMPL applies to optimization problems?
|
|
0
|
355
|
December 15, 2021
|
How can I prevent AMPL from transforming my problem?
|
|
0
|
367
|
December 15, 2021
|
Why does AMPL reject my “let” statement with a “… has a := value in the model” message?
|
|
0
|
394
|
December 15, 2021
|
What does AMPL mean by “syntax error”? I double-checked the offending statement in the AMPL book, and my syntax is fine
|
|
0
|
898
|
December 15, 2021
|
How can I tell whether messages on my screen are coming from AMPL or from the solver?
|
|
0
|
351
|
December 15, 2021
|
Why does AMPL appear to “hang” for a long time without accepting any input or producing any output?
|
|
0
|
455
|
December 15, 2021
|
Why does AMPL unexpectedly abort in the middle of doing something? I get a short error message, but I can’t find it explained in the AMPL book or in the solver documentation
|
|
0
|
391
|
December 15, 2021
|
What should I do if I suspect that there is insufficient memory for my AMPL session?
|
|
0
|
410
|
December 15, 2021
|
Why doesn’t AMPL interpret the expression T..1 as I expect?
|
|
0
|
362
|
December 15, 2021
|
Why does “set S := 50 .. 70” give me a set of only 3 members?
|
|
0
|
420
|
December 15, 2021
|
I have declared “set S” and “param b {S}”. How do I write an AMPL expression for the arg min of b[i] — that is, the s in S such that b[s] equals the minimum of b[i] over al
|
|
0
|
545
|
December 15, 2021
|
How can I get AMPL to index over the “power set” consisting of all subsets of a set?
|
|
0
|
651
|
December 15, 2021
|
How can I apply AMPL’s ordered-set functions to pairs and higher-dimensional objects?
|
|
0
|
425
|
December 15, 2021
|