Skip to main content

Explanation for QP Logging

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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    The QLMatrix refers to the linear coefficients of you quadratic constraints. As an example, for

    \[x^2 + x\cdot y + 2\cdot x - 10\cdot y \leq 0\]

    the QLMatrix range would be [2e+00, 1e+01].

    I have no coefficient less than 1, why there's a 7e-2 in QLMatrix?

    You could write your model to a file and analyze the coefficients.

    0

Post is closed for comments.