Model tp003 ! Source version 1 Variables x[1] = 10 x[2] = 1, >= 0 obj End Variables Equations obj = x[2] + (1/100000)*(x[2] - x[1])^2 ! best known objective = 0 ! begin of best known solution ! x[1] = 0 ! x[2] = 0 ! end of best known solution End Equations End Model