2

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?

dirac
  • 309
  • 1
  • 9

1 Answers1

2

You can use the JAMA to solve this. I'd recommend a good LU decomposition method. Also there are more sophisticated libraries like: FPL and Benoit

There's no guarantee, of course, that there is a solution.

m.aibin
  • 3,528
  • 4
  • 28
  • 47