I have a quadratic programming problem (quadratic objective function with linear constraints, integer variables) that I want to solve in Java. ojAlgo seems capable of this. Unfortunately, I can't find documentation or examples for how to use it. Can anyone help me out here?
Suggestions for solving QP in Java using tools other than ojAlgo are also welcome.