Closed rdeits closed 6 years ago
Scalar constraints:
For @constraint model [x] >= [0]
, that's partly #30 as you noticed, but we also need to do a better job with promotion of coefficient types.
I opened https://github.com/tkoolen/SimpleQP.jl/issues/35 (better than the random comment).
Trying to constrain a scalar variable causes a few different errors:
Trying to wrap the that scalar as a vector causes a different error:
and wrapping both
x
and0
produces a conversion error: