Originally posted by: sandeepsinghchauhan
How can I write the following constraint wihout using minl?
forall(R in Roots){
N[R] == minl(1,M[R]);
}
where N is binary decision variable and M is continuous decision variable
#DecisionOptimization#OPLusingCPLEXOptimizer