Issue I’m trying to solve the following quadratic problem with MATLAB (using quadprog function) and CPLEX. The problem is that MATLAB and CPLEX provided feasible solutions but both solutions didn’t match. In fact, CPLEX claims that the obtained solution is
Continue readingTag: quadratic-programming
[SOLVED] Unable to find the same solution on CPLEX and MATLAB for a quadratic program
Issue I’m trying to solve the following quadratic problem with MATLAB (using quadprog function) and CPLEX. The problem is that MATLAB and CPLEX provided feasible solutions but both solutions didn’t match. In fact, CPLEX claims that the obtained solution is
Continue reading[SOLVED] How can I efficiently calculate a quadratic form in Julia?
Issue I would like to calculate a quadratic form: x’ Q y in Julia. What would be the most efficient way to calculate this for the cases: No assumption. Q is symmetric. x and y are the same (x =
Continue reading