Originally posted by: SystemAdmin
Either replace 'q(0)(t)' by '25*q(0)(t)' in all constraints and the objective function and scale the bounds of q(0)(t) by 25 or introduce a new integer variable 'i' and the constraint 'q(0)(t) = 25 * i'.
If possible you should do the first thing.
#CPLEXOptimizers#DecisionOptimization