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