tp032.apm


Model tp032
  ! Source version 1

  Variables
    x[1] = 0.1, >= 0
    x[2] = 0.7, >= 0
    x[3] = 0.2, >= 0
    obj
  End Variables

  Equations
    6*x[2] + 4*x[3] - x[1]^3 - 3 >= 0
    1 - x[1] - x[2] - x[3] = 0

    obj = (x[1] + 3*x[2] + x[3])^2 + 4*(x[1] - x[2])^2

    ! best known objective = 1
    ! begin of best known solution
    ! x[1] = 0
    ! x[2] = 0
    ! x[3] = 1
    ! end of best known solution
  End Equations
End Model

Stephan K.H. Seidl