I'm currently using pyomo
environment to solve optimization problems. I have used different solvers (Ipopt
, glpk
, cbc
, couenne
) in order to solve my problems.
Actually I need to solve a non-linear problem with a global solver. I've already tried couenne
but it doesn't give me the right answer. Looking on the web, I have seen the Optaplanner
as a metaheurist solver but I only found example written in Java.
Is it possible to use this solver with pyomo
on windows?
If yes then how to configure it?