Thanks Michael.
I tried initializing b and d to be both 0.01 and then 1 and i got
presolve: constraint NN[1,1] cannot hold:
body <= 0.003 cannot be >= 0.02; difference = -0.017.
This is when i initialize b and d with 0.01.
When i initilize b and d with 1, i got
presolve: constraint NN[1,1] cannot hold:
body <= 0.003 cannot be >= 2; difference = -1.997.
I actually, want b and d to be as close to 0 (zero) as possible.
How can i resolve this issue?
Please help.
On Feb 21, 4:03 am, "Michael A. Saunders" <
saund...@stanford.edu>
wrote:
> Dear k,
>
> With nonlinear constraints, much depends on your starting point.
> If the initial values of b and d are both zero, you are likely
> to such results. Try initializing b and d to be 1, say.
>
> Take care with the bounds on b and d also.
> Are you allowing b or d to be zero?
> If you expect them both to be larger than 0.5 (say),
> then definitely give them such a lower bound.
>
> Michael
>