This does not currently work: ```julia @satvariable(alpha, Real) sat!(0 ≤ alpha ≤ 1) ``` It results in: ``` TypeError: non-boolean (BoolExpr) used in boolean context ```