Lets assume a complex production system that is fed by tasks of type $A$ (e.g. $A$ = deliver material) . Within a horizon of interest $H$, a number $N$ of tasks $A$ can be performed. The model of the problem results in a difficult MILP.
Solving the relaxed model for $N=1, N=2, N=3, ... , N=5$, I obtain the following values for the objective function (maximization). $$ \begin{align} & N=1 & 1000.0 \\ & N=2 & 1200.0 \\ & N=3 & 2100.0 \\ & N=4 & 2100.0 \\ & N=5 & 1800.0 \\ \end{align} $$ Can I assume, that setting $N=3$ will not cut off the optimal solution of the original problem?