tp004.apm


Model tp004
  ! Source version 1

  Variables
    x[1] = 1.125, >= 1
    x[2] = 0.125, >= 0
    obj
  End Variables

  Equations
    obj = (x[1] + 1)^3/3 + x[2]

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

Stephan K.H. Seidl