In scipy.optimize.linprog(c, A_eq, b_eq), the resulting solution is a decision variable (array) called x that multiplies with array c.
scipy.optimize.linprog(c, A_eq, b_eq)
x
c