Overcome non-linear constraints with new design?
Summary This incident stemmed from an attempt to model a multi‑shop, multi‑product optimization problem in GLPK/MathProg using linear programming, but the design introduced non‑linear constraints by multiplying two decision variables. The solver rejected the model because LP/MIP engines require all constraints to be linear. Root Cause The failure was caused by multiplication of two variables: … Read more