I have some maximization where I am interested in the result and the parameters:
$$result=\max\{c^Tx:Ax\leq b\}$$ $$x=arg\max\{c^Tx:Ax\leq b\}$$
Is there a way to combine those? I formulate a pseudo algorithm, so I would like to omit text if possible. Otherwise, I could just refer to the "optimal solution" $x$.