Skip to main content

Missing documentation for Model.getQ() method

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Jaromił Najman
    • Gurobi Staff

    Hi Jonathan,

    The getQ() function is undocumented because it is not tested and does not follow the Gurobi standards. The intended way to retrieve the quadratic objective matrix is to use the getObjective function and work with the returned QuadExpr object. There are currently no plans regarding the getQ function.

    Best regards,
    Jaromił

    0

Post is closed for comments.