[R] Binary Quadratic Opt?

menkes menkes at gmail.com
Sat Jun 30 15:51:43 CEST 2012


Hi Khris,

If all your variables are binary then you may want to check CPLEX and/or
Gurobi (both provide a free academic license). 
http://www-01.ibm.com/software/integration/optimization/cplex-optimizer/
http://www.gurobi.com/products/additional-products-using-gurobi/r

The algorithms that CPLEX and Gurobi use for quadratic programming are
designed to work with convex objective functions, with the one exception
when all variables are binary.  In that case CPLEX and Gurobi apply some
transformation that in certain cases will allow you to solve binary
quadratic optimization problems.

Regards,
Menkes

--
View this message in context: http://r.789695.n4.nabble.com/Binary-Quadratic-Opt-tp4633521p4634971.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list