tp064.apm


Model tp064
  ! Source version 1

  Variables
    x[1:3] = 1, >= 10^(-5)
    obj
  End Variables

  Equations
    1 - 4/x[1] - 32/x[2] - 120/x[3] >= 0

    obj = 5*x[1] + 50000/x[1] + 20*x[2] &
        + 72000/x[2] + 10*x[3] + 144000/x[3]

    ! best known objective = 6299.84242792152
    ! begin of best known solution
    ! x[1] = 108.7347049108989
    ! x[2] =  85.1262127908938
    ! x[3] = 204.3245966126055
    ! end of best known solution
  End Equations
End Model

Stephan K.H. Seidl