Model tp006
! Source version 1
Variables
x[1] = -1.2
x[2] = 1
obj
End Variables
Equations
10*(x[2] - x[1]^2) = 0
obj = (1 - x[1])^2
! best known objective = 0
! begin of best known solution
! x[1] = 1
! x[2] = 1
! end of best known solution
End Equations
End Model