trajopt
trajopt copied to clipboard
Implement QuadExpr Constraints
As noted in modelling.hpp, only affine constraints are currently implemented. I don't know what the implications of this are, put intuitively it would be nice to (for instance) but a constraint on velocity^2.
I remember pointing this out already, but please keep in mind that among the supported solvers only GUROBI
allows for quadratic constraints, we would need to implement a QCP
/QCQP
/SOCP
solver, I think especially the latter would be useful to have in the long-run.
That's good to know. That probably explains why it hadn't been done yet. As far as the other solvers, that's outside of my area. This just came up when we were refactoring the joint constraints. I imagine Levi would be open to suggestions.