|
AMPL Frequently Asked Questions
|
|
0
|
555
|
December 13, 2021
|
|
How can I optimize more than one objective function?
|
|
0
|
444
|
June 28, 2024
|
|
How do I specify options for a solver?
|
|
0
|
488
|
June 28, 2024
|
|
How do I relax the integrality of only some of a model’s integer variables?
|
|
0
|
497
|
December 15, 2021
|
|
Why do I get an “invalid subscript discarded” message when I display an AMPL parameter?
|
|
0
|
1156
|
December 15, 2021
|
|
Can I get a version of AMPL that will run on my computer, under my computer’s operating system?
|
|
0
|
452
|
December 15, 2021
|
|
What is AMPL (A Mathematical Programming Language)?
|
|
0
|
568
|
December 15, 2021
|
|
How does AMPL compare to spreadsheet optimizers?
|
|
0
|
524
|
December 15, 2021
|
|
How does AMPL compare to other modeling languages and systems?
|
|
0
|
609
|
December 15, 2021
|
|
How can I learn more about AMPL?
|
|
0
|
472
|
December 15, 2021
|
|
How big a problem can AMPL solve?
|
|
0
|
784
|
December 15, 2021
|
|
Can my program call AMPL as a subroutine?
|
|
0
|
422
|
December 15, 2021
|
|
How can I edit my model or data file without leaving the AMPL command environment?
|
|
0
|
492
|
December 15, 2021
|
|
How do I solve a series of different random problems with data drawn from the same distribution?
|
|
0
|
523
|
December 15, 2021
|
|
When does AMPL evaluate the conditions specified in my model’s check statements?
|
|
0
|
420
|
December 15, 2021
|
|
How do I write an “MPS file” for my problem?
|
|
0
|
1451
|
December 15, 2021
|
|
Why does AMPL write an MPS file that is different from what I expect?
|
|
0
|
435
|
December 15, 2021
|
|
What are the transformations that AMPL applies to optimization problems?
|
|
0
|
412
|
December 15, 2021
|
|
How can I prevent AMPL from transforming my problem?
|
|
0
|
423
|
December 15, 2021
|
|
Why does AMPL reject my “let” statement with a “… has a := value in the model” message?
|
|
0
|
458
|
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
|
996
|
December 15, 2021
|
|
How can I tell whether messages on my screen are coming from AMPL or from the solver?
|
|
0
|
404
|
December 15, 2021
|
|
Why does AMPL appear to “hang” for a long time without accepting any input or producing any output?
|
|
0
|
538
|
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
|
442
|
December 15, 2021
|
|
What should I do if I suspect that there is insufficient memory for my AMPL session?
|
|
0
|
481
|
December 15, 2021
|
|
Why doesn’t AMPL interpret the expression T..1 as I expect?
|
|
0
|
412
|
December 15, 2021
|
|
Why does “set S := 50 .. 70” give me a set of only 3 members?
|
|
0
|
495
|
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
|
596
|
December 15, 2021
|
|
How can I get AMPL to index over the “power set” consisting of all subsets of a set?
|
|
0
|
754
|
December 15, 2021
|
|
How can I apply AMPL’s ordered-set functions to pairs and higher-dimensional objects?
|
|
0
|
489
|
December 15, 2021
|