Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Can anybody suggest some techniques to solve a quadratically constrained linear program QCLP. Any references on standard techniques would be helpful.

share|improve this question

1 Answer

Search for Cutting Plane method which works for convex problems (positive semi-definite matrices $Q$ for a quadratic constraint $x^T Q x \le b$). Otherwise, solving a quadratically constrained linear program becomes NP-hard.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.