AMPL Frequently Asked Questions
|
|
1
|
490
|
February 23, 2023
|
How can I optimize more than one objective function?
|
|
0
|
140
|
June 28, 2024
|
How do I specify options for a solver?
|
|
0
|
160
|
June 28, 2024
|
How do I relax the integrality of only some of a model’s integer variables?
|
|
0
|
377
|
December 15, 2021
|
Why do I get an “invalid subscript discarded” message when I display an AMPL parameter?
|
|
0
|
1021
|
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
|
428
|
December 15, 2021
|
How can I learn more about AMPL?
|
|
0
|
417
|
December 15, 2021
|
How big a problem can AMPL solve?
|
|
0
|
676
|
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
|
432
|
December 15, 2021
|
How do I solve a series of different random problems with data drawn from the same distribution?
|
|
0
|
470
|
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
|
1187
|
December 15, 2021
|
Why does AMPL write an MPS file that is different from what I expect?
|
|
0
|
368
|
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
|
368
|
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
|
901
|
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
|
457
|
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
|
412
|
December 15, 2021
|
Why doesn’t AMPL interpret the expression T..1 as I expect?
|
|
0
|
363
|
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
|
656
|
December 15, 2021
|
How can I apply AMPL’s ordered-set functions to pairs and higher-dimensional objects?
|
|
0
|
425
|
December 15, 2021
|