Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
excel 求解器声明所有约束都已满足。但是 -0.597545338 的值并不能真正满足 $B$15>=0 的约束
[ ]
问题是缩放之一。求解器的默认约束精度为 0.000001。请注意,-0.59 在 2055644.215 的 0.000001 以内。use automatic scaling也许如果你在下面关闭,options你就不会遇到这个问题,但是可能会有自动缩放旨在解决的数值稳定性问题。另一方面,如果将其关闭,则将其打开可能会有所帮助。
use automatic scaling
options