Consider the set of all linear programs of the form:
maximize $c x$
subject to $A x \leq b$
$x \geq 0$
where there are $m$ variables, $n$ constraints, and all coefficients in $A, b, c$ are integers from a given finite set $K$.
Since the number of such programs is finite, the number of possible optimal values of these programs (those that have an optimal value, that is, are feasible and bounded) is finite.
My questions are:
Is there any non-trivial upper bound on the number of possible optimal values? (besides the number of possible programs).
Is there any simple representation for the set of all possible optimal values, as a function of $m, n$ and $K$?