Conversation
…rect API export to handle constraints with coordinates
| Property | Description | |-----------|---------------------------------------------------------| | qclabels | Vector of labels of all quadratic constraints | | qc_sense | Vector of senses (<=, >=, =) | | qc_rhs | Vector of right-hand-side values | | Qc | List of sparse Q matrices (one per constraint) | | qc_linear | Sparse matrix of linear coefficients (n_qcons × n_vars) | The Q matrices follow the convention x'Qx where: - Diagonal terms are doubled (for x²) - Off-diagonal terms are symmetric (for xy)
|
Warning Rate limit exceeded@FBumann has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 24 minutes and 32 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ssor # Conflicts: # test/test_quadratic_constraint.py
Closes # (if applicable).
Changes proposed in this Pull Request
Checklist
doc.doc/release_notes.rstof the upcoming release is included.