I have a linear programming question
I have integer values t[i] such that |t[i]| < M.
Each T[i] is a positive or negative integer bound by a known maximum
I'd like to set a value c[i] such that c[i] is zero if t[i] <> 0
How do I do this?
The more general is probably setting a boolean, 0 or 1 for equals or not equals.
Thanks for your help!
– Nickle Nov 23 '17 at 08:41