The code below panics, though it works properly if you remove the parentheses. ``` var v1; maximize profit: v1; subject to c1: 0.01 * (0.01 * v1) <= 5; ``` The error message is `Unknown variable in constraint`.