Group: sci.op-research
From: desktop
Date: Saturday, March 08, 2008 5:06 AM
Subject: CPLEX and constraints?

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?