You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
Currently LQOI considers the format:
a'x+0.5 x'Qxwhich is the same as MOI.However, from what I understand Xpress, Gurobi (https://www.gurobi.com/documentation/8.0/refman/c_grbaddqconstr.html#routine:GRBaddqconstr) and CPLEX (https://www.ibm.com/support/knowledgecenter/SS9UKU_12.6.0/com.ibm.cplex.zos.help/CPLEX/UsrMan/topics/cont_optim/qcp/17_QCP_duals.html)
all 3 use the format:
a'x+x'Qxin its internal functions.So I propose that LQOI does this conversion. Instead of having all the solver doing this same procedure.
@odow