I have BIP (binary integer problem) model that have some constraints like: x1 <= x2 x1 <= x3 etc. But CPLEX will not allow variables on the rhs. How should the above constraints be written in cplex?