Skip to main content

Comments

1 comment

  • Marika Karbstein
    • Gurobi Staff

    You need an upper bound on your variable (which can be seen as the big-M). Then you can define \(x\) as a semi-continuous variable in julia, see Constraints · JuMP.
    Or you add the constraints \(x\geq 10\delta\) and \(x\leq M\delta\).

    0

Please sign in to leave a comment.