Variable constraintToFacePairsStringsConst

constraintToFacePairsStrings: {
    taco_taco: ((f) => string[]);
    taco_tortilla: ((f) => string[]);
    tortilla_tortilla: ((f) => string[]);
    transitivity: ((f) => string[]);
} = ...

Type declaration

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.