# TOMVIEW  
# REGISTER (TOMVIEW)
# LOGIN  
# myTOMVIEW
TOMLAB LOGO

« Previous « Start » Next »

15  MINIMAXLIN Problem

The linear minimax (mimalin) problem is defined as
 
min
x
maxDx
subject to xL x xU
  bL Ax bU
    (17)
where x,xL,xU ∈ Rn, bL,bU ∈ Rm1, A ∈ Rm1 × n and D ∈ Rm2 × n.

The following VI define a problem in TOMVIEW.

File: quickguide/minimaxlinQG.vi

The following VI illustrates how to solve a linear MINIMAX problem in TOMVIEW.
It is possible to change the output displayed by expanding the cluster in the block diagram.

« Previous « Start » Next »