[ojAlgo-user] solving integer quadratic programs
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Lukas R. <rup...@in...> - 2009-05-18 09:14:00
|
Hi everybody, I need to solve an integer quadratic program (especially a 0-1 quadratic program) in Java and I found ojAlgo for it. I got a quadratic solver running but I can't figure out how to set integer constraints to the problem. To create my program I used: QuadraticSolver.Builder qp = new QuadraticSolver.Builder(Q, c); Is there any possibility to solve integer quadratic programs with ojAlgo and if so, how does it work? Greets and thanks in advance, Lukas |