JuMP Semicontinuous range solver compatibility
Summary During a routine optimization model migration, a production pipeline failed due to an unsupported variable type. The model utilized a Semicontinuous range—a variable that can either be zero or within a specific interval $[L, U]$—which is a non-convex constraint. The deployment failed because the selected solver lacked the necessary mathematical primitives to handle disjunctive … Read more