I want to solve a nonlinear multivariable equation with discrete values like this one:
x*y + z + t - 10 = 0
with constraints:
10 < x < 100
etc..
I did some research and I believe optaplanner is the way to go. I downloaded the package from their website, but I am a little lost.
Can someone tell me how to write the code for this problem using optaplanner's libray?