I need to set up all my variables to accept only values from two intervals, e.g. for var C1:
C1 = 0 or
100 <= C1 <= 1000
and so on for each variable.
I can specify either first (=0) or second ([100;1000]) constraints for every variable but I need lpsolve model to to be able to assign either 0 ot any value from given interval.
Any advice appreciated.