Module hotdrink_rs::examples::constraint_systems::tree[][src]

Functions for creating tree-like constraint systems.

Functions

multioutput_singleway

The root has one constraint with its children, and one method that outputs to both.

multioutput_threeway

The root has one constraint with its children, there are three methods, each one reads from one of them and writes to the two others.

multioutput_twoway

The root has one constraint with its children, one method that outputs to both, and the left child has one that writes to the root and right child.

singleoutput_multiway

Root has two constraints, one to each of its children. Each child has a method back to the root.

singleoutput_singleway

Root has two constraints, one to each of its children.

unprunable

The root has one constraint with its children, there are three methods, each one reads from one of them and writes to the two others.