Originally posted by: sibri
Hello,
I'm using cplex library with java. my question is: when we have to add many constraints to the model, do we have to use for each one of them a different variable (a constraint object)? or we can use the same object in a loop and adding it repeatedly (by changing it contain at each step of course)?
Thanks in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer