提交 47826512 编写于 作者: L lianglia-apollo 提交者: Capri2014

common/math: fixed sanity check in qp_solver. (#1161)

上级 733b1913
......@@ -194,7 +194,7 @@ bool ActiveSetQpSolver::sanity_check() {
kernel_matrix_.rows() == affine_inequality_matrix_.cols() &&
kernel_matrix_.rows() == affine_equality_matrix_.cols() &&
affine_equality_matrix_.rows() == affine_equality_boundary_.rows() &&
affine_inequality_matrix_.rows() == affine_inequality_matrix_.rows();
affine_inequality_matrix_.rows() == affine_inequality_boundary_.rows();
}
} // namespace math
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册