# MOLPg-002.dat # Original AMPL coding by Sven Leyffer, Argonne National Laboratory # # A MOLP instance foruse with MOLPg.mod # ... problem dimensions & index sets param n := 12; # ... number of variables param m := 16; # ... number of constraints param p := 3; # ... number of objectives # ... objective gradients param C : 1 2 3 4 5 6 := 1 3 0 2 2 3 1 2 -1 4 0 0 2 0 3 0 3 2 2 -1 2 : 7 8 9 10 11 12 := 1 -1 2 3 -1 1 4 2 -1 4 -1 0 -1 0 3 4 1 0 0 -1 3 ; # ... constraint Jacobian param A : 1 2 3 4 5 6 := 1 0 2 -1 0 0 0 2 0 0 0 0 0 3 3 -1 4 4 0 0 3 4 0 4 0 3 0 0 5 0 0 0 0 -1 0 6 0 0 2 3 0 0 7 2 0 1 0 0 0 8 0 0 0 0 0 0 9 0 0 0 -1 0 0 10 4 -1 0 0 0 0 11 0 0 0 -1 0 0 12 0 0 0 0 0 0 13 -1 -1 0 0 0 0 14 2 0 0 3 0 5 15 0 2 1 0 3 5 16 0 2 5 0 4 0 : 7 8 9 10 11 12 := 1 0 4 2 0 0 0 2 0 0 0 0 0 3 3 0 0 0 0 -1 0 4 0 0 2 0 0 4 5 4 2 0 5 0 0 6 0 0 0 0 0 5 7 0 2 2 -1 2 4 8 0 0 2 0 3 0 9 2 1 4 0 0 0 10 0 0 0 4 0 0 11 0 0 2 5 0 0 12 0 0 0 0 2 0 13 0 0 0 0 0 0 14 0 0 0 0 0 0 15 0 0 0 0 0 0 16 3 0 0 0 0 0 ; # ... lower/upper bounds on A^T x param : b := 1 10 2 10 3 10 4 7 5 10 6 5 7 5 8 6 9 5 10 7 11 6 12 7 13 9 14 5 15 9 16 5 ;