Example 5

This is a discretized semi-infinite program. The problem is defined by

     5b.GIF (1131 bytes)

subject to

     5c.GIF (1533 bytes)

where q = 100 and 
    5a.GIF (1379 bytes)
The initial guess is 
     5d.GIF (559 bytes)
with corresponding value of the objective function

     5e.GIF (684 bytes)

example5.pds               

dv x y
ob f       
ic c(101)    

example5.ini

x = -1
y = -2
k = ((0:100)/100).^2

example5.sim

f = 1/2*x2 + 1/3*x^2 + y^2
c = -(y^2 - y + x*k -(1-x^2*k).^2)

 

Back to the top

Back to Examples

 

 

 

Send mail to webmaster@aemdesign.com with questions or comments about this web site.
Last modified: February 21, 2005