0
$\begingroup$

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$.

  • 0
    Use argmax, then result $ = c^T x$.2017-01-19
  • 0
    The example invites to write it this way but it is simplified and my actual expression is much longer than $c^T x$2017-01-19
  • 1
    Then define an objective function $f$.2017-01-19

0 Answers 0