I'm working on a non linear optimisation problem in xpress. To be able to run in in xpress it has to be a linear equation.
The equation is $x \sin x$.
The restrictions: $x < 2 \pi$
$x > 0$
I thought about using Taylor series to find an approximation for the equation, nevertheless the Taylor series is not linear. Any ideas?