Hi. Just some thoughts. In some models, there is also the following
option.
Suppose you have [D4] = "=x2 / x3", with a constraint that D4 = 4. (x2 & x3
adjustable cells)
What you have is x2/x3 = 4. What one should try to do is make the equation
look more linear.
x2=4*x3.
But we don't want the variable on the Right side, so in D4 we write:
=x2-4*x3
and make the constraint =0.
The added benefit is that if Solver picks 0 for x3 to help determine its
next move, you won't get a Divide by 0 error in D4,and quickly stopping
Solver.
Again, just an idea. :>)