Closed gabriel-gehrke closed 6 months ago
As students may not know the Big-M method, some intuitively resort to quadratic constraints. Instead, they should know about the Big-M method to model constraints like:
x = 0 => y = 0 x = 1 => (0 <= y <= M)
Added a section on that.
As students may not know the Big-M method, some intuitively resort to quadratic constraints. Instead, they should know about the Big-M method to model constraints like:
x = 0 => y = 0 x = 1 => (0 <= y <= M)