Originally posted by: mathygirl
I have a decision variable I am accessing from an OPL model using the CPLEX Java API:
IloIntVarMap varMap = oplModel.getElement("I").asIntVarMap();
I would like to reset its upper bound in the Java API. Is this possible?
#DecisionOptimization#OPLusingCPLEXOptimizer