Is there any way to change simplex objective function?

61 Views Asked by At

I'm using Simplex Algorithm to solve a material's problem which the objective function should be $x_1 \ln(x_1) + x_2 \ln(x_2) + \dotsb$ to get the best solution.

Is there any way to insert this on the Simplex Algorithm?