You can not access variables from the formula in the coloring algorithm, but you can access #z. So if you really need something, you can add it to the init: and loop: parts of the coloring algorithm to calculate it the same way you do in the formula to have the value available.
You can not access variables from the formula in the coloring algorithm, but you can access #z. So if you really need something, you can add it to the **init:** and **loop:** parts of the coloring algorithm to calculate it the same way you do in the formula to have the value available.
edited Apr 12 '24 at 6:26 am