| Author |
Comment/Response |
about NMaximize?
|
08/20/04 06:41am
I try to solve a bilevel problem by using NMaximize with following code, but it is not work:
f[x_] := NMaximize[{x*y, 1 ≤ y ≤ 2}, y][[1]];
NMaximize[{f[x], 1 ≤ x ≤ 2}, {x}].
How to correct it?
URL: , |
|