Originally posted by: QiuFeng
Hi guys,
I'm trying to model a discontinuous piece-wise linear function. But I couldn't figure out. Take an simple example, function f of t is two pieces: when t is in [a, b), f(t) =0; when t is in [b, c], f(t)=1.
How can I use binary variable to model this function? Note that the first piece is open ended. I know CPLEX concert has a function can do a similar job, but not sure if it is what I want. Any input is appreciated!
Happy holiday!
#CPLEXOptimizers#DecisionOptimization