Originally posted by: pnuzyf
Hi,
The attached is my test model.
When I add the following constraint, the out of memory message comes out. In fact, the number of constraints and binary variables is not so large.
forall (<m,n> in Links, i in Channels)
{
c28:
X
<m,n>[i] - sum (<p,q> in Interference
<m,n>) X
<p,q>[i] <= 0;
}
What is the reason? Anyone who can give me a hand? Thanks in advance!
#DecisionOptimization#OPLusingCPLEXOptimizer