cvxgrp / qcml

A Python parser for generating Python/C/Matlab solver interfaces
Other
42 stars 9 forks source link

Add concatenation behavior #9

Open echu opened 11 years ago

echu commented 11 years ago

Actually, this behavior should be removed. The only concatenation that will be allowed is in "norm".

norm([x; y]) gets rewritten as as norm(s,t), norm(x) <= s, and norm(y) <= t. This should be sufficient.