Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Internal quadratic constraint format #22

@joaquimg

Description

@joaquimg

Currently LQOI considers the format: a'x+0.5 x'Qx which 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'Qx in its internal functions.

So I propose that LQOI does this conversion. Instead of having all the solver doing this same procedure.

@odow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions