Changing only a single constraint can change the feasible region significantly, so in general the search has to be restarted from scratch as soon as you change a single constraint.
What you can re-use are feasible solutions: any feasible solution found for the first problem can be added to the solve of the second problem as MIP start. If the solutions happen to be feasible for the second model as well then this may speed up the second solve.
#CPLEXOptimizers#DecisionOptimization