Does Jump support direct use of mathematical logics in a model?
I know it supports conditional indicator, but how about these conditionals?
For example:
1- A bi-conditional indicator is a binary variable that is associated with satisfaction and
non-satisfaction statuses of a constraint concerning the current solution.
δi = 1 ⟺ sum(j, a_ij. x_j) <= b_i
2- Either-or Constraints ensuring that at least one of the two constraints is met.
3- If-Then-Else Constraints describing a situation where we want to ensure that if the constraint C1
holds, then the constraint C2 must be held; otherwise the constraint C3 must be held