Variables in ModelingToolkit are now functions, which breaks some internals of ICP: ``` julia> @variables x y (x(), y()) Contractor([x, y], x^2 + y^2) ERROR: ArgumentError: Function x not available. Use @function to define it. ```