Explanation for QP Logging
回答済みIs there any explanation for quadratic programming?
I don't quite understand the logging of QP.
- What's the meaning of QLMatrix in the log?
- I have no coefficient less than 1, why there's a 7e-2 in QLMatrix?

0
-
正式なコメント
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. -
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
投稿コメントは受け付けていません。
コメント
2件のコメント