weighted_ruleset

Function weighted_ruleset 

Source
pub fn weighted_ruleset() -> Vec<WeightedTriangularGadget>
Expand description

Get the weighted triangular crossing ruleset.

This returns the list of weighted triangular gadgets used for resolving crossings in the mapping process. Matches Julia’s crossing_ruleset_triangular_weighted.

§Returns

A vector of WeightedTriangularGadget enum variants.