Variable constraintToFacePairsStringsConst
constraintToFacePairsStrings: {
taco_taco: ((f) => string[]);
taco_tortilla: ((f) => string[]);
tortilla_tortilla: ((f) => string[]);
transitivity: ((f) => string[]);
} = ...
Type declaration
taco_taco: ((f) => string[])
- (f): string[]
Returns string[]
taco_tortilla: ((f) => string[])
- (f): string[]
Returns string[]
tortilla_tortilla: ((f) => string[])
- (f): string[]
Returns string[]
transitivity: ((f) => string[])
- (f): string[]
Returns string[]
Description
Convert an array of faces which are involved in one taco/tortilla/transitivity condition into an array of arrays where each face is paired with the others in the precise combination that the solver is expecting for this particular condition.