Originally posted by: sandeepsinghchauhan
forall(Ro in R){
S[Ro] >= D[Ro] => A[Ro] == B[Ro];
S[Ro] <= D[Ro] => A[Ro] ==0;
}
Above constraint i written in the following form:
mathematically are they correct?
SRo >= DRo => ARo == BRo
SRo <= DRo => ARo == 0
#DecisionOptimization#OPLusingCPLEXOptimizer