| Model file | Represents |
|---|---|
| assign1.mod | Job assignment problem, using n2 zero-one variables |
| assign2.mod | . . . instead using n integer variables, with alldiff operator |
| assign3.mod | . . . also using a variable as a subscript in the objective |
| assign4.mod | . . . instead using n object-valued variables |
| sched1.mod | Job scheduling problem, using n2 zero-one variables |
| sched2.mod | . . . instead using n integer variables, with the count operator |
| sched3.mod | . . . instead using n integer variables, with the countof operator |
| seq1.mod | Job sequencing problem, using variables in subscripts |
| seq2.mod | . . . also using object-valued variables for jobs |
Return to the AMPL proposed new features page.
Return to the AMPL update page.