Skip to main content

How to solve the error "model.Q not representable "

Answered

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff

    Hi Cai,

    I wonder what is the maximum limit of the matrix Q, is it because my matrix Q is too big?

    The maximum limit of nonzeros for matrix Q is currently 2 billion (\(2\cdot 10^9\)). If you want to construct and solve models with more than 2 billion nonzeros, you currently have to use the C API and the corresponding \(\texttt{X}\) functions, e.g., GRBXaddconstrs.

    Best regards, 
    Jaromił

    0

Please sign in to leave a comment.