Variable assignmentIsBoundaryConst

assignmentIsBoundary: {
    B: boolean;
    C: boolean;
    F: boolean;
    J: boolean;
    M: boolean;
    U: boolean;
    V: boolean;
    b: boolean;
    c: boolean;
    f: boolean;
    j: boolean;
    m: boolean;
    u: boolean;
    v: boolean;
} = ...

Type declaration

  • B: boolean
  • C: boolean
  • F: boolean
  • J: boolean
  • M: boolean
  • U: boolean
  • V: boolean
  • b: boolean
  • c: boolean
  • f: boolean
  • j: boolean
  • m: boolean
  • u: boolean
  • v: boolean

Description

For every assignment type, can this edge be considered a part of the boundary? Boundary edges are treated differently when solving single-vertex flat foldability, for example.

Constant