L
Larry Curcio
Is there a known bug where the solver, in nonlinear mode,
ignores constraints? I'm constraining a decision variable to
be positive and getting a negative answer.
Here is a recording of the procedure:
SolverReset
SolverAdd CellRef:="$B$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$C$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$D$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$E$2", Relation:=3, FormulaText:="0.000001"
SolverOk SetCell:="$A$2", MaxMinVal:=1, ValueOf:="0",
ByChange:="$B$2:$E$2"
SolverSolve
The D2 is coming up negative.
Thanks and Regards,
-Larry (New to Excel) Curcio
ignores constraints? I'm constraining a decision variable to
be positive and getting a negative answer.
Here is a recording of the procedure:
SolverReset
SolverAdd CellRef:="$B$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$C$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$D$2", Relation:=3, FormulaText:="0.000001"
SolverAdd CellRef:="$E$2", Relation:=3, FormulaText:="0.000001"
SolverOk SetCell:="$A$2", MaxMinVal:=1, ValueOf:="0",
ByChange:="$B$2:$E$2"
SolverSolve
The D2 is coming up negative.
Thanks and Regards,
-Larry (New to Excel) Curcio