cvxgrp / qcml

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

Problem with basic example standard form #57

Open gminorcoles opened 5 years ago

gminorcoles commented 5 years ago

Hi I have a problem in this form:

minimize (.5) x’P*x + q’x

But when I enter this expression I get errors saying non dcp expression left x’ right P

Is matrix multiplication not a primitive? P is a parameter, x is a variable. I have never used a language like this.

malickf commented 4 years ago

Hi @gminorcoles , did you solve your issue ? I'm facing the same problem. Thanks