(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 11.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 346230, 7642] NotebookOptionsPosition[ 343799, 7605] NotebookOutlinePosition[ 344171, 7621] CellTagsIndexPosition[ 344128, 7618] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[BoxData[ RowBox[{ RowBox[{"F", "[", "x_", "]"}], ":=", RowBox[{ FractionBox["1", "2"], " ", "\[ImaginaryI]", " ", RowBox[{"(", RowBox[{ RowBox[{"PolyLog", "[", RowBox[{"2", ",", RowBox[{ RowBox[{"-", "\[ImaginaryI]"}], " ", SuperscriptBox["\[ExponentialE]", "x"]}]}], "]"}], "-", RowBox[{"PolyLog", "[", RowBox[{"2", ",", RowBox[{"\[ImaginaryI]", " ", SuperscriptBox["\[ExponentialE]", "x"]}]}], "]"}]}], ")"}]}]}]], "Input", CellChangeTimes->{{3.737196866673444*^9, 3.737196875196076*^9}}, CellLabel->"In[5]:=",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"G3", "[", RowBox[{"a_", ",", "b_"}], "]"}], ":=", RowBox[{ RowBox[{"F", "[", RowBox[{"a", "-", "b"}], "]"}], "+", RowBox[{"F", "[", RowBox[{"b", "-", "a"}], "]"}], "-", RowBox[{ FractionBox["\[Pi]", "2"], RowBox[{"(", RowBox[{"a", "+", "b"}], ")"}]}]}]}], ";"}]], "Input", CellChangeTimes->{ 3.737201965981352*^9, {3.737202002231657*^9, 3.737202033142387*^9}, { 3.737202126146511*^9, 3.7372021534299583`*^9}, {3.7378972597648673`*^9, 3.7378972820313244`*^9}, {3.737897408257219*^9, 3.7378974198940997`*^9}}, CellLabel->"In[6]:=",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"EnergySetup", "[", RowBox[{"n_", ",", "FacesCW_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "i", ",", "rhoV", ",", "rhoF", ",", "include", ",", "LineFaces", ",", "f", ",", "Faces", ",", "NM", ",", "nonlinefaces", ",", "radii", ",", "RADII"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"Faces", "=", RowBox[{"Sort", "/@", "FacesCW"}]}], ";", "\[IndentingNewLine]", RowBox[{"f", "=", RowBox[{"Length", "[", "Faces", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"LineFaces", "=", RowBox[{"{", "}"}]}], ";", RowBox[{"rhoV", "=", RowBox[{"Table", "[", RowBox[{ SubscriptBox["rV", "i"], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"n", "-", "2"}]}], "}"}]}], "]"}]}], ";", RowBox[{"rhoF", "=", RowBox[{"Table", "[", RowBox[{ SubscriptBox["rF", "i"], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"f", "-", "2"}]}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"include", " ", "=", " ", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"nonlinefaces", "=", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"i", ",", RowBox[{"-", "2"}]}], "]"}], "]"}], "\[Equal]", RowBox[{"n", "-", "1"}]}], "&&", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"i", ",", RowBox[{"-", "1"}]}], "]"}], "]"}], "\[Equal]", "n"}]}], ")"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "then", " ", "*)"}], " ", RowBox[{ RowBox[{"AppendTo", "[", RowBox[{"include", ",", "i"}], "]"}], ";", RowBox[{"AppendTo", "[", RowBox[{"nonlinefaces", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "else", " ", "*)"}], " ", RowBox[{"AppendTo", "[", RowBox[{"LineFaces", ",", "i"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"NM", "=", RowBox[{"NMinimize", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{ RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"k", "=", "1"}], RowBox[{"f", "-", "2"}]], RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"Length", "[", RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], "]"}], "]"}], "]"}]], RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{ RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}], ",", RowBox[{"G3", "[", RowBox[{ SubscriptBox["rV", RowBox[{"Faces", "[", RowBox[{"[", RowBox[{ RowBox[{"include", "[", RowBox[{"[", "k", "]"}], "]"}], ",", "i"}], "]"}], "]"}]], ",", SubscriptBox["rF", "k"]}], "]"}], ",", "0"}], "]"}]}]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"n", "-", "2"}]], RowBox[{ SubscriptBox["rV", "i"], "\[Pi]", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Flatten", "@", RowBox[{"Table", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "m", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"m", ",", "1", ",", "2"}], "}"}]}], "]"}]}], ",", "i"}], "]"}], ",", RowBox[{"(*", " ", "then", " ", "*)"}], " ", "1", ",", RowBox[{"(*", " ", "else", " ", "*)"}], " ", "2"}], "]"}]}]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"j", "=", "1"}], RowBox[{"f", "-", "2"}]], RowBox[{ SubscriptBox["rF", "j"], "\[Pi]", " ", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"n", "-", "1"}]}], "]"}], "||", RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", RowBox[{"include", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}], ",", "n"}], "]"}]}], ",", RowBox[{"(*", " ", "then", " ", "*)"}], " ", "1", ",", RowBox[{"(*", " ", "else", " ", "*)"}], " ", "2"}], "]"}]}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"i", "=", "1"}], RowBox[{"n", "-", "2"}]], SubscriptBox["rV", "i"]}], "+", RowBox[{ UnderoverscriptBox["\[Sum]", RowBox[{"j", "=", "1"}], RowBox[{"f", "-", "2"}]], SubscriptBox["rF", "j"]}]}], "\[Equal]", "0"}]}], "}"}], ",", RowBox[{"Join", "[", RowBox[{"rhoV", ",", "rhoF"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"RADII", "=", RowBox[{"Exp", "[", RowBox[{"Re", "[", RowBox[{ RowBox[{"Join", "[", RowBox[{"rhoV", ",", "rhoF"}], "]"}], "/.", RowBox[{"(", RowBox[{"NM", "[", RowBox[{"[", "2", "]"}], "]"}], ")"}]}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"RADII", "/=", RowBox[{"RADII", "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"radii", "=", RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"radii", "[", "i", "]"}], "=", RowBox[{"RADII", "[", RowBox[{"[", "i", "]"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "nonlinefaces", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"radii", "[", RowBox[{"nonlinefaces", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"RADII", "[", RowBox[{"[", RowBox[{"n", "-", "2", "+", "i"}], "]"}], "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"radii", ",", "LineFaces"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7372045119396753`*^9, 3.7372046545187597`*^9}, { 3.737204685631832*^9, 3.7372047308167467`*^9}, {3.737204773625032*^9, 3.7372048110040503`*^9}, {3.737204842780097*^9, 3.737204924806987*^9}, { 3.7372050053122187`*^9, 3.737205008911607*^9}, {3.73720504639081*^9, 3.7372051214979887`*^9}, {3.7372051736233463`*^9, 3.737205179673382*^9}, { 3.737205261713398*^9, 3.7372052618754*^9}, {3.737205306100531*^9, 3.737205373527009*^9}, {3.737205491627762*^9, 3.737205535178033*^9}, { 3.737206922016953*^9, 3.737206989324239*^9}, {3.737207032865409*^9, 3.737207073209803*^9}, {3.737284915566703*^9, 3.737284955928123*^9}, { 3.737371291071519*^9, 3.7373713419977837`*^9}, {3.737468221809287*^9, 3.737468222498644*^9}, 3.737468268451545*^9, {3.7374683559250183`*^9, 3.737468513179357*^9}, {3.737468554130938*^9, 3.7374685561663094`*^9}, { 3.7374686045167637`*^9, 3.737468621354309*^9}, {3.737468670066434*^9, 3.737468700374711*^9}, {3.73746873598547*^9, 3.737468789149178*^9}, { 3.737469118685132*^9, 3.737469121422579*^9}, {3.737891244695794*^9, 3.737891247299219*^9}, {3.737995135349449*^9, 3.73799513678258*^9}}, CellLabel->"In[7]:=",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Boundary", "[", RowBox[{"n_", ",", "FacesCW_", ",", "LineFaces_", ",", "radii_", ",", RowBox[{"\[Epsilon]_:", "0"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "i", ",", "j", ",", "faces", ",", "vertices", ",", "lastvisited", ",", "d", ",", "h", ",", "H", ",", "breaker", ",", "unvisited", ",", "f", ",", "endcircle", ",", "ComputeEndcircle", ",", "ComputeEndcircle2", ",", "delete"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"unvisited", " ", "=", "FacesCW"}], ";", RowBox[{"(*", RowBox[{ "Keeps", " ", "track", " ", "of", " ", "the", " ", "faces", " ", "we", " ", RowBox[{"haven", "'"}], "t", " ", "visited"}], "*)"}], "\[IndentingNewLine]", RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"faces", "=", RowBox[{"<|", "|>"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"centers", " ", "of", " ", "face", " ", "circles", " ", RowBox[{"(", RowBox[{ RowBox[{"or", " ", "normals"}], ",", " ", RowBox[{"for", " ", "lines"}]}], ")"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"vertices", "=", RowBox[{"<|", "|>"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"centers", " ", "of", " ", "vertex", " ", "circles", " ", RowBox[{"(", RowBox[{ RowBox[{"or", " ", "normals"}], ",", " ", RowBox[{"for", " ", "lines"}]}], ")"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{ "Radii", " ", "is", " ", "an", " ", "assoc", " ", "from", " ", "v"}], "\[Rule]", RowBox[{ RowBox[{"rad", " ", "and", " ", "facelist"}], "\[Rule]", "rad"}]}], " ", "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Vertex", " ", "circles", " ", "going", " ", "vertically", " ", "upwards", " ", "along", " ", "first", " ", "FaceLine"}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", " ", RowBox[{"(*", " ", RowBox[{"height", " ", "along", " ", "the", " ", "left", " ", "line"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{ RowBox[{"Length", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "-", "2"}]}], RowBox[{"(*", RowBox[{ "Number", " ", "of", " ", "vertex", " ", "circles", " ", "that", " ", "lie", " ", "along", " ", "first", " ", "LineFace"}], "*)"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"h", "+", RowBox[{"radii", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}]}]}], "}"}]}], ";", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "center", " ", "of", " ", "this", " ", "vertex", " ", "circle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "]"}]}]}]}]}], "]"}], ";", RowBox[{"(*", RowBox[{ "Keeps", " ", "track", " ", "of", " ", "our", " ", "cumulative", " ", "height", " ", "as", " ", "we", " ", "climb", " ", "up", " ", "the", " ", "first", " ", "FaceLine"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", RowBox[{"Position", "[", RowBox[{"unvisited", ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"d", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Horizontal", " ", "distance"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"ComputeEndcircle", "[", RowBox[{"prev_", ",", "face_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Returns", " ", "which", " ", "vertex", " ", "circle", " ", "we", " ", "calculated", " ", "last", " ", "based", " ", "on", " ", "previous", " ", "vertex", " ", "circle", " ", "and", " ", "face"}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], "\[Equal]", "prev"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "then", "*)"}], RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "else", "*)"}], " ", RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", RowBox[{"n", "-", "1"}]}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle", "[", RowBox[{"n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], ";", RowBox[{"(*", RowBox[{ RowBox[{ "Previous", " ", "vertex", " ", "circle", " ", "is", " ", "bottom", " ", "line"}], ",", " ", RowBox[{"face", " ", "is", " ", "first", " ", "FaceLine"}]}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Face", " ", "circles", " ", "going", " ", "horizontally", " ", "across", " ", "upper", " ", "vertex", " ", "line"}], "*)"}], "\[IndentingNewLine]", RowBox[{"breaker", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "f"}], " ", ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "unvisited", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"n", "-", "1"}]}], "]"}], ",", " ", RowBox[{"(*", RowBox[{ RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{"circle", " ", "contains", " ", "n"}], "-", "1"}], ",", " ", RowBox[{ "so", " ", "it", " ", "is", " ", "on", " ", "the", " ", "upper", " ", "vertex", " ", "line"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", RowBox[{"ComputeEndcircle", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{ "circle", " ", "also", " ", "contains", " ", "the", " ", "vertex", " ", "right", " ", "before", " ", "n"}], "-", RowBox[{ "1", " ", "to", " ", "ensure", " ", "we", " ", "are", " ", "going", " ", "horizontally", " ", "across", " ", "in", " ", "the", " ", "right", " ", "order"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"If", " ", RowBox[{"we", "'"}], "ve", " ", "reached", " ", "the", " ", "second", " ", "faceline"}], ",", " ", RowBox[{"then", " ", "do", " ", RowBox[{"nothing", "--"}], "find", " ", "the", " ", "other", " ", "face", " ", "circle", " ", "containing", " ", "endcircle"}]}], "*)"}], "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ "else", " ", "if", " ", "the", " ", "face", " ", "circle", " ", "is", " ", "not", " ", "a", " ", "line"}], "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", "h"}], "}"}]}], ";", " ", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "center", " ", "of", " ", "this", " ", "face", " ", "circle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"d", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], ";", " ", RowBox[{"(*", " ", RowBox[{ "update", " ", "how", " ", "far", " ", "along", " ", "the", " ", "top", " ", "line", " ", "we", " ", "are"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ";", RowBox[{"(*", RowBox[{"Update", " ", "endcircle"}], "*)"}], "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", "i"}], "]"}]}], ";"}]}], "]"}]}], " ", RowBox[{"(*", " ", RowBox[{ "remove", " ", "that", " ", "face", " ", "from", " ", "the", " ", "unvisited", " ", "list"}], " ", "*)"}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ "Vertex", " ", "circles", " ", "along", " ", "the", " ", "second", " ", "FaceLine"}], ",", " ", RowBox[{"climbing", " ", "vertically", " ", "upwards"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{ RowBox[{"Length", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"d", ",", RowBox[{"h", "+", RowBox[{"radii", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}]}]}], "}"}]}], ";", RowBox[{"h", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{ RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], ",", "i"}], "]"}], "]"}], "]"}], "]"}]}]}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"H", "=", "h"}], ";", "\[IndentingNewLine]", RowBox[{"h", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Reset", " ", "height"}], "*)"}], "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"ComputeEndcircle2", "[", RowBox[{"prev_", ",", "face_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], "\[Equal]", "prev"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "then", "*)"}], RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"(*", "else", "*)"}], " ", RowBox[{"face", "[", RowBox[{"[", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Position", "[", RowBox[{"face", ",", "n"}], "]"}], "[", RowBox[{"[", RowBox[{"1", ",", "1"}], "]"}], "]"}], "-", "2"}], ",", RowBox[{"Length", "[", "face", "]"}]}], "]"}], "+", "1"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle2", "[", RowBox[{ RowBox[{"n", "-", "1"}], ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{ "Face", " ", "circles", " ", "along", " ", "lower", " ", "vertex", " ", "line"}], ",", " ", RowBox[{ "moving", " ", "horizontally", " ", "from", " ", "origin", " ", "to", " ", "second", " ", "FaceLine"}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"d", "=", "0"}], ";", RowBox[{"(*", RowBox[{"Reset", " ", "distance"}], "*)"}], "\[IndentingNewLine]", RowBox[{"breaker", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "f"}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "unvisited", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "n"}], "]"}], ",", " ", RowBox[{"(*", " ", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{"circle", " ", "contains", " ", "n"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "endcircle"}], RowBox[{"(*", " ", RowBox[{"ComputeEndcircle2", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], " ", "*)"}], "]"}], ",", RowBox[{"(*", " ", RowBox[{ RowBox[{"determine", " ", "if", " ", "this", " ", "face"}], "-", RowBox[{ "cirlce", " ", "also", " ", "contains", " ", "the", " ", "vertex", " ", "right", " ", "before", " ", "n"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"If", " ", RowBox[{"we", "'"}], "ve", " ", "reached", " ", "the", " ", "second", " ", "faceline"}], ",", " ", RowBox[{"then", " ", "do", " ", "nothing"}]}], "*)"}], "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "else", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", "h"}], "}"}]}], ";", " ", RowBox[{"(*", " ", RowBox[{"then", " ", RowBox[{"we", "'"}], "ll", " ", "make", " ", "this", " ", RowBox[{"face", "'"}], "s", " ", "center", " ", "be", " ", "where", " ", "we", " ", "know", " ", "it", " ", "is"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"d", "+=", RowBox[{"2", RowBox[{"radii", "[", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], ";", " ", RowBox[{"(*", " ", RowBox[{ "update", " ", "how", " ", "far", " ", "along", " ", "the", " ", "bottom", " ", "line", " ", "we", " ", "are"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"endcircle", "=", RowBox[{"ComputeEndcircle2", "[", RowBox[{"endcircle", ",", RowBox[{"unvisited", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"unvisited", "=", RowBox[{"Delete", "[", RowBox[{"unvisited", ",", "i"}], "]"}]}], ";"}]}], "]"}]}], " ", RowBox[{"(*", " ", RowBox[{ "remove", " ", "that", " ", "face", " ", "from", " ", "the", " ", "unvisited", " ", "list"}], " ", "*)"}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ "Set", " ", "the", " ", "normals", " ", "of", " ", "the", " ", "vertex", " ", "lines", " ", "and", " ", "face", " ", "lines"}], "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{"1", ",", "0"}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"-", "1"}], ",", "0"}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "n", "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"-", "1"}]}], "}"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], "=", RowBox[{"{", RowBox[{"0", ",", "1"}], "}"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "faces", ",", "vertices", ",", "radii", ",", "d", ",", "H", ",", "n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "0"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], "]"}], "*=", RowBox[{"-", "1"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}], "]"}], "*=", RowBox[{"-", "1"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "n"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"i", "\[Equal]", RowBox[{"n", "-", "1"}]}], "||", RowBox[{"i", "\[Equal]", "n"}]}], ",", "\[IndentingNewLine]", ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "d"}], "]"}], "\[LessEqual]", "\[Epsilon]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "0"}], "]"}], "\[LessEqual]", "\[Epsilon]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "=", RowBox[{"{", RowBox[{"d", ",", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}]}], "}"}]}]}], "]"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", RowBox[{"Return", " ", "the", " ", RowBox[{"assoc", "'"}], "s", " ", "of", " ", "the", " ", "faces", " ", "to", " ", "their", " ", "centers", " ", "and", " ", "vertices", " ", "to", " ", "their", " ", "centers"}], "*)"}], "\[IndentingNewLine]", RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", "d", ",", "H"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.737219030683413*^9, 3.737219068499385*^9}, { 3.737219129031519*^9, 3.737219157331717*^9}, {3.737219214776095*^9, 3.737219232499251*^9}, {3.737219530428797*^9, 3.737219737723432*^9}, { 3.737219973681823*^9, 3.737219981058498*^9}, {3.7372852522441998`*^9, 3.737285273052194*^9}, {3.737285379557729*^9, 3.7372853808850813`*^9}, { 3.737285506667365*^9, 3.737285515803762*^9}, {3.7372856044249487`*^9, 3.737285632285976*^9}, {3.7372857006889677`*^9, 3.7372857800137577`*^9}, { 3.73728584887117*^9, 3.737285857200169*^9}, {3.737286074306966*^9, 3.7372860829425373`*^9}, {3.7372861272847137`*^9, 3.737286147655734*^9}, { 3.737286180526772*^9, 3.737286183012919*^9}, {3.737286465705851*^9, 3.7372864888059*^9}, {3.7372865215606728`*^9, 3.737286606697309*^9}, { 3.737286645970365*^9, 3.737286648042437*^9}, {3.737286686140306*^9, 3.7372867642027607`*^9}, {3.737287269374832*^9, 3.737287342750917*^9}, { 3.737287384822444*^9, 3.7372877639349957`*^9}, {3.737287798168841*^9, 3.737287798698641*^9}, {3.737287874201215*^9, 3.737287886754616*^9}, { 3.73728794855105*^9, 3.73728794906709*^9}, {3.737287984087804*^9, 3.737287984258391*^9}, {3.737288167935055*^9, 3.7372881688958406`*^9}, { 3.737288229464828*^9, 3.7372884829941387`*^9}, {3.7372889651024017`*^9, 3.737289028710766*^9}, {3.73728913478118*^9, 3.7372891349574013`*^9}, { 3.737289176488153*^9, 3.7372892189711437`*^9}, {3.737289296434997*^9, 3.737289307920455*^9}, {3.737289377154367*^9, 3.7372893780167713`*^9}, { 3.73728946731621*^9, 3.7372894685890083`*^9}, {3.737289519964464*^9, 3.7372895646104527`*^9}, {3.737289627498472*^9, 3.7372896504948683`*^9}, { 3.737289698936853*^9, 3.7372897006060762`*^9}, {3.737289761143084*^9, 3.737289790713337*^9}, {3.737289852057372*^9, 3.737289856144655*^9}, { 3.7372899307846327`*^9, 3.737289954524984*^9}, {3.737290111472128*^9, 3.737290137729048*^9}, {3.7372903101204*^9, 3.7372903238682327`*^9}, { 3.737290363021036*^9, 3.737290395639821*^9}, {3.737290434642714*^9, 3.737290436215727*^9}, {3.737290481178443*^9, 3.737290524071663*^9}, { 3.737290651768982*^9, 3.7372906712458363`*^9}, {3.737290704533799*^9, 3.7372907061133537`*^9}, {3.737290744976763*^9, 3.737290766875083*^9}, { 3.737290999240056*^9, 3.737291019271243*^9}, {3.737291057840662*^9, 3.737291080456534*^9}, {3.737291128953987*^9, 3.737291140451013*^9}, { 3.737291260286092*^9, 3.7372914176080303`*^9}, {3.7372914768350573`*^9, 3.737291536874617*^9}, {3.7372915673943977`*^9, 3.73729157857458*^9}, { 3.73729459361259*^9, 3.737294594755714*^9}, {3.737294841256043*^9, 3.737294872151122*^9}, {3.73729499894667*^9, 3.737295013697496*^9}, { 3.737295117321186*^9, 3.737295146177869*^9}, {3.737295198600103*^9, 3.737295201561144*^9}, {3.737295332216126*^9, 3.7372953659228153`*^9}, { 3.7372958344031277`*^9, 3.737296025548025*^9}, {3.737302057273785*^9, 3.737302228939927*^9}, 3.7373022837982073`*^9, {3.737302343644175*^9, 3.737302375974662*^9}, 3.737302421339328*^9, {3.737302477569655*^9, 3.737302565791008*^9}, {3.737302777019927*^9, 3.737302823909573*^9}, { 3.737303123387793*^9, 3.737303214311923*^9}, {3.7373032530403357`*^9, 3.7373032965502157`*^9}, {3.737303417213832*^9, 3.737303518053563*^9}, { 3.737303590633803*^9, 3.737303600566893*^9}, {3.737303631996339*^9, 3.737303736869626*^9}, {3.737303779146243*^9, 3.737303825046517*^9}, { 3.737304130063211*^9, 3.737304181026523*^9}, {3.7373042470907288`*^9, 3.737304349277087*^9}, {3.7373043812177143`*^9, 3.737304407351365*^9}, { 3.737304581411367*^9, 3.737304616831106*^9}, {3.7373046620344*^9, 3.7373047068712873`*^9}, {3.737304771496949*^9, 3.7373048444644938`*^9}, { 3.737305306432076*^9, 3.7373053158581667`*^9}, {3.7373053546618013`*^9, 3.737305355635768*^9}, 3.7373054429132357`*^9, {3.737306098271888*^9, 3.737306106600956*^9}, {3.737306417696192*^9, 3.737306447095158*^9}, { 3.7373064781213903`*^9, 3.737306483985478*^9}, {3.737306573567268*^9, 3.737306587589746*^9}, {3.737306720838073*^9, 3.73730674819695*^9}, { 3.737306852180376*^9, 3.737306861658111*^9}, {3.737306929352565*^9, 3.7373069458296127`*^9}, {3.737306985973919*^9, 3.73730703321769*^9}, { 3.737307104020858*^9, 3.737307104380198*^9}, {3.7373072016479588`*^9, 3.737307219827284*^9}, {3.737307283259153*^9, 3.737307449938692*^9}, { 3.737307507268676*^9, 3.737307531627266*^9}, {3.737307624863483*^9, 3.737307630803578*^9}, 3.7373692366355057`*^9, {3.737378768428591*^9, 3.737378772696554*^9}, {3.737456548739272*^9, 3.737456676468967*^9}, { 3.737456732055797*^9, 3.737456785246457*^9}, {3.737456880379624*^9, 3.73745693261576*^9}, {3.7374569872793217`*^9, 3.737457002918715*^9}, { 3.737457034354722*^9, 3.7374570868457327`*^9}, {3.7374573446089993`*^9, 3.737457359698818*^9}, {3.737457621684537*^9, 3.737457654757286*^9}, { 3.7374577893447638`*^9, 3.7374578203273153`*^9}, 3.73745786787053*^9, { 3.737458414579453*^9, 3.7374584346434393`*^9}, {3.73745848723744*^9, 3.737458515616708*^9}, {3.737458663428769*^9, 3.73745867379788*^9}, { 3.737458742757172*^9, 3.7374588188135767`*^9}, {3.7374589524311037`*^9, 3.737458970370059*^9}, {3.737459004685546*^9, 3.737459017734614*^9}, { 3.737469143102393*^9, 3.737469152438889*^9}, {3.7374723221463118`*^9, 3.7374723517302732`*^9}, {3.737472517403573*^9, 3.73747252044235*^9}, { 3.737472566196344*^9, 3.737472599816885*^9}, {3.737472901109223*^9, 3.737472904411367*^9}, {3.737472959283648*^9, 3.737472959747048*^9}, { 3.737472997133112*^9, 3.737473040080291*^9}, {3.7374732109292183`*^9, 3.73747321567245*^9}, {3.737474220810277*^9, 3.737474243746545*^9}, { 3.737720030799748*^9, 3.7377200552173643`*^9}, {3.737720087337412*^9, 3.7377201185616283`*^9}, {3.737720170734948*^9, 3.737720176149166*^9}, { 3.7377202115121927`*^9, 3.7377202116963243`*^9}, {3.7377202481305037`*^9, 3.737720253754922*^9}, {3.73772028641499*^9, 3.7377203344757833`*^9}, { 3.737891223277732*^9, 3.7378912238571*^9}, {3.737906075544756*^9, 3.7379060758948555`*^9}, {3.737991347709439*^9, 3.7379913481113663`*^9}, { 3.7379951711905804`*^9, 3.7379951715466285`*^9}}, CellLabel->"In[8]:=",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x_", ",", "y_"}], "}"}], ",", "r_", ",", "face_", ",", "vertices_", ",", "radii_", ",", "lines_"}], "]"}], ":=", RowBox[{"(*", " ", RowBox[{ "face", " ", "is", " ", "all", " ", "the", " ", "vertices", " ", "that", " ", "the", " ", "face", " ", "intersects"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"(*", RowBox[{ RowBox[{"{", RowBox[{"x_", ",", "y_"}], "}"}], ",", RowBox[{"r", ":", " ", RowBox[{ "known", " ", "center", " ", "of", " ", "opposite", " ", "kind", " ", "and", " ", "its", " ", "radius", "\[IndentingNewLine]", "face"}], ":", " ", RowBox[{ "all", " ", "the", " ", "circles", " ", "of", " ", "its", " ", "kind", " ", "that", " ", "pass", " ", "thru", " ", "that", " ", "opposite", " ", "known", " ", "circle", "\[IndentingNewLine]", RowBox[{"vertices", ":", " ", RowBox[{ "all", " ", "the", " ", "circles", " ", "of", " ", "its", " ", "kind", " ", "that", " ", "are", " ", "tangent", " ", "to", " ", "the", " ", "one", " ", RowBox[{"we", "'"}], "e", " ", "looking", " ", "for"}]}]}]}]}], "*)"}], "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"verts", "=", "vertices"}], ",", "i", ",", "j", ",", "\[Phi]", ",", "\[Theta]", ",", "\[Omega]", ",", RowBox[{"face2", "=", "face"}], ",", "b", ",", RowBox[{"b2", "=", "True"}]}], "}"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "||", RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "2"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "face2", "]"}]}], "&&", "b2"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"face2", "=", RowBox[{"Join", "[", RowBox[{ RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", ";;"}], "]"}], "]"}], ",", RowBox[{"face2", "[", RowBox[{"[", RowBox[{";;", RowBox[{"i", "-", "1"}]}], "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"b2", "=", "False"}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"b", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "2"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "face2", "]"}]}], "&&", "b"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"lines", ",", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"AppendTo", "[", RowBox[{"face2", ",", RowBox[{"face2", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", RowBox[{ RowBox[{"Length", "[", "face2", "]"}], "-", "1"}]}], ",", RowBox[{"j", ">", "i"}], ",", RowBox[{"j", "--"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"\[Phi]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "x"}], ",", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "-", "y"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Theta]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"j", "+", "1"}], "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", RowBox[{"(*", " ", RowBox[{"j", "+", RowBox[{ "1", " ", "refers", " ", "to", " ", "previously", " ", RowBox[{"computed", " ", "/", " ", "known"}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"\[Omega]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"x", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Cos", "[", RowBox[{"\[Phi]", "-", "\[Theta]", "-", "\[Omega]"}], "]"}]}]}], ",", RowBox[{"y", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Sin", "[", RowBox[{"\[Phi]", "-", "\[Theta]", "-", "\[Omega]"}], "]"}]}]}]}], "}"}]}]}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";", RowBox[{"b", "=", "False"}], ";", "Break"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"\[Phi]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "-", "x"}], ",", RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "-", "y"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Theta]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", RowBox[{"i", "-", "1"}], "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", RowBox[{"(*", " ", RowBox[{"i", "-", RowBox[{ "1", " ", "refers", " ", "to", " ", "previously", " ", RowBox[{"computed", " ", "/", " ", "known"}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"\[Omega]", "=", RowBox[{"ArcTan", "[", RowBox[{ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "/", "r"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"verts", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "=", RowBox[{"{", RowBox[{ RowBox[{"x", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Cos", "[", RowBox[{"\[Phi]", "+", "\[Theta]", "+", "\[Omega]"}], "]"}]}]}], ",", RowBox[{"y", "+", RowBox[{ SqrtBox[ RowBox[{ SuperscriptBox["r", "2"], "+", SuperscriptBox[ RowBox[{"radii", "[", RowBox[{"face2", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "2"]}]], RowBox[{"Sin", "[", RowBox[{"\[Phi]", "+", "\[Theta]", "+", "\[Omega]"}], "]"}]}]}]}], "}"}]}]}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "]"}], ";", "\[IndentingNewLine]", "verts"}]}], "\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->CompressedData[" 1:eJwd030s1HEcB/BfylGhk+tmultSuqz0uKhUSsyVHk/IlWr0YDJEU5e7DCc0 xE8RihBdiLsJV1mblsgqD7XuGnk4VNfJUw/S1Pq9v3989vrn8/lsn733WRwY LjplRFHUbqagpUVmqkRr2NG6wv0a7HQYuQXPRnmXwOv+3EpokxSqhF+2f38I lZsLGqBOPdYCk/t9u2FwUvkgPLRzgQFSUv4kVJm++QOL5xwwucQoqxYT51v7 mUGnzw+JDds9raDUoOPDKKO/ofC6yjQCpi1nxcGy28OJcBEtS4NU/lAWDGfb 58Nkn7W3oLjOuQwq3aOI5W6FatgYW/ACjnq2vyLzWroT0q+tNfC4W2sXbNHv 0sGevSnERzZheii6T8+IYbR0KjSFuoxG4nBt8xGomNtOFA28CyJ9m35JoTwj RQ7NFV40XHfKIhveiPxBvLxzpADy7vNL4Pkuk2pYvLRQBV/lmb2FNQFUNzT1 2DYIs/VaImvAVw+nDyYRU/7uG4WRvMeT8MJklbGM0VbQSdwaqOmNZbyaOasP zlJXfILdnDaiE+fpnnjk4K8lardZ1EDbc5wGmDplPgrr+DQrgXHEksODD35X Ewd/S4TQ7n3FMbhJ4BcEKcd1wVB+xicUFj35FA63rF9zAXI/512CPar5V6BP 2+l00n+6loZ3J1xyoNgvpgDuize+A1ewKAVkf/xeAQUlC5TwnOZ9ExwLbP4I n2kbB+BGrnoY9ndMjcEjs4t2p+GuLuF+yB2mg+CcBMcQyBp/GQYpm3lSyLZ1 yYIeFvJiyAt9Vg4V3hNKuKiqvgmK3AJa4HOxuo3st/PvgBnCsSEYwa00wD5b q5mFyCvagQ1POKa332HcvLKmAzYFeWlgvGU6UajzHoScEGocrr4pnYbub4X/ YH1tolER/qU3h8h2dHWGkqyFG+FRL9VBqBt6RPxl3HMYTn/7EwATv+VGwH/H FkZC694l0fCrRC6BveuzY6H96ityOFsWdg+WunYr4A8zWStcddmlDZaXxq2J /sD888pcYp/m5DIpY7PxBgEUXHT7qWBMtooi/gegIJ/I "], CellLabel->"In[9]:=",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[BoxData[ RowBox[{ RowBox[{"Cull", "[", "assoc_", "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"vis", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"unv", "=", RowBox[{"{", "}"}]}], ",", "i"}], "}"}], ",", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "assoc", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"assoc", "[", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"unv", ",", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"vis", ",", RowBox[{ RowBox[{"Keys", "[", "assoc", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", RowBox[{"{", RowBox[{"vis", ",", "unv"}], "}"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.737378883847493*^9, 3.7373790220179577`*^9}}, CellLabel->"In[10]:=",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"Interior", "[", RowBox[{ "n_", ",", "FacesCW_", ",", "LineFaces_", ",", "radii_", ",", "vertices_", ",", "faces_", ",", "d_", ",", "h_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Vunv", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Funv", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Vvis", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"Fvis", "=", RowBox[{"{", "}"}]}], ",", "i", ",", "j", ",", "f", ",", RowBox[{"verts", "=", "vertices"}], ",", "verts2", ",", RowBox[{"fcs", "=", "faces"}], ",", "fcs2", ",", "fi", ",", "vi", ",", "x", ",", "y", ",", "k", ",", "b"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "n"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "i", "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"Vunv", ",", "i"}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"Vvis", ",", "i"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "f"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[Equal]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"Funv", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"Fvis", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{ RowBox[{"j", "\[LessEqual]", RowBox[{"n", "+", RowBox[{"Length", "[", "FacesCW", "]"}]}]}], "&&", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"Length", "[", "Vunv", "]"}], "+", RowBox[{"Length", "[", "Funv", "]"}]}], ">", "0"}], ")"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Fvis", "]"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"(*", " ", RowBox[{ "for", " ", "a", " ", "known", " ", "face", " ", "circle"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{"Vvis", ",", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], "]"}], "*", RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{"Vunv", ",", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], "]"}]}], ">", "0"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"fi", "=", RowBox[{"Fvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], "=", RowBox[{"fcs", "[", "fi", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"verts2", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "fi", "]"}], ",", "fi", ",", "verts", ",", "radii", ",", RowBox[{"{", RowBox[{ RowBox[{"n", "-", "1"}], ",", "n"}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs", ",", "verts2", ",", "radii", ",", "d", ",", "h", ",", "n", ",", RowBox[{"{", RowBox[{ RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "]"}], ",", RowBox[{"FacesCW", "[", RowBox[{"[", RowBox[{"LineFaces", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "]"}]}], "}"}], ",", "0"}], "]"}], ",", RowBox[{"verts", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "fi", "]"}], ",", RowBox[{"Reverse", "[", "fi", "]"}], ",", "verts", ",", "radii", ",", RowBox[{"{", RowBox[{ RowBox[{"n", "-", "1"}], ",", "n"}], "}"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"verts", "=", "verts2"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"Vvis", ",", "Vunv"}], "}"}], "=", RowBox[{"Cull", "[", "verts", "]"}]}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Vvis", "]"}]}], ",", RowBox[{"i", "++"}], ",", " ", RowBox[{"(*", " ", RowBox[{ "for", " ", "a", " ", "known", " ", "vertex", " ", "circle"}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", RowBox[{"Length", "[", "Fvis", "]"}]}], ",", RowBox[{"k", "++"}], ",", RowBox[{"b", "=", RowBox[{"b", "||", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Fvis", "[", RowBox[{"[", "k", "]"}], "]"}], ",", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "True", ",", "False"}], "]"}]}]}]}], "]"}], ";", "b"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b", "=", "False"}], ";", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", RowBox[{"Length", "[", "Funv", "]"}]}], ",", RowBox[{"k", "++"}], ",", RowBox[{"b", "=", RowBox[{"b", "||", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Funv", "[", RowBox[{"[", "k", "]"}], "]"}], ",", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}], ",", "True", ",", "False"}], "]"}]}]}]}], "]"}], ";", "b"}], ",", "\[IndentingNewLine]", RowBox[{"(*", " ", "then", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"vi", "=", RowBox[{"Vvis", "[", RowBox[{"[", "i", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], "=", RowBox[{"verts", "[", "vi", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"fcs2", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "vi", "]"}], ",", RowBox[{"FacesList", "[", RowBox[{"vi", ",", "FacesCW"}], "]"}], ",", "fcs", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs2", ",", "verts", ",", "radii", ",", "d", ",", "h", ",", "n", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "0"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"fcs", "=", RowBox[{"FindRest", "[", RowBox[{ RowBox[{"{", RowBox[{"x", ",", "y"}], "}"}], ",", RowBox[{"radii", "[", "vi", "]"}], ",", "\[IndentingNewLine]", RowBox[{"Reverse", "[", RowBox[{"FacesList", "[", RowBox[{"vi", ",", "FacesCW"}], "]"}], "]"}], ",", "fcs", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"fcs", "=", "fcs2"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"Fvis", ",", "Funv"}], "}"}], "=", RowBox[{"Cull", "[", "fcs", "]"}]}], ";"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"verts", ",", "fcs"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.737371589519445*^9, 3.7373715939907503`*^9}, { 3.7373717937672253`*^9, 3.737371867174656*^9}, {3.737371907831069*^9, 3.73737217884262*^9}, {3.7373722186269712`*^9, 3.737372303076326*^9}, { 3.737372765799387*^9, 3.737372795651403*^9}, {3.737372858097958*^9, 3.73737290560703*^9}, {3.7373729483086967`*^9, 3.737372962791078*^9}, { 3.737376949244026*^9, 3.737377199857114*^9}, {3.737378821576833*^9, 3.737378856709831*^9}, {3.737379029954533*^9, 3.737379249070065*^9}, { 3.737379302218759*^9, 3.737379442833221*^9}, {3.737379504802657*^9, 3.737379571504554*^9}, {3.73737972110927*^9, 3.737379741421777*^9}, { 3.737380015082492*^9, 3.737380027586205*^9}, {3.737380096483328*^9, 3.737380123433268*^9}, {3.737380170681796*^9, 3.7373801708619337`*^9}, { 3.737380320948838*^9, 3.7373804262726393`*^9}, {3.73738047325154*^9, 3.737380485443796*^9}, {3.737380518592564*^9, 3.737380537424242*^9}, { 3.737380576718589*^9, 3.737380596012712*^9}, {3.7373859949503098`*^9, 3.7373860041894217`*^9}, {3.7373893401960897`*^9, 3.737389340516891*^9}, { 3.737390296785729*^9, 3.7373904116517477`*^9}, {3.7373904724338512`*^9, 3.737390578698831*^9}, {3.737390622302457*^9, 3.737390636926055*^9}, 3.737390871387472*^9, {3.737391458456609*^9, 3.7373915337313957`*^9}, { 3.7373916762920856`*^9, 3.7373916866307707`*^9}, {3.737391755289661*^9, 3.737391760387761*^9}, {3.737392424160388*^9, 3.737392446839201*^9}, { 3.7373926496569033`*^9, 3.7373926770265007`*^9}, {3.737415538959766*^9, 3.737415550423221*^9}, {3.7374157811082497`*^9, 3.737415783008522*^9}, { 3.737416229137042*^9, 3.73741626934859*^9}, {3.737416301320304*^9, 3.7374164268381977`*^9}, {3.737416488079246*^9, 3.737416506542727*^9}, { 3.737418543755864*^9, 3.737418614467947*^9}, {3.73745208819372*^9, 3.7374521079510527`*^9}, {3.737452248507903*^9, 3.737452260807358*^9}, 3.737452337464182*^9, {3.737452547756901*^9, 3.737452552175274*^9}, { 3.737452597327281*^9, 3.737452623027234*^9}, {3.737452951467626*^9, 3.7374529538565903`*^9}, {3.7374529931356688`*^9, 3.73745300450865*^9}, { 3.737453253031118*^9, 3.7374532838306513`*^9}, {3.737453448755361*^9, 3.7374535016621037`*^9}, {3.737453540364457*^9, 3.7374535737880087`*^9}, { 3.7374536292349997`*^9, 3.737453661316655*^9}, {3.737453692604967*^9, 3.737453705446292*^9}, {3.7374538230331917`*^9, 3.737453850633659*^9}, { 3.7374540473125362`*^9, 3.73745406845465*^9}, {3.737454116980228*^9, 3.737454141500236*^9}, {3.737454665545776*^9, 3.737454752199181*^9}, { 3.737454823087352*^9, 3.737454936342786*^9}, {3.73745497887639*^9, 3.7374549822716417`*^9}, {3.737455062923647*^9, 3.737455067024728*^9}, { 3.7374592709534693`*^9, 3.737459282809087*^9}, {3.737459718460556*^9, 3.7374598283067007`*^9}, {3.737459871128312*^9, 3.737459943923081*^9}, { 3.737460424909642*^9, 3.737460468107106*^9}, {3.737460531451869*^9, 3.7374605342064867`*^9}, {3.737460570370933*^9, 3.73746065914788*^9}, { 3.737469228334271*^9, 3.7374692297752113`*^9}, {3.7374759421424723`*^9, 3.737475959220735*^9}, {3.737475996982561*^9, 3.737476043275124*^9}, { 3.7374760741261263`*^9, 3.7374762044096413`*^9}, {3.737476237384112*^9, 3.737476257932431*^9}, {3.737476290722767*^9, 3.7374763178872833`*^9}, { 3.737476633241235*^9, 3.73747668584684*^9}, {3.737476775880768*^9, 3.737476807271324*^9}, {3.737476934280177*^9, 3.7374769365813828`*^9}, { 3.737476994438554*^9, 3.7374770257193117`*^9}, {3.737478615746154*^9, 3.737478664034655*^9}, {3.737478700737122*^9, 3.737478703803566*^9}, { 3.737891193943988*^9, 3.7378911945027657`*^9}, {3.7379034272313843`*^9, 3.737903448515432*^9}, 3.737903546475888*^9}, CellLabel->"In[11]:=",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"ThrowOrderError", "[", RowBox[{ "fcs2_", ",", "verts_", ",", "radii_", ",", "d_", ",", "h_", ",", "n_", ",", "fls_", ",", "\[Epsilon]_"}], "]"}], RowBox[{"(*", " ", RowBox[{"fcs2", " ", "is", " ", "proposed", " ", "fcs", " ", RowBox[{"association", ".", " ", "fls"}], " ", "is", " ", "facelines"}], " ", "*)"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", "j", ",", "b", ",", "b2", ",", "K"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"K", "=", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "fcs2", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"fls", ",", RowBox[{ RowBox[{"Keys", "[", "fcs2", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"K", ",", RowBox[{ RowBox[{"Keys", "[", "fcs2", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"b", "=", "False"}], ";", " ", RowBox[{"(*", " ", "\"\\"", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "K", "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"b2", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"-", "\[Infinity]"}], "<", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "<", "0"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{"-", "\[Infinity]"}], "<", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "<", "0"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], ">", "d"}], "\[IndentingNewLine]", "||", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], ">", "h"}], "\[IndentingNewLine]", "||", RowBox[{"(", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"n", "-", "1"}]}], "&&", RowBox[{ RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "\[NotEqual]", "n"}], "&&", RowBox[{ RowBox[{"verts", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"EuclideanDistance", "[", RowBox[{ RowBox[{"verts", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], ",", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}], "\[GreaterEqual]", RowBox[{ RowBox[{"(", RowBox[{"1", "-", "\[Epsilon]"}], ")"}], RowBox[{"(", RowBox[{ RowBox[{"radii", "[", RowBox[{"K", "[", RowBox[{"[", RowBox[{"i", ",", "j"}], "]"}], "]"}], "]"}], "+", RowBox[{"radii", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], ")"}]}]}], ",", RowBox[{ RowBox[{"b2", "=", "True"}], ";", "Break"}]}], "]"}]}], "]"}]}], "]"}], ";", "b2"}], ")"}]}]}], ",", "\[IndentingNewLine]", RowBox[{"b", "=", "True"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{ RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", "K", "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"i", "\[NotEqual]", "j"}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "\[NotEqual]", RowBox[{"{", RowBox[{ RowBox[{"-", "\[Infinity]"}], ",", RowBox[{"-", "\[Infinity]"}]}], "}"}]}], "&&", "\[IndentingNewLine]", RowBox[{ RowBox[{"EuclideanDistance", "[", RowBox[{ RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}]}], "]"}], "<", RowBox[{ RowBox[{"(", RowBox[{"1", "+", "\[Epsilon]"}], ")"}], RowBox[{"(", RowBox[{ RowBox[{"radii", "[", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], "]"}], "+", RowBox[{"radii", "[", RowBox[{"fcs2", "[", RowBox[{"K", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "]"}]}], ")"}]}]}]}], "\[IndentingNewLine]", ",", RowBox[{"(*", " ", RowBox[{"then", ",", " ", "bad"}], " ", "*)"}], " ", RowBox[{"b", "=", "True"}]}], "]"}]}], "]"}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"fls", "[", RowBox[{"[", RowBox[{"1", ",", "i"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "\[NotEqual]", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "&&", RowBox[{ RowBox[{"fls", "[", RowBox[{"[", RowBox[{"1", ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}]}], ",", RowBox[{"b", "=", "True"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}]}], "&&", RowBox[{"!", "b"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"verts", "[", RowBox[{"fls", "[", RowBox[{"[", RowBox[{"2", ",", "i"}], "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], "\[NotEqual]", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"fcs2", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "&&", RowBox[{ RowBox[{"fls", "[", RowBox[{"[", RowBox[{"2", ",", "i"}], "]"}], "]"}], "<", RowBox[{"n", "-", "1"}]}]}], ",", RowBox[{"b", "=", "True"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", "b"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373860513513117`*^9, 3.737386324009047*^9}, { 3.7373863565686207`*^9, 3.737386763058362*^9}, {3.737387011692689*^9, 3.7373874131979523`*^9}, {3.737387444285528*^9, 3.737387446417802*^9}, { 3.737387501724284*^9, 3.7373875162781897`*^9}, {3.7373875865809803`*^9, 3.7373876073787117`*^9}, {3.737387674890192*^9, 3.737387682382772*^9}, { 3.737387740454358*^9, 3.7373877582071867`*^9}, {3.737387870977488*^9, 3.737387912943714*^9}, {3.737388020284473*^9, 3.7373880216503363`*^9}, { 3.7373881133311872`*^9, 3.7373881231093473`*^9}, {3.737388218003031*^9, 3.737388251234787*^9}, {3.737388306336886*^9, 3.7373884325997267`*^9}, { 3.73738859353605*^9, 3.737388596101646*^9}, {3.7373886515625*^9, 3.737388731115857*^9}, {3.737388764603668*^9, 3.7373887825179358`*^9}, { 3.737388827395173*^9, 3.73738885534306*^9}, {3.7373889569580507`*^9, 3.7373891513974247`*^9}, {3.737389185971114*^9, 3.737389229300188*^9}, { 3.7373892871568117`*^9, 3.73738930336942*^9}, {3.737451960169162*^9, 3.737451962438613*^9}, {3.737452188533687*^9, 3.7374522140811863`*^9}, { 3.7374523846778708`*^9, 3.737452411688586*^9}, {3.7374524423850327`*^9, 3.7374525059763308`*^9}, {3.7374527627193413`*^9, 3.7374528272523108`*^9}, {3.7374529127507477`*^9, 3.737452943447597*^9}, { 3.737453021653625*^9, 3.737453033081242*^9}, 3.737453194007431*^9, { 3.737457949590412*^9, 3.737458106215234*^9}, {3.737458155680525*^9, 3.737458160666041*^9}, {3.7374582249762278`*^9, 3.737458233452886*^9}, 3.7379035853422227`*^9, {3.7379952037395506`*^9, 3.7379952046351557`*^9}}, CellLabel->"In[12]:=",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"FacesList", "[", RowBox[{"v_", ",", "Faces_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"ContainV", "=", RowBox[{"{", "}"}]}], ",", "i", ",", RowBox[{"L", "=", "2"}], ",", RowBox[{"p", "=", "3"}], ",", "temp"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "Faces", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Faces", "[", RowBox[{"[", "i", "]"}], "]"}], ",", "v"}], "]"}], ",", RowBox[{"AppendTo", "[", RowBox[{"ContainV", ",", RowBox[{"Faces", "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"While", "[", RowBox[{ RowBox[{"L", "<", RowBox[{"Length", "[", "ContainV", "]"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"While", "[", RowBox[{ RowBox[{"p", "\[LessEqual]", RowBox[{"Length", "[", "ContainV", "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", RowBox[{"L", "-", "1"}], "]"}], "]"}], ",", RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}]}], "]"}], "]"}], "\[Equal]", "2"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"temp", "=", RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}]}], ";", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", "p", "]"}], "]"}], "=", RowBox[{"ContainV", "[", RowBox[{"[", "L", "]"}], "]"}]}], ";", RowBox[{ RowBox[{"ContainV", "[", RowBox[{"[", "L", "]"}], "]"}], "=", "temp"}], ";", RowBox[{"p", "=", RowBox[{"1", "+", RowBox[{"Length", "[", "ContainV", "]"}]}]}]}], ",", "\[IndentingNewLine]", RowBox[{"p", "++"}]}], "]"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"L", "++"}], ";", "\[IndentingNewLine]", RowBox[{"p", "=", RowBox[{"L", "+", "1"}]}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "ContainV"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373893963188553`*^9, 3.737389499461423*^9}, { 3.737389625681715*^9, 3.7373896502694798`*^9}, {3.7373897037433033`*^9, 3.737389735684783*^9}, {3.737389775354559*^9, 3.737389877602042*^9}, { 3.737389938671054*^9, 3.737389955021085*^9}, {3.737390098064752*^9, 3.7373901898598967`*^9}, {3.7373902333090754`*^9, 3.737390260404229*^9}, { 3.737477725750886*^9, 3.7374777259423532`*^9}, {3.737477772140749*^9, 3.737477809678876*^9}, {3.737477865110086*^9, 3.7374778881276903`*^9}, { 3.7374781429692793`*^9, 3.737478158525076*^9}, {3.737478266335372*^9, 3.737478275141066*^9}, {3.7374783969519587`*^9, 3.7374784008097754`*^9}, { 3.737903596846489*^9, 3.737903597250413*^9}}, CellLabel->"In[13]:=",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[BoxData[ RowBox[{ RowBox[{"Q", "=", RowBox[{"(", GridBox[{ {"0", RowBox[{"1", "/", "2"}], "0", "0"}, { RowBox[{"1", "/", "2"}], "0", "0", "0"}, {"0", "0", RowBox[{"-", "1"}], "0"}, {"0", "0", "0", RowBox[{"-", "1"}]} }], ")"}]}], ";"}]], "Input", CellLabel->"In[14]:=",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"InvCoords", "[", RowBox[{"z_", ",", "r_", ",", RowBox[{"d_:", "0"}]}], "]"}], ":=", RowBox[{"If", "[", RowBox[{ RowBox[{"r", "\[Equal]", "\[Infinity]"}], ",", RowBox[{"{", RowBox[{ RowBox[{"2", "d"}], ",", "0", ",", "z"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ FractionBox[ SuperscriptBox[ RowBox[{"Norm", "[", "z", "]"}], "2"], "r"], "-", "r"}], ",", RowBox[{"1", "/", "r"}], ",", RowBox[{"z", "/", "r"}]}], "}"}]}], "]"}]}], ";"}]], "Input", CellLabel->"In[15]:=",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Gram", "[", "SC_", "]"}], ":=", RowBox[{"SC", ".", "Q", ".", RowBox[{"Transpose", "[", "SC", "]"}]}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"SuperCluster", "[", RowBox[{ "vertices_", ",", "faces_", ",", "radii_", ",", "fls_", ",", "d_", ",", "h_", ",", "n_"}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"sc", "=", RowBox[{"{", "}"}]}], ",", "i"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"n", "-", "2"}]}], ",", RowBox[{"i", "++"}], ",", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", "i", "]"}], ",", RowBox[{"radii", "[", "i", "]"}]}], "]"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["h", "2"], "+", RowBox[{ RowBox[{ RowBox[{"vertices", "[", RowBox[{"n", "-", "1"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], FractionBox["h", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"vertices", "[", "n", "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["h", "2"], "+", RowBox[{ RowBox[{ RowBox[{"vertices", "[", "n", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], FractionBox["h", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", RowBox[{"Keys", "[", "faces", "]"}], "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{"fls", ",", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}]}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "faces", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"sc", ",", RowBox[{"Flatten", "[", RowBox[{"InvCoords", "[", RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], ",", "\[Infinity]", ",", RowBox[{ FractionBox["d", "2"], "+", RowBox[{ RowBox[{ RowBox[{"faces", "[", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}], FractionBox["d", "2"]}]}]}], "]"}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", "sc"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}], "Input", CellLabel->"In[16]:=",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"DrawCircle", "[", RowBox[{"{", RowBox[{"bhat_", ",", "b_", ",", "bx_", ",", "by_"}], "}"}], "]"}], ":=", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", "b", "]"}], "\[GreaterEqual]", " ", ".01"}], ",", RowBox[{"Circle", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"bx", ",", "by"}], "}"}], "/", "b"}], ",", RowBox[{"1", "/", "b"}]}], "]"}], ",", RowBox[{"InfiniteLine", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"bx", ",", "by"}], "}"}], RowBox[{"bhat", "/", "2"}]}], ",", RowBox[{"{", RowBox[{ RowBox[{"-", "by"}], ",", "bx"}], "}"}]}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7383666121648498`*^9, 3.7383666304241414`*^9}, { 3.738366663056327*^9, 3.738366710683964*^9}, {3.7383669102892475`*^9, 3.73836691462473*^9}}, CellLabel->"In[18]:=",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Packing", "[", RowBox[{"n_", ",", "FacesCW_", ",", RowBox[{"\[Epsilon]_:", "0"}]}], "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "radii", ",", "LineFaces", ",", "vertices", ",", "faces", ",", "d", ",", "h"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"radii", ",", "LineFaces"}], "}"}], "=", RowBox[{"EnergySetup", "[", RowBox[{"n", ",", "FacesCW"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", "d", ",", "h"}], "}"}], "=", RowBox[{"Boundary", "[", RowBox[{ "n", ",", "FacesCW", ",", "LineFaces", ",", "radii", ",", "\[Epsilon]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces"}], "}"}], "=", RowBox[{"Interior", "[", RowBox[{ "n", ",", "FacesCW", ",", "LineFaces", ",", "radii", ",", "vertices", ",", "faces", ",", "d", ",", "h"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ "vertices", ",", "faces", ",", "radii", ",", "d", ",", "h", ",", "LineFaces"}], "}"}]}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.737469007369687*^9, 3.737469107407995*^9}, { 3.73746916343927*^9, 3.737469194858486*^9}, {3.737469239984439*^9, 3.737469246965393*^9}, {3.737469315964088*^9, 3.737469336634994*^9}, { 3.737469428057992*^9, 3.737469432696295*^9}, {3.737469465014307*^9, 3.737469481114959*^9}, {3.7374695687460957`*^9, 3.7374696091341476`*^9}, { 3.737470455200612*^9, 3.7374704661283417`*^9}, {3.737478361306628*^9, 3.7374783619053802`*^9}, {3.737720455890616*^9, 3.737720462414033*^9}}, CellLabel->"In[19]:=",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Render", "[", RowBox[{ "radii_", ",", "fcs_", ",", "verts_", ",", "fls_", ",", "n_", ",", "d_", ",", "h_"}], "]"}], ":=", RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{"Blue", ",", "Thick", ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"i", "\[Equal]", RowBox[{"n", "-", "1"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "h"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "h"}], "}"}]}], "}"}], "]"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{"i", "\[Equal]", "n"}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "0"}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"d", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", "0"}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Circle", "[", RowBox[{ RowBox[{"verts", "[", RowBox[{ RowBox[{"Keys", "[", "verts", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "verts", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}]}], "]"}], ",", "\[IndentingNewLine]", "Red", ",", "Dashed", ",", "\[IndentingNewLine]", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"fls", "[", RowBox[{"[", "1", "]"}], "]"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"0", ",", RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}], ",", RowBox[{"{", RowBox[{"0", ",", RowBox[{"h", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "\[Equal]", RowBox[{"fls", "[", RowBox[{"[", "2", "]"}], "]"}]}], ",", RowBox[{"Line", "[", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"d", ",", RowBox[{"-", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}], ",", RowBox[{"{", RowBox[{"d", ",", RowBox[{"h", "+", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}], "}"}]}], "}"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Circle", "[", RowBox[{ RowBox[{"fcs", "[", RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", RowBox[{"radii", "[", RowBox[{ RowBox[{"Keys", "[", "fcs", "]"}], "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}], "]"}]}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"Length", "[", RowBox[{"Keys", "[", "fcs", "]"}], "]"}]}], "}"}]}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7373911026555433`*^9, 3.737391276476068*^9}, { 3.737391324439508*^9, 3.737391325806115*^9}, {3.7373913655803022`*^9, 3.73739137356105*^9}, {3.737460834501174*^9, 3.7374608791258917`*^9}, { 3.737460909495472*^9, 3.737460979640925*^9}, {3.737469858560081*^9, 3.737469918056663*^9}, {3.73746995156046*^9, 3.7374701969102716`*^9}, { 3.737470230362206*^9, 3.737470299948655*^9}, 3.7378928141832247`*^9}, CellLabel->"In[20]:=",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{"SendToInt", "[", RowBox[{"\[Epsilon]_:", "0"}], "]"}], "[", "y_", "]"}], ":=", RowBox[{"With", "[", RowBox[{ RowBox[{"{", RowBox[{"x", "=", RowBox[{"Simplify", "[", "y", "]"}]}], "}"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{"x", "-", RowBox[{"Floor", "[", "x", "]"}]}], "]"}], "\[LessEqual]", "\[Epsilon]"}], " ", ",", RowBox[{"Floor", "[", "x", "]"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Abs", "[", RowBox[{"x", "-", RowBox[{"Ceiling", "[", "x", "]"}]}], "]"}], "\[LessEqual]", " ", "\[Epsilon]"}], " ", ",", RowBox[{"Ceiling", "[", "x", "]"}], ",", "x"}], "]"}], ",", "x"}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.7384110559425135`*^9, 3.7384110603257904`*^9}, { 3.7384111195493803`*^9, 3.7384111627798147`*^9}, {3.738880289322649*^9, 3.7388803034648275`*^9}}, CellLabel->"In[21]:=",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[BoxData[{ RowBox[{ RowBox[{"R", "[", "vhat_", "]"}], ":=", RowBox[{ RowBox[{"IdentityMatrix", "[", "4", "]"}], "+", RowBox[{"2", RowBox[{"Q", ".", RowBox[{"Transpose", "[", RowBox[{"{", "vhat", "}"}], "]"}], ".", RowBox[{"{", "vhat", "}"}]}]}]}]}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"BMat", "[", "n_", "]"}], ":=", RowBox[{"Table", "[", RowBox[{ RowBox[{"b", "[", RowBox[{"i", ",", "j"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}], ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "n"}], "}"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.7378245147847567`*^9, 3.737824531315222*^9}, { 3.737995674554207*^9, 3.7379956992022705`*^9}, 3.7380623568729105`*^9, { 3.7390158858400965`*^9, 3.7390159229702234`*^9}, {3.7390160428067193`*^9, 3.7390160443129425`*^9}, {3.7390161254157486`*^9, 3.7390161309169226`*^9}, {3.739184963008874*^9, 3.7391849643193903`*^9}}, CellLabel->"In[49]:=",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"Bend4", "[", RowBox[{"V_", ",", "n_"}], "]"}], "[", "i_", "]"}], ":=", RowBox[{"With", "[", RowBox[{ RowBox[{"{", RowBox[{"B", "=", RowBox[{ RowBox[{"Bend3", "[", RowBox[{"V", ",", "n", ",", "Integers"}], "]"}], "[", "i", "]"}]}], "}"}], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "B", "]"}], ">", "0"}], ",", RowBox[{"{", RowBox[{"B", ",", "\"\\""}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"Bend3", "[", RowBox[{"V", ",", "n", ",", "Reals"}], "]"}], "[", "i", "]"}], ",", "\"\\""}], "}"}]}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}], "\n", RowBox[{ RowBox[{ RowBox[{"Bend3", "[", RowBox[{"V_", ",", "n_", ",", RowBox[{"RING_:", " ", "Integers"}]}], "]"}], "[", "i_", "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "sol", ",", "assignments", ",", "rest", ",", "j", ",", "l", ",", "others1", ",", "others2", ",", "co", ",", "cl"}], "}"}], ",", RowBox[{ RowBox[{"cl", "=", RowBox[{"V", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"co", "=", RowBox[{"V", "[", RowBox[{"[", RowBox[{ RowBox[{"n", "+", "1"}], ";;"}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"sol", "=", RowBox[{"Solve", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"BMat", "[", "n", "]"}], ".", "cl"}], "\[Equal]", RowBox[{"cl", ".", RowBox[{"R", "[", RowBox[{"co", "[", RowBox[{"[", "i", "]"}], "]"}], "]"}]}]}], ",", "RING"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"sol", "\[Equal]", RowBox[{"{", "}"}]}], ",", "Null", ",", RowBox[{ RowBox[{"sol", "=", RowBox[{"sol", "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"assignments", "=", RowBox[{"Association", "[", "sol", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"rest", "=", RowBox[{"Complement", "[", RowBox[{ RowBox[{"Flatten", "[", RowBox[{"BMat", "[", "n", "]"}], "]"}], ",", RowBox[{"Keys", "[", "assignments", "]"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"l", "=", RowBox[{"Length", "[", "rest", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"l", "\[Equal]", "0"}], ",", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{ RowBox[{ RowBox[{"BMat", "[", "n", "]"}], "/.", "assignments"}], "/.", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"C", "[", "1", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "2", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "3", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "4", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "5", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "6", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "7", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "8", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "9", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "10", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "11", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "12", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "13", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "14", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "15", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "16", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "17", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "18", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "19", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "20", "]"}], "\[Rule]", "0"}], ",", RowBox[{ RowBox[{"C", "[", "21", "]"}], "\[Rule]", "0"}]}], "}"}]}], "]"}], "]"}], ",", RowBox[{ RowBox[{"others1", "=", RowBox[{ RowBox[{"Solve", "[", RowBox[{"rest", "\[Equal]", RowBox[{"Table", "[", RowBox[{"0", ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "l"}], "}"}]}], "]"}]}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"others2", "=", RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "l"}], ",", RowBox[{"j", "++"}], ",", RowBox[{ RowBox[{"others2", "[", RowBox[{"rest", "[", RowBox[{"[", "j", "]"}], "]"}], "]"}], "=", RowBox[{"Subscript", "[", RowBox[{"a", ",", "j"}], "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"others2", "=", RowBox[{"Normal", "[", "others2", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"BMat", "[", "n", "]"}], "/.", RowBox[{"(", RowBox[{"assignments", "/.", "others1"}], ")"}]}], ")"}], "/.", "others1"}], "]"}], "]"}]}]}], "]"}]}]}], "]"}]}]}], "]"}]}]}], "Input", CellChangeTimes->{{3.739184971160601*^9, 3.7391849711775537`*^9}}, CellLabel->"In[24]:=",ExpressionUUID->"490a67b2-14b3-4311-a957-12e532b59922"], Cell[BoxData[ RowBox[{ RowBox[{"Everything", "[", RowBox[{"n_", ",", "FacesCW_", ",", RowBox[{"\[Epsilon]_:", "0"}], ",", "steps_", ",", RowBox[{"sizemax_:", "\[Infinity]"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ",", "radii", ",", "d", ",", "h", ",", "LineFaces", ",", "Vnye", ",", "Vout", ",", RowBox[{"bends", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"bendlist", "=", RowBox[{"{", "}"}]}], ",", "orb", ",", "i"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ "vertices", ",", "faces", ",", "radii", ",", "d", ",", "h", ",", "LineFaces"}], "}"}], "=", RowBox[{"Packing", "[", RowBox[{"n", ",", "FacesCW", ",", "\[Epsilon]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Vnye", "=", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"Vout", "=", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "Vnye", "]"}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"bends", "=", RowBox[{ RowBox[{"Bend4", "[", RowBox[{ RowBox[{"Vout", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "n"}], "]"}], "/@", RowBox[{"Range", "@", "f"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"orb", "=", RowBox[{"Orbit", "[", RowBox[{ RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}], ",", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}], ",", "steps", ",", "sizemax"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", " ", RowBox[{"Length", "[", "orb", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"bendlist", ",", RowBox[{"Mod", "[", RowBox[{ RowBox[{"36", RowBox[{"RootApproximant", "[", RowBox[{ RowBox[{"orb", "[", RowBox[{"[", "i", "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",", "1"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Column", "[", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Render", "[", RowBox[{"radii", ",", "faces", ",", "vertices", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "n", ",", "d", ",", "h"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Graphics", "[", RowBox[{ RowBox[{"{", RowBox[{"Thick", ",", " ", RowBox[{"DrawCircle", "/@", "orb"}], ",", "Red", ",", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}]}], ",", " ", "Blue", ",", " ", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}]}]}], "}"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", "d"}], ",", RowBox[{"2", " ", "d"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"-", "1.2"}], " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", RowBox[{"h", "+", RowBox[{"1.2", " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}]}], "}"}]}], "}"}]}], ",", RowBox[{"PlotRangeClipping", "->", "True"}]}], "]"}], ",", "\[IndentingNewLine]", "bendlist", ",", "\[IndentingNewLine]", "Vout", ",", "\[IndentingNewLine]", "bends", ",", "\[IndentingNewLine]", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"Gram", "[", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}], "]"}]}], "]"}], "\[IndentingNewLine]", "]"}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.737470377365205*^9, 3.737470438059895*^9}, { 3.737470482386249*^9, 3.7374706291316*^9}, {3.737471365625141*^9, 3.737471391640571*^9}, {3.737471696917704*^9, 3.7374717170638113`*^9}, { 3.737471876518211*^9, 3.737471941864938*^9}, {3.737716963448217*^9, 3.737716980888073*^9}, {3.737720445151472*^9, 3.737720446702874*^9}, { 3.737824443162737*^9, 3.737824455449666*^9}, {3.7378912948360367`*^9, 3.73789135603367*^9}, {3.737891444682703*^9, 3.7378914866810017`*^9}, { 3.7378915925235357`*^9, 3.737891593055147*^9}, {3.737905867803301*^9, 3.737905868137411*^9}, {3.73799267567642*^9, 3.737992677471591*^9}, { 3.7379929469710035`*^9, 3.7379929651434455`*^9}, {3.7379930588897543`*^9, 3.737993076943515*^9}, {3.7380635255102654`*^9, 3.7380635290957108`*^9}, { 3.7380636676088915`*^9, 3.7380636745872297`*^9}, {3.7380638177433786`*^9, 3.738063855095478*^9}, {3.738063909642552*^9, 3.7380639110946693`*^9}, { 3.7380639502698975`*^9, 3.738063956902152*^9}, {3.7380640873173466`*^9, 3.7380641169740276`*^9}, {3.7380642823624744`*^9, 3.738064323475514*^9}, { 3.7380643636749973`*^9, 3.7380643981976967`*^9}, {3.738064443997203*^9, 3.738064444270455*^9}, {3.7380646319055905`*^9, 3.7380646323294573`*^9}, { 3.738064693256534*^9, 3.738064738370883*^9}, {3.738064780948996*^9, 3.738064783577959*^9}, {3.738064816492895*^9, 3.738064820860215*^9}, { 3.738064905554728*^9, 3.738064908135788*^9}, {3.73806511977873*^9, 3.7380651218093004`*^9}, {3.738065157856887*^9, 3.7380651636254597`*^9}, { 3.738065275188075*^9, 3.738065299386354*^9}, {3.738065349198165*^9, 3.738065417491501*^9}, {3.738065502923974*^9, 3.7380655312192965`*^9}, { 3.738065586862509*^9, 3.7380656114477196`*^9}, {3.7383667450964403`*^9, 3.7383667808971167`*^9}, {3.7383668404673557`*^9, 3.7383668491723013`*^9}, {3.738366884492676*^9, 3.738366899165487*^9}, { 3.7383669350551987`*^9, 3.738366935597023*^9}, {3.738406454334059*^9, 3.7384064778900304`*^9}, {3.7384065311871557`*^9, 3.7384065390999947`*^9}, {3.7384088785270195`*^9, 3.738408882012842*^9}, { 3.7384089293051987`*^9, 3.738408929489704*^9}, {3.7384091549149723`*^9, 3.7384091574651527`*^9}, {3.7384095341398277`*^9, 3.738409537195654*^9}, { 3.738410849524389*^9, 3.7384108842784495`*^9}, {3.73841104193098*^9, 3.738411045112468*^9}, {3.738411222945875*^9, 3.738411223086499*^9}, { 3.738411291901064*^9, 3.7384112938647933`*^9}, {3.7384113284900064`*^9, 3.738411336118482*^9}, {3.7384113742605715`*^9, 3.738411385112833*^9}, { 3.738411497441986*^9, 3.7384115195708466`*^9}, {3.7384115693655043`*^9, 3.73841163508772*^9}, {3.738411670899951*^9, 3.7384116724797554`*^9}, { 3.738411750114659*^9, 3.73841176516743*^9}, {3.738411889531969*^9, 3.738411889696562*^9}, {3.7385985625147996`*^9, 3.738598562667409*^9}, { 3.738598719985386*^9, 3.738598730957058*^9}, {3.7386013106761007`*^9, 3.7386013108386655`*^9}, {3.738683755836348*^9, 3.7386837560148706`*^9}, { 3.738880307916935*^9, 3.73888032094709*^9}, 3.7391849790435057`*^9, { 3.7392112114610868`*^9, 3.7392112716817904`*^9}, {3.7392113362863226`*^9, 3.739211337559917*^9}, {3.739211401371768*^9, 3.739211406587472*^9}, { 3.7392119104823303`*^9, 3.7392119302265425`*^9}}, CellLabel->"In[35]:=",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Orbit", "[", RowBox[{"co_", ",", "cl_", ",", "steps_", ",", RowBox[{"sizemax_:", "\[Infinity]"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", "j", ",", "k", ",", RowBox[{"orbit", "=", "cl"}], ",", "L"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", "steps"}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"L", "=", RowBox[{"Length", "[", "orbit", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", RowBox[{"Length", "[", "co", "]"}]}], ",", RowBox[{"j", "++"}], ",", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"k", "=", "1"}], ",", RowBox[{"k", "\[LessEqual]", "L"}], ",", RowBox[{"k", "++"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}], ")"}], "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "\[LessEqual]", "sizemax"}], "&&", RowBox[{"!", RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"Round", "[", RowBox[{ RowBox[{"N", "[", "orbit", "]"}], ",", ".001"}], "]"}], ",", RowBox[{"Round", "[", RowBox[{ RowBox[{"N", "[", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}], "]"}], ",", ".001"}], "]"}]}], RowBox[{"(*", RowBox[{"new", " ", "thing"}], "*)"}], "]"}]}]}], ",", RowBox[{"AppendTo", "[", RowBox[{"orbit", ",", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}]}], RowBox[{"(*", "newthing", "*)"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "orbit"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.738062389806858*^9, 3.738062427087122*^9}, { 3.7380625273360224`*^9, 3.7380625840383434`*^9}, {3.738064608037428*^9, 3.738064608439394*^9}, {3.738408767299783*^9, 3.738408799676605*^9}, { 3.7385983894314737`*^9, 3.738598391136881*^9}}, CellLabel->"In[26]:=",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Everything", "[", RowBox[{"7", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "5", ",", "1", ",", "7"}], "}"}], ",", " ", RowBox[{"{", RowBox[{"1", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "2", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "2", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "3", ",", "5"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "5", ",", "3"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "3", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "3", ",", "6", ",", "7"}], "}"}]}], "}"}], ",", RowBox[{"1", "/", "100"}], ",", "8", ",", "60"}], "]"}]], "Input", CellChangeTimes->{{3.737720388591385*^9, 3.7377204147139273`*^9}, { 3.73799104566405*^9, 3.737991046219566*^9}, {3.7379911247406125`*^9, 3.737991126272558*^9}, 3.737992714004908*^9, {3.7383399270780163`*^9, 3.738339928102619*^9}, {3.7383399833318253`*^9, 3.738340023435418*^9}, { 3.7383669397920876`*^9, 3.73836699772031*^9}, {3.7383676488210897`*^9, 3.738367650275752*^9}, {3.738411438453149*^9, 3.738411446817583*^9}, { 3.7384118416165533`*^9, 3.7384118445254*^9}, {3.738598401775426*^9, 3.7385984461068387`*^9}, {3.7385990810798445`*^9, 3.738599088815607*^9}, { 3.7386012597855043`*^9, 3.738601302494419*^9}, {3.738601598678238*^9, 3.738601639289603*^9}, {3.7386020946534925`*^9, 3.738602107358418*^9}, { 3.738602356489482*^9, 3.7386024023996735`*^9}, {3.7386031000929813`*^9, 3.738603131634983*^9}, {3.7386033447555046`*^9, 3.7386033939261928`*^9}, { 3.7386034982796383`*^9, 3.738603546222398*^9}, {3.738604540558546*^9, 3.7386046018698397`*^9}, {3.7386047974364233`*^9, 3.738604843888815*^9}, { 3.738605068506323*^9, 3.738605111398295*^9}, {3.7386052759377117`*^9, 3.738605335274602*^9}, {3.7386059315047274`*^9, 3.7386059872695265`*^9}, { 3.738606093824689*^9, 3.7386061370936213`*^9}, {3.738668592742067*^9, 3.7386686395816746`*^9}, {3.7386688556597276`*^9, 3.7386689139191813`*^9}, {3.73866909759364*^9, 3.7386691636266375`*^9}, { 3.7386693665464325`*^9, 3.73866937784991*^9}, {3.7386705904840393`*^9, 3.7386706292522974`*^9}, {3.738671416632803*^9, 3.738671464621436*^9}, { 3.7386715214288125`*^9, 3.7386715217948365`*^9}, {3.7386716018550005`*^9, 3.738671648743537*^9}, {3.7386718023143125`*^9, 3.73867183494204*^9}, { 3.7386720871598883`*^9, 3.7386721271908216`*^9}, {3.738672284788164*^9, 3.7386723201066904`*^9}, {3.738672546516434*^9, 3.7386725957080126`*^9}, { 3.738674291114772*^9, 3.7386743277567606`*^9}, {3.7386805166571894`*^9, 3.7386805668060427`*^9}, {3.7386810791624017`*^9, 3.7386811396127415`*^9}, {3.7386814782713137`*^9, 3.738681543363078*^9}, { 3.7386816898976307`*^9, 3.738681719544482*^9}, {3.7386818477562714`*^9, 3.738681859596021*^9}, {3.738682701484929*^9, 3.738682756230011*^9}, { 3.7386843903984723`*^9, 3.7386843904992466`*^9}, {3.738684424708892*^9, 3.7386844619238653`*^9}, {3.7386846401115694`*^9, 3.7386846425530405`*^9}, {3.7386848908844295`*^9, 3.738684919541772*^9}, { 3.738685450783483*^9, 3.7386855285324697`*^9}, {3.7386872872275896`*^9, 3.7386873330789165`*^9}, {3.73868750337795*^9, 3.7386875618149843`*^9}, { 3.7386877182904544`*^9, 3.738687719129985*^9}, {3.7388803260424805`*^9, 3.7388803284290786`*^9}, {3.7389466677759733`*^9, 3.738946729165387*^9}, { 3.738952329927077*^9, 3.7389523632689276`*^9}, {3.7389524053160367`*^9, 3.738952453703658*^9}, {3.7389532634587555`*^9, 3.7389533083677173`*^9}, { 3.738953455198143*^9, 3.738953498185207*^9}, {3.738953593165533*^9, 3.7389536217441235`*^9}, {3.738953822367032*^9, 3.738953864093466*^9}, { 3.738954044163066*^9, 3.738954046859821*^9}, {3.7390117981610017`*^9, 3.7390118399523973`*^9}, {3.739011932371232*^9, 3.7390119733678694`*^9}, { 3.7390125051461916`*^9, 3.7390125061444826`*^9}, {3.739014642116335*^9, 3.7390146971109724`*^9}, {3.7390148518246193`*^9, 3.7390149004171677`*^9}, {3.739211475158784*^9, 3.7392114753901663`*^9}, { 3.739211596499193*^9, 3.739211596935988*^9}, {3.7392117517386637`*^9, 3.739211751905218*^9}, {3.7395391593202324`*^9, 3.739539161753722*^9}, { 3.7395392530535707`*^9, 3.739539253457494*^9}}, CellLabel-> "In[101]:=",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[BoxData[ TagBox[GridBox[{ { GraphicsBox[ {RGBColor[0, 0, 1], Thickness[ Large], {CircleBox[{0, 1.}], CircleBox[{1.341640786499874, 0.24999999999999997}, 0.2500000000000001], CircleBox[{1.7888543819998322, 1.2000000000000002}, 0.7999999999999999], CircleBox[{1.7888543819998322, 0.20000000000000015}, 0.20000000000000015], CircleBox[{1.0733126291998991, 0.56}, 0.1600000000000001], LineBox[{{-1., 2.}, {2.7888543819998324`, 2.}}], LineBox[{{-1., 0}, {2.7888543819998324`, 0}}]}, {RGBColor[1, 0, 0], Dashing[{Small, Small}], CircleBox[{0.670820393249937, 0}, 0.670820393249937], LineBox[{{0, -1.}, {0, 3.}}], CircleBox[{1.5652475842498532, 0}, 0.22360679774997913], CircleBox[{1.6099689437998488, 0.40000000000000013}, 0.17888543819998323], CircleBox[{1.3009850050907867, 0.5454545454545455}, 0.1626231256363484], CircleBox[{1.0222025039999039, 0.8571428571428574}, 0.25555062599997613], CircleBox[{0.8944271909999161, 2.}, 0.8944271909999161], LineBox[{{1.7888543819998324`, -1.}, {1.7888543819998324`, 3.}}]}}]}, { GraphicsBox[ {Thickness[ Large], {CircleBox[{0, 1}], CircleBox[ NCache[{1.3416407864998734`, Rational[1, 4]}, {1.3416407864998734`, 0.25}], NCache[Rational[1, 4], 0.25]], CircleBox[{1.7888543819998324, 1.2000000000000002}, 0.8], CircleBox[ NCache[{1.7888543819998308`, Rational[1, 5]}, {1.7888543819998308`, 0.2}], NCache[Rational[1, 5], 0.2]], CircleBox[{1.0733126291998991, 0.56}, 0.1600000000000001], TagBox[ConicHullRegionBox[{0, 2}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"], CircleBox[{0.9162424883413776, 0.2634146341463417}, 0.1756097560975611], CircleBox[{1.0733126291998987, 0.07199999999999997}, 0.07199999999999997], CircleBox[{0.670820393249937, 0.11250000000000004}, 0.11250000000000004], CircleBox[{1.533303755999857, 0.020408163265306138}, 0.020408163265306138], CircleBox[{1.5784009252939704, 0.07058823529411803}, 0.047058823529412014], CircleBox[{1.5503404643998537, 0.4177777777777771}, 0.017777777777777826], CircleBox[{1.6099689437998492, 0.3600000000000002}, 0.040000000000000015], CircleBox[{1.2627207402351759, 0.5588235294117649}, 0.02941176470588237], CircleBox[{1.3416407864998723, 0.5166666666666675}, 0.01666666666666663], CircleBox[{1.3009850050907872, 0.5212121212121212}, 0.024242424242424256], CircleBox[{1.0733126291998987, 0.7599999999999992}, 0.04000000000000005], CircleBox[{1.0222025039999048, 0.8857142857142862}, 0.02857142857142862], CircleBox[{1.0222025039999045, 0.8190476190476194}, 0.03809523809523813], CircleBox[{1.0062305898749053, 1.5625000000000004}, 0.06249999999999997], CircleBox[{1.073312629199899, 1.6400000000000003}, 0.03999999999999998], CircleBox[{0.963229282615294, 1.4461538461538466}, 0.061538461538461514], CircleBox[{0.8944271909999161, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-1.3416407864998734, 0.25}, 0.25], CircleBox[{-1.7888543819998324, 1.2000000000000002}, 0.8], CircleBox[{-1.7888543819998308, 0.2}, 0.2], CircleBox[{-1.0733126291998991, 0.56}, 0.1600000000000001], CircleBox[{3.5777087639996648, 1.}], CircleBox[{2.2360679774997916, 0.25}, 0.25], CircleBox[{2.5043961347997654, 0.56}, 0.1600000000000001], CircleBox[{1.1649834587401064, 0.03843416370106795}, 0.025622775800711962], CircleBox[{1.0892529157721755, 0.16039603960396062}, 0.017821782178217845], CircleBox[{1.0733126291998998, 0.38000000000000045}, 0.020000000000000028], CircleBox[{0.9162424883413776, 0.46341463414634204}, 0.02439024390243911], CircleBox[{0.8702534831350541, 0.4648648648648654}, 0.02162162162162166], CircleBox[{0.7017813344768572, 0.24923076923076917}, 0.027692307692307697], CircleBox[{0.44721359549995804, 0.02777777777777779}, 0.02777777777777779], CircleBox[{0.5092359189634559, 0.0788321167883212}, 0.05255474452554745], CircleBox[{0.43512674156752673, 0.07567567567567568}, 0.021621621621621633], CircleBox[{0.825625099384538, 0.053254437869822466}, 0.053254437869822466], CircleBox[{0.9583148474999097, 0.04591836734693865}, 0.04591836734693865], CircleBox[{0.89687767645471, 0.06904109589041087}, 0.01972602739726026], CircleBox[{1.4946661281961457, 0.028647214854111487}, 0.01909814323607432], CircleBox[{1.6397831834998422, 0.02777777777777769}, 0.02777777777777769], CircleBox[{1.6668870377725686, 0.3863636363636359}, 0.022727272727272547], CircleBox[{1.249265519232669, 0.5075409836065564}, 0.02360655737704931], CircleBox[{1.0014160894448831, 0.7406698564593313}, 0.03444976076555045], CircleBox[{0.9002731203528567, 1.5346405228758175}, 0.0470588235294118], CircleBox[{0.8447367914999205, 1.5805555555555557}, 0.025000000000000005], CircleBox[{0.9856952717141925, 1.3673469387755113}, 0.020408163265306103], CircleBox[{0.9757387538180912, 1.290909090909093}, 0.01818181818181824], CircleBox[{0.9669483145945033, 1.3297297297297286}, 0.021621621621621633], CircleBox[{0.670820393249937, 1.825}, 0.025000000000000005], CircleBox[{0.5962847939999438, 1.9111111111111112}, 0.08888888888888888], CircleBox[{0.6285164044864274, 1.8054054054054054}, 0.021621621621621626], CircleBox[{1.1925695879998879, 1.8888888888888888}, 0.11111111111111102], CircleBox[{1.1180339887498953, 1.7083333333333337}, 0.041666666666666616], CircleBox[{1.1720080433792, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-0.9162424883413776, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-1.0733126291998987, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-0.670820393249937, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-1.533303755999857, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-1.5784009252939704, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-1.5503404643998537, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-1.6099689437998492, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-1.2627207402351759, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-1.3416407864998723, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-1.3009850050907872, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-1.0733126291998987, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-1.0222025039999048, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-1.0222025039999045, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-1.0062305898749053, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-1.073312629199899, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-0.963229282615294, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-0.8944271909999161, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-3.5777087639996648, 1.}], CircleBox[{-2.2360679774997916, 0.25}, 0.25], CircleBox[{-2.5043961347997654, 0.56}, 0.1600000000000001], CircleBox[{2.6614662756582868, 0.2634146341463417}, 0.1756097560975611], CircleBox[{2.5043961347997663, 0.07199999999999997}, 0.07199999999999997], CircleBox[{2.9068883707497277, 0.11250000000000004}, 0.11250000000000004], CircleBox[{2.0444050079998077, 0.020408163265306138}, 0.020408163265306138], CircleBox[{1.9993078387056937, 0.07058823529411803}, 0.047058823529412014], CircleBox[{2.027368299599811, 0.4177777777777771}, 0.017777777777777826], CircleBox[{1.9677398201998157, 0.3600000000000002}, 0.040000000000000015], CircleBox[{2.3149880237644886, 0.5588235294117649}, 0.02941176470588237], CircleBox[{2.2360679774997925, 0.5166666666666675}, 0.01666666666666663], CircleBox[{2.2767237589088776, 0.5212121212121212}, 0.024242424242424256], CircleBox[{2.504396134799766, 0.7599999999999992}, 0.04000000000000005], CircleBox[{2.5555062599997598, 0.8857142857142862}, 0.02857142857142862], CircleBox[{2.55550625999976, 0.8190476190476194}, 0.03809523809523813], CircleBox[{2.5714781741247594, 1.5625000000000004}, 0.06249999999999997], CircleBox[{2.504396134799766, 1.6400000000000003}, 0.03999999999999998], CircleBox[{2.614479481384371, 1.4461538461538466}, 0.061538461538461514], CircleBox[{2.6832815729997486, 1.7999999999999998}, 0.20000000000000007], CircleBox[{4.919349550499538, 0.25}, 0.25], CircleBox[{5.366563145999497, 1.2000000000000002}, 0.8], CircleBox[{5.366563145999496, 0.2}, 0.2], CircleBox[{4.651021393199564, 0.56}, 0.1600000000000001], CircleBox[{1.1107848905684754, 0.38603491271820534}, 0.017955112219451543], CircleBox[{0.8973597391671295, 0.5075409836065575}, 0.0236065573770493], CircleBox[{0.39155181751927653, 0.046351931330472135}, 0.030901287553648085], CircleBox[{0.3354101966249685, 0.02812500000000001}, 0.02812500000000001], CircleBox[{0.5649013837894207, 0.02493074792243766}, 0.02493074792243766], CircleBox[{0.8946997991044571, 0.029625114294422435}, 0.01975007619628162], CircleBox[{0.9480499242732924, 1.3688249400479613}, 0.017266187050359833], CircleBox[{0.6631578550092836, 1.7781931464174459}, 0.02242990654205609], CircleBox[{0.44721359549995854, 1.9499999999999993}, 0.04999999999999995], CircleBox[{0.7155417527999328, 1.96}, 0.03999999999999999], CircleBox[{1.1258923746133127, 1.7725239616613417}, 0.02300319488817892], CircleBox[{1.3416407864998736, 1.883333333333334}, 0.01666666666666664], CircleBox[{1.341640786499873, 1.9499999999999995}, 0.04999999999999991], CircleBox[{1.0733126291998991, 1.968}, 0.031999999999999994], CircleBox[{-1.1649834587401064, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-1.0892529157721755, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-1.0733126291998998, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-0.9162424883413776, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-0.8702534831350541, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-0.7017813344768572, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-0.44721359549995804, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-0.5092359189634559, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-0.43512674156752673, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-0.825625099384538, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-0.9583148474999097, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-0.89687767645471, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-1.4946661281961457, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-1.6397831834998422, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-1.6668870377725686, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-1.249265519232669, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-1.0014160894448831, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-0.9002731203528567, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-0.8447367914999205, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-0.9856952717141925, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-0.9757387538180912, 1.290909090909093}, 0.01818181818181824], CircleBox[{-0.9669483145945033, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-0.670820393249937, 1.825}, 0.025000000000000005], CircleBox[{-0.5962847939999438, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-0.6285164044864274, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-1.1925695879998879, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-1.1180339887498953, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-1.1720080433792, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-2.6614662756582868, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-2.5043961347997663, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-2.9068883707497277, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-2.0444050079998077, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-1.9993078387056937, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-2.027368299599811, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-1.9677398201998157, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-2.3149880237644886, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-2.2360679774997925, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-2.2767237589088776, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-2.504396134799766, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-2.5555062599997598, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-2.55550625999976, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-2.5714781741247594, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-2.504396134799766, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-2.614479481384371, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-2.6832815729997486, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-4.919349550499538, 0.25}, 0.25], CircleBox[{-5.366563145999497, 1.2000000000000002}, 0.8], CircleBox[{-5.366563145999496, 0.2}, 0.2], CircleBox[{-4.651021393199564, 0.56}, 0.1600000000000001], CircleBox[{2.412725305259558, 0.03843416370106795}, 0.025622775800711962], CircleBox[{2.488455848227489, 0.16039603960396062}, 0.017821782178217845], CircleBox[{2.504396134799765, 0.38000000000000045}, 0.020000000000000028], CircleBox[{2.661466275658287, 0.46341463414634204}, 0.02439024390243911], CircleBox[{2.70745528086461, 0.4648648648648654}, 0.02162162162162166], CircleBox[{2.875927429522808, 0.24923076923076917}, 0.027692307692307697], CircleBox[{3.130495168499707, 0.02777777777777779}, 0.02777777777777779], CircleBox[{3.068472845036209, 0.0788321167883212}, 0.05255474452554745], CircleBox[{3.142582022432138, 0.07567567567567568}, 0.021621621621621633], CircleBox[{2.752083664615127, 0.053254437869822466}, 0.053254437869822466], CircleBox[{2.619393916499755, 0.04591836734693865}, 0.04591836734693865], CircleBox[{2.6808310875449544, 0.06904109589041087}, 0.01972602739726026], CircleBox[{2.0830426358035194, 0.028647214854111487}, 0.01909814323607432], CircleBox[{1.9379255804998226, 0.02777777777777769}, 0.02777777777777769], CircleBox[{1.9108217262270961, 0.3863636363636359}, 0.022727272727272547], CircleBox[{2.328443244766995, 0.5075409836065564}, 0.02360655737704931], CircleBox[{2.576292674554782, 0.7406698564593313}, 0.03444976076555045], CircleBox[{2.6774356436468087, 1.5346405228758175}, 0.0470588235294118], CircleBox[{2.7329719724997443, 1.5805555555555557}, 0.025000000000000005], CircleBox[{2.592013492285472, 1.3673469387755113}, 0.020408163265306103], CircleBox[{2.6019700101815744, 1.290909090909093}, 0.01818181818181824], CircleBox[{2.610760449405161, 1.3297297297297286}, 0.021621621621621633], CircleBox[{2.906888370749728, 1.825}, 0.025000000000000005], CircleBox[{2.981423969999721, 1.9111111111111112}, 0.08888888888888888], CircleBox[{2.9491923595132374, 1.8054054054054054}, 0.021621621621621626], CircleBox[{2.3851391759997767, 1.8888888888888888}, 0.11111111111111102], CircleBox[{2.4596747752497694, 1.7083333333333337}, 0.041666666666666616], CircleBox[{2.4057007206204646, 1.7517241379310347}, 0.027586206896551703], CircleBox[{4.493951252341042, 0.2634146341463417}, 0.1756097560975611], CircleBox[{4.651021393199564, 0.07199999999999997}, 0.07199999999999997], CircleBox[{4.248529157249602, 0.11250000000000004}, 0.11250000000000004], CircleBox[{5.111012519999522, 0.020408163265306138}, 0.020408163265306138], CircleBox[{5.1561096892936344, 0.07058823529411803}, 0.047058823529412014], CircleBox[{5.128049228399519, 0.4177777777777771}, 0.017777777777777826], CircleBox[{5.187677707799514, 0.3600000000000002}, 0.040000000000000015], CircleBox[{4.84042950423484, 0.5588235294117649}, 0.02941176470588237], CircleBox[{4.919349550499536, 0.5166666666666675}, 0.01666666666666663], CircleBox[{4.878693769090452, 0.5212121212121212}, 0.024242424242424256], CircleBox[{4.651021393199564, 0.7599999999999992}, 0.04000000000000005], CircleBox[{4.59991126799957, 0.8857142857142862}, 0.02857142857142862], CircleBox[{4.599911267999569, 0.8190476190476194}, 0.03809523809523813], CircleBox[{4.5839393538745705, 1.5625000000000004}, 0.06249999999999997], CircleBox[{4.651021393199564, 1.6400000000000003}, 0.03999999999999998], CircleBox[{4.540938046614959, 1.4461538461538466}, 0.061538461538461514], CircleBox[{4.472135954999581, 1.7999999999999998}, 0.20000000000000007], CircleBox[{7.1554175279993295, 1.}], CircleBox[{5.813776741499456, 0.25}, 0.25], CircleBox[{6.08210489879943, 0.56}, 0.1600000000000001], CircleBox[{0.2904257702540904, 0.02541176470588236}, 0.016941176470588237], CircleBox[{0.357770876399967, 1.9680000000000029}, 0.03199999999999999], CircleBox[{0.5111012519999525, 1.979591836734694}, 0.020408163265306083], CircleBox[{1.4310835055998659, 1.960000000000001}, 0.03999999999999988], CircleBox[{1.0222025039999039, 1.9795918367346939}, 0.02040816326530611], CircleBox[{-1.1107848905684754, 0.38603491271820534}, 0.017955112219451543], CircleBox[{-0.8973597391671295, 0.5075409836065575}, 0.0236065573770493], CircleBox[{-0.39155181751927653, 0.046351931330472135}, 0.030901287553648085], CircleBox[{-0.3354101966249685, 0.02812500000000001}, 0.02812500000000001], CircleBox[{-0.5649013837894207, 0.02493074792243766}, 0.02493074792243766], CircleBox[{-0.8946997991044571, 0.029625114294422435}, 0.01975007619628162], CircleBox[{-0.9480499242732924, 1.3688249400479613}, 0.017266187050359833], CircleBox[{-0.6631578550092836, 1.7781931464174459}, 0.02242990654205609], CircleBox[{-0.44721359549995854, 1.9499999999999993}, 0.04999999999999995], CircleBox[{-0.7155417527999328, 1.96}, 0.03999999999999999], CircleBox[{-1.1258923746133127, 1.7725239616613417}, 0.02300319488817892], CircleBox[{-1.3416407864998736, 1.883333333333334}, 0.01666666666666664], CircleBox[{-1.341640786499873, 1.9499999999999995}, 0.04999999999999991], CircleBox[{-1.0733126291998991, 1.968}, 0.031999999999999994], CircleBox[{-2.412725305259558, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-2.488455848227489, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-2.504396134799765, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-2.661466275658287, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-2.70745528086461, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-2.875927429522808, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-3.130495168499707, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-3.068472845036209, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-3.142582022432138, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-2.752083664615127, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-2.619393916499755, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-2.6808310875449544, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-2.0830426358035194, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-1.9379255804998226, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-1.9108217262270961, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-2.328443244766995, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-2.576292674554782, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-2.6774356436468087, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-2.7329719724997443, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-2.592013492285472, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-2.6019700101815744, 1.290909090909093}, 0.01818181818181824], CircleBox[{-2.610760449405161, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-2.906888370749728, 1.825}, 0.025000000000000005], CircleBox[{-2.981423969999721, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-2.9491923595132374, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-2.3851391759997767, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-2.4596747752497694, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-2.4057007206204646, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-4.493951252341042, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-4.651021393199564, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-4.248529157249602, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-5.111012519999522, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-5.1561096892936344, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-5.128049228399519, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-5.187677707799514, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-4.84042950423484, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-4.919349550499536, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-4.878693769090452, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-4.651021393199564, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-4.59991126799957, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-4.599911267999569, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-4.5839393538745705, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-4.651021393199564, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-4.540938046614959, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-4.472135954999581, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-7.1554175279993295, 1.}], CircleBox[{-5.813776741499456, 0.25}, 0.25], CircleBox[{-6.08210489879943, 0.56}, 0.1600000000000001], CircleBox[{2.4669238734311896, 0.38603491271820534}, 0.017955112219451543], CircleBox[{2.6803490248325352, 0.5075409836065575}, 0.0236065573770493], CircleBox[{3.186156946480388, 0.046351931330472135}, 0.030901287553648085], CircleBox[{3.242298567374696, 0.02812500000000001}, 0.02812500000000001], CircleBox[{3.0128073802102437, 0.02493074792243766}, 0.02493074792243766], CircleBox[{2.683008964895208, 0.029625114294422435}, 0.01975007619628162], CircleBox[{2.6296588397263725, 1.3688249400479613}, 0.017266187050359833], CircleBox[{2.914550908990381, 1.7781931464174459}, 0.02242990654205609], CircleBox[{3.1304951684997064, 1.9499999999999993}, 0.04999999999999995], CircleBox[{2.862167011199732, 1.96}, 0.03999999999999999], CircleBox[{2.451816389386352, 1.7725239616613417}, 0.02300319488817892], CircleBox[{2.236067977499791, 1.883333333333334}, 0.01666666666666664], CircleBox[{2.2360679774997916, 1.9499999999999995}, 0.04999999999999991], CircleBox[{2.504396134799766, 1.968}, 0.031999999999999994], CircleBox[{4.742692222739771, 0.03843416370106795}, 0.025622775800711962], CircleBox[{4.66696167977184, 0.16039603960396062}, 0.017821782178217845], CircleBox[{4.6510213931995645, 0.38000000000000045}, 0.020000000000000028], CircleBox[{4.493951252341041, 0.46341463414634204}, 0.02439024390243911], CircleBox[{4.447962247134718, 0.4648648648648654}, 0.02162162162162166], CircleBox[{4.279490098476522, 0.24923076923076917}, 0.027692307692307697], CircleBox[{4.024922359499623, 0.02777777777777779}, 0.02777777777777779], CircleBox[{4.086944682963121, 0.0788321167883212}, 0.05255474452554745], CircleBox[{4.012835505567191, 0.07567567567567568}, 0.021621621621621633], CircleBox[{4.403333863384203, 0.053254437869822466}, 0.053254437869822466], CircleBox[{4.536023611499574, 0.04591836734693865}, 0.04591836734693865], CircleBox[{4.474586440454375, 0.06904109589041087}, 0.01972602739726026], CircleBox[{5.0723748921958105, 0.028647214854111487}, 0.01909814323607432], CircleBox[{5.217491947499507, 0.02777777777777769}, 0.02777777777777769], CircleBox[{5.244595801772233, 0.3863636363636359}, 0.022727272727272547], CircleBox[{4.8269742832323335, 0.5075409836065564}, 0.02360655737704931], CircleBox[{4.579124853444549, 0.7406698564593313}, 0.03444976076555045], CircleBox[{4.4779818843525225, 1.5346405228758175}, 0.0470588235294118], CircleBox[{4.422445555499586, 1.5805555555555557}, 0.025000000000000005], CircleBox[{4.563404035713857, 1.3673469387755113}, 0.020408163265306103], CircleBox[{4.553447517817756, 1.290909090909093}, 0.01818181818181824], CircleBox[{4.544657078594168, 1.3297297297297286}, 0.021621621621621633], CircleBox[{4.248529157249602, 1.825}, 0.025000000000000005], CircleBox[{4.1739935579996095, 1.9111111111111112}, 0.08888888888888888], CircleBox[{4.2062251684860925, 1.8054054054054054}, 0.021621621621621626], CircleBox[{4.770278351999552, 1.8888888888888888}, 0.11111111111111102], CircleBox[{4.69574275274956, 1.7083333333333337}, 0.041666666666666616], CircleBox[{4.7497168073788645, 1.7517241379310347}, 0.027586206896551703], CircleBox[{6.239175039657951, 0.2634146341463417}, 0.1756097560975611], CircleBox[{6.082104898799431, 0.07199999999999997}, 0.07199999999999997], CircleBox[{6.484597134749392, 0.11250000000000004}, 0.11250000000000004], CircleBox[{5.622113771999472, 0.020408163265306138}, 0.020408163265306138], CircleBox[{5.577016602705358, 0.07058823529411803}, 0.047058823529412014], CircleBox[{5.6050770635994756, 0.4177777777777771}, 0.017777777777777826], CircleBox[{5.545448584199481, 0.3600000000000002}, 0.040000000000000015], CircleBox[{5.892696787764153, 0.5588235294117649}, 0.02941176470588237], CircleBox[{5.813776741499456, 0.5166666666666675}, 0.01666666666666663], CircleBox[{5.854432522908543, 0.5212121212121212}, 0.024242424242424256], CircleBox[{6.082104898799431, 0.7599999999999992}, 0.04000000000000005], CircleBox[{6.1332150239994245, 0.8857142857142862}, 0.02857142857142862], CircleBox[{6.133215023999425, 0.8190476190476194}, 0.03809523809523813], CircleBox[{6.149186938124425, 1.5625000000000004}, 0.06249999999999997], CircleBox[{6.082104898799431, 1.6400000000000003}, 0.03999999999999998], CircleBox[{6.192188245384036, 1.4461538461538466}, 0.061538461538461514], CircleBox[{6.260990336999414, 1.7999999999999998}, 0.20000000000000007], CircleBox[{8.497058314499203, 0.25}, 0.25], CircleBox[{8.944271909999163, 1.2000000000000002}, 0.8], CircleBox[{8.944271909999161, 0.2}, 0.2], CircleBox[{8.228730157199228, 0.56}, 0.1600000000000001], CircleBox[{0.2981423969999727, 1.9777777777777776}, 0.022222222222222122], CircleBox[{1.490711984999857, 1.9777777777777792}, 0.022222222222222053], CircleBox[{-0.2904257702540904, 0.02541176470588236}, 0.016941176470588237], CircleBox[{-0.357770876399967, 1.9680000000000029}, 0.03199999999999999], CircleBox[{-0.5111012519999525, 1.979591836734694}, 0.020408163265306083], CircleBox[{-1.4310835055998659, 1.960000000000001}, 0.03999999999999988], CircleBox[{-1.0222025039999039, 1.9795918367346939}, 0.02040816326530611], CircleBox[{-2.4669238734311896, 0.38603491271820534}, 0.017955112219451543], CircleBox[{-2.6803490248325352, 0.5075409836065575}, 0.0236065573770493], CircleBox[{-3.186156946480388, 0.046351931330472135}, 0.030901287553648085], CircleBox[{-3.242298567374696, 0.02812500000000001}, 0.02812500000000001], CircleBox[{-3.0128073802102437, 0.02493074792243766}, 0.02493074792243766], CircleBox[{-2.683008964895208, 0.029625114294422435}, 0.01975007619628162], CircleBox[{-2.6296588397263725, 1.3688249400479613}, 0.017266187050359833], CircleBox[{-2.914550908990381, 1.7781931464174459}, 0.02242990654205609], CircleBox[{-3.1304951684997064, 1.9499999999999993}, 0.04999999999999995], CircleBox[{-2.862167011199732, 1.96}, 0.03999999999999999], CircleBox[{-2.451816389386352, 1.7725239616613417}, 0.02300319488817892], CircleBox[{-2.236067977499791, 1.883333333333334}, 0.01666666666666664], CircleBox[{-2.2360679774997916, 1.9499999999999995}, 0.04999999999999991], CircleBox[{-2.504396134799766, 1.968}, 0.031999999999999994], CircleBox[{-4.742692222739771, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-4.66696167977184, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-4.6510213931995645, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-4.493951252341041, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-4.447962247134718, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-4.279490098476522, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-4.024922359499623, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-4.086944682963121, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-4.012835505567191, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-4.403333863384203, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-4.536023611499574, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-4.474586440454375, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-5.0723748921958105, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-5.217491947499507, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-5.244595801772233, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-4.8269742832323335, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-4.579124853444549, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-4.4779818843525225, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-4.422445555499586, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-4.563404035713857, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-4.553447517817756, 1.290909090909093}, 0.01818181818181824], CircleBox[{-4.544657078594168, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-4.248529157249602, 1.825}, 0.025000000000000005], CircleBox[{-4.1739935579996095, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-4.2062251684860925, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-4.770278351999552, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-4.69574275274956, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-4.7497168073788645, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-6.239175039657951, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-6.082104898799431, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-6.484597134749392, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-5.622113771999472, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-5.577016602705358, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-5.6050770635994756, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-5.545448584199481, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-5.892696787764153, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-5.813776741499456, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-5.854432522908543, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-6.082104898799431, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-6.1332150239994245, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-6.133215023999425, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-6.149186938124425, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-6.082104898799431, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-6.192188245384036, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-6.260990336999414, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-8.497058314499203, 0.25}, 0.25], CircleBox[{-8.944271909999163, 1.2000000000000002}, 0.8], CircleBox[{-8.944271909999161, 0.2}, 0.2], CircleBox[{-8.228730157199228, 0.56}, 0.1600000000000001], CircleBox[{3.287282993745574, 0.02541176470588236}, 0.016941176470588237], CircleBox[{3.2199378875996976, 1.9680000000000029}, 0.03199999999999999], CircleBox[{3.0666075119997123, 1.979591836734694}, 0.020408163265306083], CircleBox[{2.1466252583997987, 1.960000000000001}, 0.03999999999999988], CircleBox[{2.5555062599997607, 1.9795918367346939}, 0.02040816326530611], CircleBox[{4.68849365456814, 0.38603491271820534}, 0.017955112219451543], CircleBox[{4.475068503166794, 0.5075409836065575}, 0.0236065573770493], CircleBox[{3.969260581518941, 0.046351931330472135}, 0.030901287553648085], CircleBox[{3.9131189606246335, 0.02812500000000001}, 0.02812500000000001], CircleBox[{4.142610147789085, 0.02493074792243766}, 0.02493074792243766], CircleBox[{4.472408563104122, 0.029625114294422435}, 0.01975007619628162], CircleBox[{4.525758688272957, 1.3688249400479613}, 0.017266187050359833], CircleBox[{4.240866619008948, 1.7781931464174459}, 0.02242990654205609], CircleBox[{4.024922359499624, 1.9499999999999993}, 0.04999999999999995], CircleBox[{4.293250516799597, 1.96}, 0.03999999999999999], CircleBox[{4.703601138612978, 1.7725239616613417}, 0.02300319488817892], CircleBox[{4.919349550499539, 1.883333333333334}, 0.01666666666666664], CircleBox[{4.919349550499538, 1.9499999999999995}, 0.04999999999999991], CircleBox[{4.651021393199564, 1.968}, 0.031999999999999994], CircleBox[{5.990434069259223, 0.03843416370106795}, 0.025622775800711962], CircleBox[{6.066164612227154, 0.16039603960396062}, 0.017821782178217845], CircleBox[{6.08210489879943, 0.38000000000000045}, 0.020000000000000028], CircleBox[{6.239175039657951, 0.46341463414634204}, 0.02439024390243911], CircleBox[{6.285164044864275, 0.4648648648648654}, 0.02162162162162166], CircleBox[{6.453636193522473, 0.24923076923076917}, 0.027692307692307697], CircleBox[{6.708203932499372, 0.02777777777777779}, 0.02777777777777779], CircleBox[{6.646181609035873, 0.0788321167883212}, 0.05255474452554745], CircleBox[{6.720290786431801, 0.07567567567567568}, 0.021621621621621633], CircleBox[{6.329792428614792, 0.053254437869822466}, 0.053254437869822466], CircleBox[{6.197102680499419, 0.04591836734693865}, 0.04591836734693865], CircleBox[{6.25853985154462, 0.06904109589041087}, 0.01972602739726026], CircleBox[{5.660751399803185, 0.028647214854111487}, 0.01909814323607432], CircleBox[{5.515634344499487, 0.02777777777777769}, 0.02777777777777769], CircleBox[{5.48853049022676, 0.3863636363636359}, 0.022727272727272547], CircleBox[{5.90615200876666, 0.5075409836065564}, 0.02360655737704931], CircleBox[{6.154001438554447, 0.7406698564593313}, 0.03444976076555045], CircleBox[{6.255144407646474, 1.5346405228758175}, 0.0470588235294118], CircleBox[{6.3106807364994095, 1.5805555555555557}, 0.025000000000000005], CircleBox[{6.169722256285137, 1.3673469387755113}, 0.020408163265306103], CircleBox[{6.179678774181239, 1.290909090909093}, 0.01818181818181824], CircleBox[{6.188469213404825, 1.3297297297297286}, 0.021621621621621633], CircleBox[{6.484597134749393, 1.825}, 0.025000000000000005], CircleBox[{6.559132733999387, 1.9111111111111112}, 0.08888888888888888], CircleBox[{6.526901123512903, 1.8054054054054054}, 0.021621621621621626], CircleBox[{5.962847939999441, 1.8888888888888888}, 0.11111111111111102], CircleBox[{6.037383539249434, 1.7083333333333337}, 0.041666666666666616], CircleBox[{5.983409484620129, 1.7517241379310347}, 0.027586206896551703], CircleBox[{8.071660016340708, 0.2634146341463417}, 0.1756097560975611], CircleBox[{8.22873015719923, 0.07199999999999997}, 0.07199999999999997], CircleBox[{7.826237921249267, 0.11250000000000004}, 0.11250000000000004], CircleBox[{8.688721283999188, 0.020408163265306138}, 0.020408163265306138], CircleBox[{8.7338184532933, 0.07058823529411803}, 0.047058823529412014], CircleBox[{8.705757992399183, 0.4177777777777771}, 0.017777777777777826], CircleBox[{8.765386471799179, 0.3600000000000002}, 0.040000000000000015], CircleBox[{8.418138268234504, 0.5588235294117649}, 0.02941176470588237], CircleBox[{8.497058314499201, 0.5166666666666675}, 0.01666666666666663], CircleBox[{8.456402533090117, 0.5212121212121212}, 0.024242424242424256], CircleBox[{8.228730157199228, 0.7599999999999992}, 0.04000000000000005], CircleBox[{8.177620031999234, 0.8857142857142862}, 0.02857142857142862], CircleBox[{8.177620031999234, 0.8190476190476194}, 0.03809523809523813], CircleBox[{8.161648117874236, 1.5625000000000004}, 0.06249999999999997], CircleBox[{8.228730157199227, 1.6400000000000003}, 0.03999999999999998], CircleBox[{8.118646810614624, 1.4461538461538466}, 0.061538461538461514], CircleBox[{8.049844718999246, 1.7999999999999998}, 0.20000000000000007], CircleBox[{10.733126291998994, 1.}], CircleBox[{9.391485505499121, 0.25}, 0.25], CircleBox[{9.659813662799094, 0.56}, 0.1600000000000001], CircleBox[{1.5333037559998581, 1.9795918367346974}, 0.02040816326530611], CircleBox[{-0.2981423969999727, 1.9777777777777776}, 0.022222222222222122], CircleBox[{-1.490711984999857, 1.9777777777777792}, 0.022222222222222053], CircleBox[{-3.287282993745574, 0.02541176470588236}, 0.016941176470588237], CircleBox[{-3.2199378875996976, 1.9680000000000029}, 0.03199999999999999], CircleBox[{-3.0666075119997123, 1.979591836734694}, 0.020408163265306083], CircleBox[{-2.1466252583997987, 1.960000000000001}, 0.03999999999999988], CircleBox[{-2.5555062599997607, 1.9795918367346939}, 0.02040816326530611], CircleBox[{-4.68849365456814, 0.38603491271820534}, 0.017955112219451543], CircleBox[{-4.475068503166794, 0.5075409836065575}, 0.0236065573770493], CircleBox[{-3.969260581518941, 0.046351931330472135}, 0.030901287553648085], CircleBox[{-3.9131189606246335, 0.02812500000000001}, 0.02812500000000001], CircleBox[{-4.142610147789085, 0.02493074792243766}, 0.02493074792243766], CircleBox[{-4.472408563104122, 0.029625114294422435}, 0.01975007619628162], CircleBox[{-4.525758688272957, 1.3688249400479613}, 0.017266187050359833], CircleBox[{-4.240866619008948, 1.7781931464174459}, 0.02242990654205609], CircleBox[{-4.024922359499624, 1.9499999999999993}, 0.04999999999999995], CircleBox[{-4.293250516799597, 1.96}, 0.03999999999999999], CircleBox[{-4.703601138612978, 1.7725239616613417}, 0.02300319488817892], CircleBox[{-4.919349550499539, 1.883333333333334}, 0.01666666666666664], CircleBox[{-4.919349550499538, 1.9499999999999995}, 0.04999999999999991], CircleBox[{-4.651021393199564, 1.968}, 0.031999999999999994], CircleBox[{-5.990434069259223, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-6.066164612227154, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-6.08210489879943, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-6.239175039657951, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-6.285164044864275, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-6.453636193522473, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-6.708203932499372, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-6.646181609035873, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-6.720290786431801, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-6.329792428614792, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-6.197102680499419, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-6.25853985154462, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-5.660751399803185, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-5.515634344499487, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-5.48853049022676, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-5.90615200876666, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-6.154001438554447, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-6.255144407646474, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-6.3106807364994095, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-6.169722256285137, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-6.179678774181239, 1.290909090909093}, 0.01818181818181824], CircleBox[{-6.188469213404825, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-6.484597134749393, 1.825}, 0.025000000000000005], CircleBox[{-6.559132733999387, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-6.526901123512903, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-5.962847939999441, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-6.037383539249434, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-5.983409484620129, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-8.071660016340708, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-8.22873015719923, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-7.826237921249267, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-8.688721283999188, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-8.7338184532933, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-8.705757992399183, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-8.765386471799179, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-8.418138268234504, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-8.497058314499201, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-8.456402533090117, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-8.228730157199228, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-8.177620031999234, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-8.177620031999234, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-8.161648117874236, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-8.228730157199227, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-8.118646810614624, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-8.049844718999246, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-10.733126291998994, 1.}], CircleBox[{-9.391485505499121, 0.25}, 0.25], CircleBox[{-9.659813662799094, 0.56}, 0.1600000000000001], CircleBox[{3.279566366999692, 1.9777777777777776}, 0.022222222222222122], CircleBox[{2.086996778999808, 1.9777777777777792}, 0.022222222222222053], CircleBox[{3.8681345342537554, 0.02541176470588236}, 0.016941176470588237], CircleBox[{3.935479640399632, 1.9680000000000029}, 0.03199999999999999], CircleBox[{4.088810015999618, 1.979591836734694}, 0.020408163265306083], CircleBox[{5.008792269599531, 1.960000000000001}, 0.03999999999999988], CircleBox[{4.599911267999569, 1.9795918367346939}, 0.02040816326530611], CircleBox[{6.044632637430855, 0.38603491271820534}, 0.017955112219451543], CircleBox[{6.2580577888321995, 0.5075409836065575}, 0.0236065573770493], CircleBox[{6.763865710480053, 0.046351931330472135}, 0.030901287553648085], CircleBox[{6.820007331374361, 0.02812500000000001}, 0.02812500000000001], CircleBox[{6.590516144209908, 0.02493074792243766}, 0.02493074792243766], CircleBox[{6.260717728894872, 0.029625114294422435}, 0.01975007619628162], CircleBox[{6.207367603726037, 1.3688249400479613}, 0.017266187050359833], CircleBox[{6.492259672990045, 1.7781931464174459}, 0.02242990654205609], CircleBox[{6.708203932499371, 1.9499999999999993}, 0.04999999999999995], CircleBox[{6.439875775199397, 1.96}, 0.03999999999999999], CircleBox[{6.029525153386017, 1.7725239616613417}, 0.02300319488817892], CircleBox[{5.813776741499456, 1.883333333333334}, 0.01666666666666664], CircleBox[{5.813776741499456, 1.9499999999999995}, 0.04999999999999991], CircleBox[{6.0821048987994315, 1.968}, 0.031999999999999994], CircleBox[{8.320400986739436, 0.03843416370106795}, 0.025622775800711962], CircleBox[{8.244670443771506, 0.16039603960396062}, 0.017821782178217845], CircleBox[{8.22873015719923, 0.38000000000000045}, 0.020000000000000028], CircleBox[{8.071660016340708, 0.46341463414634204}, 0.02439024390243911], CircleBox[{8.025671011134383, 0.4648648648648654}, 0.02162162162162166], CircleBox[{7.857198862476189, 0.24923076923076917}, 0.027692307692307697], CircleBox[{7.602631123499287, 0.02777777777777779}, 0.02777777777777779], CircleBox[{7.6646534469627845, 0.0788321167883212}, 0.05255474452554745], CircleBox[{7.5905442695668555, 0.07567567567567568}, 0.021621621621621633], CircleBox[{7.981042627383868, 0.053254437869822466}, 0.053254437869822466], CircleBox[{8.11373237549924, 0.04591836734693865}, 0.04591836734693865], CircleBox[{8.05229520445404, 0.06904109589041087}, 0.01972602739726026], CircleBox[{8.650083656195475, 0.028647214854111487}, 0.01909814323607432], CircleBox[{8.795200711499172, 0.02777777777777769}, 0.02777777777777769], CircleBox[{8.8223045657719, 0.3863636363636359}, 0.022727272727272547], CircleBox[{8.404683047231998, 0.5075409836065564}, 0.02360655737704931], CircleBox[{8.156833617444214, 0.7406698564593313}, 0.03444976076555045], CircleBox[{8.055690648352188, 1.5346405228758175}, 0.0470588235294118], CircleBox[{8.00015431949925, 1.5805555555555557}, 0.025000000000000005], CircleBox[{8.141112799713522, 1.3673469387755113}, 0.020408163265306103], CircleBox[{8.131156281817422, 1.290909090909093}, 0.01818181818181824], CircleBox[{8.122365842593833, 1.3297297297297286}, 0.021621621621621633], CircleBox[{7.826237921249266, 1.825}, 0.025000000000000005], CircleBox[{7.751702321999274, 1.9111111111111112}, 0.08888888888888888], CircleBox[{7.783933932485757, 1.8054054054054054}, 0.021621621621621626], CircleBox[{8.347987115999217, 1.8888888888888888}, 0.11111111111111102], CircleBox[{8.273451516749224, 1.7083333333333337}, 0.041666666666666616], CircleBox[{8.327425571378528, 1.7517241379310347}, 0.027586206896551703], CircleBox[{9.816883803657616, 0.2634146341463417}, 0.1756097560975611], CircleBox[{9.659813662799097, 0.07199999999999997}, 0.07199999999999997], CircleBox[{10.062305898749056, 0.11250000000000004}, 0.11250000000000004], CircleBox[{9.199822535999138, 0.020408163265306138}, 0.020408163265306138], CircleBox[{9.154725366705021, 0.07058823529411803}, 0.047058823529412014], CircleBox[{9.18278582759914, 0.4177777777777771}, 0.017777777777777826], CircleBox[{9.123157348199147, 0.3600000000000002}, 0.040000000000000015], CircleBox[{9.470405551763818, 0.5588235294117649}, 0.02941176470588237], CircleBox[{9.391485505499121, 0.5166666666666675}, 0.01666666666666663], CircleBox[{9.432141286908207, 0.5212121212121212}, 0.024242424242424256], CircleBox[{9.659813662799095, 0.7599999999999992}, 0.04000000000000005], CircleBox[{9.71092378799909, 0.8857142857142862}, 0.02857142857142862], CircleBox[{9.71092378799909, 0.8190476190476194}, 0.03809523809523813], CircleBox[{9.72689570212409, 1.5625000000000004}, 0.06249999999999997], CircleBox[{9.659813662799095, 1.6400000000000003}, 0.03999999999999998], CircleBox[{9.769897009383701, 1.4461538461538466}, 0.061538461538461514], CircleBox[{9.838699100999078, 1.7999999999999998}, 0.20000000000000007], CircleBox[{12.074767078498867, 0.25}, 0.25], CircleBox[{12.521980673998828, 1.2000000000000002}, 0.8], CircleBox[{12.521980673998826, 0.2}, 0.2], CircleBox[{11.806438921198893, 0.56}, 0.1600000000000001], CircleBox[{-1.5333037559998581, 1.9795918367346974}, 0.02040816326530611], CircleBox[{-3.279566366999692, 1.9777777777777776}, 0.022222222222222122], CircleBox[{-2.086996778999808, 1.9777777777777792}, 0.022222222222222053], CircleBox[{-3.8681345342537554, 0.02541176470588236}, 0.016941176470588237], CircleBox[{-3.935479640399632, 1.9680000000000029}, 0.03199999999999999], CircleBox[{-4.088810015999618, 1.979591836734694}, 0.020408163265306083], CircleBox[{-5.008792269599531, 1.960000000000001}, 0.03999999999999988], CircleBox[{-4.599911267999569, 1.9795918367346939}, 0.02040816326530611], CircleBox[{-6.044632637430855, 0.38603491271820534}, 0.017955112219451543], CircleBox[{-6.2580577888321995, 0.5075409836065575}, 0.0236065573770493], CircleBox[{-6.763865710480053, 0.046351931330472135}, 0.030901287553648085], CircleBox[{-6.820007331374361, 0.02812500000000001}, 0.02812500000000001], CircleBox[{-6.590516144209908, 0.02493074792243766}, 0.02493074792243766], CircleBox[{-6.260717728894872, 0.029625114294422435}, 0.01975007619628162], CircleBox[{-6.207367603726037, 1.3688249400479613}, 0.017266187050359833], CircleBox[{-6.492259672990045, 1.7781931464174459}, 0.02242990654205609], CircleBox[{-6.708203932499371, 1.9499999999999993}, 0.04999999999999995], CircleBox[{-6.439875775199397, 1.96}, 0.03999999999999999], CircleBox[{-6.029525153386017, 1.7725239616613417}, 0.02300319488817892], CircleBox[{-5.813776741499456, 1.883333333333334}, 0.01666666666666664], CircleBox[{-5.813776741499456, 1.9499999999999995}, 0.04999999999999991], CircleBox[{-6.0821048987994315, 1.968}, 0.031999999999999994], CircleBox[{-8.320400986739436, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-8.244670443771506, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-8.22873015719923, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-8.071660016340708, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-8.025671011134383, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-7.857198862476189, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-7.602631123499287, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-7.6646534469627845, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-7.5905442695668555, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-7.981042627383868, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-8.11373237549924, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-8.05229520445404, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-8.650083656195475, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-8.795200711499172, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-8.8223045657719, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-8.404683047231998, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-8.156833617444214, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-8.055690648352188, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-8.00015431949925, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-8.141112799713522, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-8.131156281817422, 1.290909090909093}, 0.01818181818181824], CircleBox[{-8.122365842593833, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-7.826237921249266, 1.825}, 0.025000000000000005], CircleBox[{-7.751702321999274, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-7.783933932485757, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-8.347987115999217, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-8.273451516749224, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-8.327425571378528, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-9.816883803657616, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-9.659813662799097, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-10.062305898749056, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-9.199822535999138, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-9.154725366705021, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-9.18278582759914, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-9.123157348199147, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-9.470405551763818, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-9.391485505499121, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-9.432141286908207, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-9.659813662799095, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-9.71092378799909, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-9.71092378799909, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-9.72689570212409, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-9.659813662799095, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-9.769897009383701, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-9.838699100999078, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-12.074767078498867, 0.25}, 0.25], CircleBox[{-12.521980673998828, 1.2000000000000002}, 0.8], CircleBox[{-12.521980673998826, 0.2}, 0.2], CircleBox[{-11.806438921198893, 0.56}, 0.1600000000000001], CircleBox[{2.0444050079998064, 1.9795918367346974}, 0.02040816326530611], CircleBox[{3.8758511609996376, 1.9777777777777776}, 0.022222222222222122], CircleBox[{5.068420748999522, 1.9777777777777792}, 0.022222222222222053], CircleBox[{6.86499175774524, 0.02541176470588236}, 0.016941176470588237], CircleBox[{6.797646651599362, 1.9680000000000029}, 0.03199999999999999], CircleBox[{6.644316275999378, 1.979591836734694}, 0.020408163265306083], CircleBox[{5.724334022399463, 1.960000000000001}, 0.03999999999999988], CircleBox[{6.133215023999426, 1.9795918367346939}, 0.02040816326530611], CircleBox[{8.266202418567806, 0.38603491271820534}, 0.017955112219451543], CircleBox[{8.05277726716646, 0.5075409836065575}, 0.0236065573770493], CircleBox[{7.5469693455186055, 0.046351931330472135}, 0.030901287553648085], CircleBox[{7.490827724624298, 0.02812500000000001}, 0.02812500000000001], CircleBox[{7.720318911788749, 0.02493074792243766}, 0.02493074792243766], CircleBox[{8.050117327103786, 0.029625114294422435}, 0.01975007619628162], CircleBox[{8.103467452272621, 1.3688249400479613}, 0.017266187050359833], CircleBox[{7.818575383008613, 1.7781931464174459}, 0.02242990654205609], CircleBox[{7.602631123499288, 1.9499999999999993}, 0.04999999999999995], CircleBox[{7.870959280799262, 1.96}, 0.03999999999999999], CircleBox[{8.281309902612643, 1.7725239616613417}, 0.02300319488817892], CircleBox[{8.497058314499203, 1.883333333333334}, 0.01666666666666664], CircleBox[{8.497058314499201, 1.9499999999999995}, 0.04999999999999991], CircleBox[{8.228730157199228, 1.968}, 0.031999999999999994], CircleBox[{9.568142833258888, 0.03843416370106795}, 0.025622775800711962], CircleBox[{9.64387337622682, 0.16039603960396062}, 0.017821782178217845], CircleBox[{9.659813662799095, 0.38000000000000045}, 0.020000000000000028], CircleBox[{9.816883803657618, 0.46341463414634204}, 0.02439024390243911], CircleBox[{9.862872808863939, 0.4648648648648654}, 0.02162162162162166], CircleBox[{10.031344957522137, 0.24923076923076917}, 0.027692307692307697], CircleBox[{10.285912696499036, 0.02777777777777779}, 0.02777777777777779], CircleBox[{10.223890373035537, 0.0788321167883212}, 0.05255474452554745], CircleBox[{10.297999550431465, 0.07567567567567568}, 0.021621621621621633], CircleBox[{9.907501192614458, 0.053254437869822466}, 0.053254437869822466], CircleBox[{9.774811444499083, 0.04591836734693865}, 0.04591836734693865], CircleBox[{9.836248615544283, 0.06904109589041087}, 0.01972602739726026], CircleBox[{9.23846016380285, 0.028647214854111487}, 0.01909814323607432], CircleBox[{9.093343108499152, 0.02777777777777769}, 0.02777777777777769], CircleBox[{9.066239254226426, 0.3863636363636359}, 0.022727272727272547], CircleBox[{9.483860772766324, 0.5075409836065564}, 0.02360655737704931], CircleBox[{9.731710202554112, 0.7406698564593313}, 0.03444976076555045], CircleBox[{9.832853171646141, 1.5346405228758175}, 0.0470588235294118], CircleBox[{9.888389500499075, 1.5805555555555557}, 0.025000000000000005], CircleBox[{9.747431020284802, 1.3673469387755113}, 0.020408163265306103], CircleBox[{9.757387538180904, 1.290909090909093}, 0.01818181818181824], CircleBox[{9.766177977404489, 1.3297297297297286}, 0.021621621621621633], CircleBox[{10.06230589874906, 1.825}, 0.025000000000000005], CircleBox[{10.13684149799905, 1.9111111111111112}, 0.08888888888888888], CircleBox[{10.104609887512568, 1.8054054054054054}, 0.021621621621621626], CircleBox[{9.540556703999107, 1.8888888888888888}, 0.11111111111111102], CircleBox[{9.615092303249098, 1.7083333333333337}, 0.041666666666666616], CircleBox[{9.561118248619794, 1.7517241379310347}, 0.027586206896551703], CircleBox[{11.649368780340371, 0.2634146341463417}, 0.1756097560975611], CircleBox[{11.806438921198895, 0.07199999999999997}, 0.07199999999999997], CircleBox[{11.40394668524893, 0.11250000000000004}, 0.11250000000000004], CircleBox[{12.266430047998853, 0.020408163265306138}, 0.020408163265306138], CircleBox[{12.311527217292962, 0.07058823529411803}, 0.047058823529412014], CircleBox[{12.283466756398848, 0.4177777777777771}, 0.017777777777777826], CircleBox[{12.343095235798843, 0.3600000000000002}, 0.040000000000000015], CircleBox[{11.995847032234169, 0.5588235294117649}, 0.02941176470588237], CircleBox[{12.074767078498866, 0.5166666666666675}, 0.01666666666666663], CircleBox[{12.034111297089781, 0.5212121212121212}, 0.024242424242424256], CircleBox[{11.806438921198893, 0.7599999999999992}, 0.04000000000000005], CircleBox[{11.7553287959989, 0.8857142857142862}, 0.02857142857142862], CircleBox[{11.7553287959989, 0.8190476190476194}, 0.03809523809523813], CircleBox[{11.739356881873901, 1.5625000000000004}, 0.06249999999999997], CircleBox[{11.806438921198893, 1.6400000000000003}, 0.03999999999999998], CircleBox[{11.696355574614289, 1.4461538461538466}, 0.061538461538461514], CircleBox[{11.627553482998911, 1.7999999999999998}, 0.20000000000000007], CircleBox[{14.310835055998659, 1.}], CircleBox[{12.969194269498786, 0.25}, 0.25], CircleBox[{13.237522426798758, 0.56}, 0.1600000000000001], CircleBox[{-2.0444050079998064, 1.9795918367346974}, 0.02040816326530611], CircleBox[{-3.8758511609996376, 1.9777777777777776}, 0.022222222222222122], CircleBox[{-5.068420748999522, 1.9777777777777792}, 0.022222222222222053], CircleBox[{-6.86499175774524, 0.02541176470588236}, 0.016941176470588237], CircleBox[{-6.797646651599362, 1.9680000000000029}, 0.03199999999999999], CircleBox[{-6.644316275999378, 1.979591836734694}, 0.020408163265306083], CircleBox[{-5.724334022399463, 1.960000000000001}, 0.03999999999999988], CircleBox[{-6.133215023999426, 1.9795918367346939}, 0.02040816326530611], CircleBox[{-8.266202418567806, 0.38603491271820534}, 0.017955112219451543], CircleBox[{-8.05277726716646, 0.5075409836065575}, 0.0236065573770493], CircleBox[{-7.5469693455186055, 0.046351931330472135}, 0.030901287553648085], CircleBox[{-7.490827724624298, 0.02812500000000001}, 0.02812500000000001], CircleBox[{-7.720318911788749, 0.02493074792243766}, 0.02493074792243766], CircleBox[{-8.050117327103786, 0.029625114294422435}, 0.01975007619628162], CircleBox[{-8.103467452272621, 1.3688249400479613}, 0.017266187050359833], CircleBox[{-7.818575383008613, 1.7781931464174459}, 0.02242990654205609], CircleBox[{-7.602631123499288, 1.9499999999999993}, 0.04999999999999995], CircleBox[{-7.870959280799262, 1.96}, 0.03999999999999999], CircleBox[{-8.281309902612643, 1.7725239616613417}, 0.02300319488817892], CircleBox[{-8.497058314499203, 1.883333333333334}, 0.01666666666666664], CircleBox[{-8.497058314499201, 1.9499999999999995}, 0.04999999999999991], CircleBox[{-8.228730157199228, 1.968}, 0.031999999999999994], CircleBox[{-9.568142833258888, 0.03843416370106795}, 0.025622775800711962], CircleBox[{-9.64387337622682, 0.16039603960396062}, 0.017821782178217845], CircleBox[{-9.659813662799095, 0.38000000000000045}, 0.020000000000000028], CircleBox[{-9.816883803657618, 0.46341463414634204}, 0.02439024390243911], CircleBox[{-9.862872808863939, 0.4648648648648654}, 0.02162162162162166], CircleBox[{-10.031344957522137, 0.24923076923076917}, 0.027692307692307697], CircleBox[{-10.285912696499036, 0.02777777777777779}, 0.02777777777777779], CircleBox[{-10.223890373035537, 0.0788321167883212}, 0.05255474452554745], CircleBox[{-10.297999550431465, 0.07567567567567568}, 0.021621621621621633], CircleBox[{-9.907501192614458, 0.053254437869822466}, 0.053254437869822466], CircleBox[{-9.774811444499083, 0.04591836734693865}, 0.04591836734693865], CircleBox[{-9.836248615544283, 0.06904109589041087}, 0.01972602739726026], CircleBox[{-9.23846016380285, 0.028647214854111487}, 0.01909814323607432], CircleBox[{-9.093343108499152, 0.02777777777777769}, 0.02777777777777769], CircleBox[{-9.066239254226426, 0.3863636363636359}, 0.022727272727272547], CircleBox[{-9.483860772766324, 0.5075409836065564}, 0.02360655737704931], CircleBox[{-9.731710202554112, 0.7406698564593313}, 0.03444976076555045], CircleBox[{-9.832853171646141, 1.5346405228758175}, 0.0470588235294118], CircleBox[{-9.888389500499075, 1.5805555555555557}, 0.025000000000000005], CircleBox[{-9.747431020284802, 1.3673469387755113}, 0.020408163265306103], CircleBox[{-9.757387538180904, 1.290909090909093}, 0.01818181818181824], CircleBox[{-9.766177977404489, 1.3297297297297286}, 0.021621621621621633], CircleBox[{-10.06230589874906, 1.825}, 0.025000000000000005], CircleBox[{-10.13684149799905, 1.9111111111111112}, 0.08888888888888888], CircleBox[{-10.104609887512568, 1.8054054054054054}, 0.021621621621621626], CircleBox[{-9.540556703999107, 1.8888888888888888}, 0.11111111111111102], CircleBox[{-9.615092303249098, 1.7083333333333337}, 0.041666666666666616], CircleBox[{-9.561118248619794, 1.7517241379310347}, 0.027586206896551703], CircleBox[{-11.649368780340371, 0.2634146341463417}, 0.1756097560975611], CircleBox[{-11.806438921198895, 0.07199999999999997}, 0.07199999999999997], CircleBox[{-11.40394668524893, 0.11250000000000004}, 0.11250000000000004], CircleBox[{-12.266430047998853, 0.020408163265306138}, 0.020408163265306138], CircleBox[{-12.311527217292962, 0.07058823529411803}, 0.047058823529412014], CircleBox[{-12.283466756398848, 0.4177777777777771}, 0.017777777777777826], CircleBox[{-12.343095235798843, 0.3600000000000002}, 0.040000000000000015], CircleBox[{-11.995847032234169, 0.5588235294117649}, 0.02941176470588237], CircleBox[{-12.074767078498866, 0.5166666666666675}, 0.01666666666666663], CircleBox[{-12.034111297089781, 0.5212121212121212}, 0.024242424242424256], CircleBox[{-11.806438921198893, 0.7599999999999992}, 0.04000000000000005], CircleBox[{-11.7553287959989, 0.8857142857142862}, 0.02857142857142862], CircleBox[{-11.7553287959989, 0.8190476190476194}, 0.03809523809523813], CircleBox[{-11.739356881873901, 1.5625000000000004}, 0.06249999999999997], CircleBox[{-11.806438921198893, 1.6400000000000003}, 0.03999999999999998], CircleBox[{-11.696355574614289, 1.4461538461538466}, 0.061538461538461514], CircleBox[{-11.627553482998911, 1.7999999999999998}, 0.20000000000000007], CircleBox[{-14.310835055998659, 1.}], CircleBox[{-12.969194269498786, 0.25}, 0.25], CircleBox[{-13.237522426798758, 0.56}, 0.1600000000000001], CircleBox[{5.111012519999523, 1.9795918367346974}, 0.02040816326530611], CircleBox[{6.857275130999356, 1.9777777777777776}, 0.022222222222222122], CircleBox[{5.664705542999473, 1.9777777777777792}, 0.022222222222222053], CircleBox[{7.445843298253419, 0.02541176470588236}, 0.016941176470588237], CircleBox[{7.513188404399297, 1.9680000000000029}, 0.03199999999999999], CircleBox[{7.666518779999282, 1.979591836734694}, 0.020408163265306083], CircleBox[{8.586501033599195, 1.960000000000001}, 0.03999999999999988], CircleBox[{8.177620031999233, 1.9795918367346939}, 0.02040816326530611], CircleBox[{9.62234140143052, 0.38603491271820534}, 0.017955112219451543], CircleBox[{9.835766552831863, 0.5075409836065575}, 0.0236065573770493], CircleBox[{10.341574474479717, 0.046351931330472135}, 0.030901287553648085], CircleBox[{10.397716095374026, 0.02812500000000001}, 0.02812500000000001], CircleBox[{10.168224908209572, 0.02493074792243766}, 0.02493074792243766], CircleBox[{9.838426492894538, 0.029625114294422435}, 0.01975007619628162], CircleBox[{9.7850763677257, 1.3688249400479613}, 0.017266187050359833], CircleBox[{10.06996843698971, 1.7781931464174459}, 0.02242990654205609], CircleBox[{10.285912696499038, 1.9499999999999993}, 0.04999999999999995], CircleBox[{10.017584539199062, 1.96}, 0.03999999999999999], CircleBox[{9.607233917385683, 1.7725239616613417}, 0.02300319488817892], CircleBox[{9.391485505499121, 1.883333333333334}, 0.01666666666666664], CircleBox[{9.39148550549912, 1.9499999999999995}, 0.04999999999999991], CircleBox[{9.659813662799097, 1.968}, 0.031999999999999994], CircleBox[{11.898109750739101, 0.03843416370106795}, 0.025622775800711962], CircleBox[{11.82237920777117, 0.16039603960396062}, 0.017821782178217845], CircleBox[{11.806438921198895, 0.38000000000000045}, 0.020000000000000028], CircleBox[{11.649368780340373, 0.46341463414634204}, 0.02439024390243911], CircleBox[{11.603379775134048, 0.4648648648648654}, 0.02162162162162166], CircleBox[{11.434907626475853, 0.24923076923076917}, 0.027692307692307697], CircleBox[{11.180339887498953, 0.02777777777777779}, 0.02777777777777779], CircleBox[{11.24236221096245, 0.0788321167883212}, 0.05255474452554745], CircleBox[{11.16825303356652, 0.07567567567567568}, 0.021621621621621633], CircleBox[{11.558751391383533, 0.053254437869822466}, 0.053254437869822466], CircleBox[{11.691441139498904, 0.04591836734693865}, 0.04591836734693865], CircleBox[{11.630003968453705, 0.06904109589041087}, 0.01972602739726026], CircleBox[{12.22779242019514, 0.028647214854111487}, 0.01909814323607432], CircleBox[{12.372909475498837, 0.02777777777777769}, 0.02777777777777769], CircleBox[{12.400013329771564, 0.3863636363636359}, 0.022727272727272547], CircleBox[{11.982391811231661, 0.5075409836065564}, 0.02360655737704931], CircleBox[{11.734542381443879, 0.7406698564593313}, 0.03444976076555045], CircleBox[{11.633399412351853, 1.5346405228758175}, 0.0470588235294118], CircleBox[{11.577863083498917, 1.5805555555555557}, 0.025000000000000005], CircleBox[{11.718821563713185, 1.3673469387755113}, 0.020408163265306103], CircleBox[{11.708865045817088, 1.290909090909093}, 0.01818181818181824], CircleBox[{11.700074606593496, 1.3297297297297286}, 0.021621621621621633], CircleBox[{11.40394668524893, 1.825}, 0.025000000000000005], CircleBox[{11.32941108599894, 1.9111111111111112}, 0.08888888888888888], CircleBox[{11.361642696485422, 1.8054054054054054}, 0.021621621621621626], CircleBox[{11.925695879998882, 1.8888888888888888}, 0.11111111111111102], CircleBox[{11.851160280748891, 1.7083333333333337}, 0.041666666666666616], CircleBox[{11.905134335378193, 1.7517241379310347}, 0.027586206896551703], CircleBox[{13.39459256765728, 0.2634146341463417}, 0.1756097560975611], CircleBox[{13.237522426798762, 0.07199999999999997}, 0.07199999999999997], CircleBox[{13.64001466274872, 0.11250000000000004}, 0.11250000000000004], CircleBox[{12.777531299998802, 0.020408163265306138}, 0.020408163265306138], CircleBox[{12.732434130704686, 0.07058823529411803}, 0.047058823529412014], CircleBox[{12.760494591598805, 0.4177777777777771}, 0.017777777777777826], CircleBox[{12.70086611219881, 0.3600000000000002}, 0.040000000000000015], CircleBox[{13.048114315763483, 0.5588235294117649}, 0.02941176470588237], CircleBox[{12.969194269498786, 0.5166666666666675}, 0.01666666666666663], CircleBox[{13.009850050907872, 0.5212121212121212}, 0.024242424242424256], CircleBox[{13.23752242679876, 0.7599999999999992}, 0.04000000000000005], CircleBox[{13.288632551998756, 0.8857142857142862}, 0.02857142857142862], CircleBox[{13.288632551998754, 0.8190476190476194}, 0.03809523809523813], CircleBox[{13.304604466123754, 1.5625000000000004}, 0.06249999999999997], CircleBox[{13.23752242679876, 1.6400000000000003}, 0.03999999999999998], CircleBox[{13.347605773383366, 1.4461538461538466}, 0.061538461538461514], CircleBox[{13.416407864998744, 1.7999999999999998}, 0.20000000000000007], CircleBox[{15.652475842498532, 0.25}, 0.25], CircleBox[{16.099689437998492, 1.2000000000000002}, 0.8], CircleBox[{16.09968943799849, 0.2}, 0.2], CircleBox[{15.384147685198558, 0.56}, 0.1600000000000001]}, {RGBColor[1, 0, 0], CircleBox[{0.670820393249937, 0.}, 0.670820393249937], CircleBox[{1.5652475842498539, 0.}, 0.22360679774997913], CircleBox[{1.609968943799849, 0.40000000000000013}, 0.17888543819998323], CircleBox[{1.3009850050907872, 0.5454545454545455}, 0.1626231256363484], CircleBox[{1.0222025039999045, 0.8571428571428574}, 0.25555062599997613], CircleBox[{0.894427190999916, 2.}, 0.894427190999916], TagBox[ConicHullRegionBox[{0, 0}, {{0, -1}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{1.7888543819998324`, 0.}, {{0, 1}}], "InfiniteLine"]}, {RGBColor[0, 0, 1], CircleBox[{0, 1}], CircleBox[ NCache[{1.3416407864998734`, Rational[1, 4]}, {1.3416407864998734`, 0.25}], NCache[Rational[1, 4], 0.25]], CircleBox[{1.7888543819998324, 1.2000000000000002}, 0.8], CircleBox[ NCache[{1.7888543819998308`, Rational[1, 5]}, {1.7888543819998308`, 0.2}], NCache[Rational[1, 5], 0.2]], CircleBox[{1.0733126291998991, 0.56}, 0.1600000000000001], TagBox[ConicHullRegionBox[{0, 2}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"]}}, PlotRange->{{-1.7888543819998324`, 3.5777087639996648`}, {-1.2, 3.2}}, PlotRangeClipping->True]}, { RowBox[{"{", RowBox[{"0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["1", "3"], ",", FractionBox["97", "108"], ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["5", "12"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["1", "3"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", "0", ",", "0", ",", FractionBox["1", "12"], ",", FractionBox["1", "12"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["1", "12"], ",", FractionBox["2", "3"], ",", FractionBox["2", "3"], ",", "0", ",", FractionBox["3", "4"], ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", "0", ",", FractionBox["3", "4"], ",", "0", ",", FractionBox["3", "4"]}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "1", "0", "1"}, { FractionBox["36", "5"], "4", FractionBox["12", SqrtBox["5"]], "1"}, {"5", FractionBox["5", "4"], SqrtBox["5"], FractionBox["3", "2"]}, {"16", "5", RowBox[{"4", " ", SqrtBox["5"]}], "1"}, {"9", FractionBox["25", "4"], RowBox[{"3", " ", SqrtBox["5"]}], FractionBox["7", "2"]}, {"4", "0", "0", "1"}, {"0", "0", "0", RowBox[{"-", "1"}]}, {"0", FractionBox[ RowBox[{"2", " ", SqrtBox["5"]}], "3"], "1", "0"}, { FractionBox["24", SqrtBox["5"]], RowBox[{"2", " ", SqrtBox["5"]}], "7", "0"}, { FractionBox["34", SqrtBox["5"]], FractionBox[ RowBox[{"5", " ", SqrtBox["5"]}], "2"], "9", SqrtBox["5"]}, { FractionBox["27", SqrtBox["5"]], FractionBox[ RowBox[{"11", " ", SqrtBox["5"]}], "4"], "8", FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"]}, { RowBox[{"3", " ", SqrtBox["5"]}], FractionBox[ RowBox[{"7", " ", SqrtBox["5"]}], "4"], "4", FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"]}, { RowBox[{"2", " ", SqrtBox["5"]}], FractionBox[ SqrtBox["5"], "2"], "1", SqrtBox["5"]}, {"0", "0", RowBox[{"-", "1"}], "0"}, { FractionBox["8", SqrtBox["5"]], "0", "1", "0"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]}, { RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"], FractionBox["3", "10"], FractionBox["2", "5"]}, {"0", "0", "0", FractionBox["3", "10"], FractionBox["2", "5"], RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"]}, {"0", "0", "0", RowBox[{"-", FractionBox["1", "4"]}], FractionBox["10", "9"], RowBox[{"-", FractionBox["1", "4"]}], FractionBox["17", "9"]}, {"0", "0", "0", "0", FractionBox["20", "9"], RowBox[{"-", "1"}], FractionBox["52", "9"]}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", "0", "0", RowBox[{"-", "1"}], FractionBox["20", "9"], "0", FractionBox["52", "9"]}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", FractionBox["63", "10"], FractionBox["14", "5"], RowBox[{"-", FractionBox["27", "10"]}], FractionBox["62", "5"]}, {"0", "0", "0", FractionBox["3", "10"], FractionBox["2", "5"], RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"]}, {"0", "0", "0", "3", "1", RowBox[{"-", "1"}], "4"}, {"0", "0", "0", "1", "0", "0", "0"}, {"0", "0", "0", FractionBox["33", "4"], "4", RowBox[{"-", FractionBox["15", "4"]}], "15"}, {"0", "0", "0", "11", "4", RowBox[{"-", "4"}], "20"}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", FractionBox["87", "10"], FractionBox["14", "5"], RowBox[{"-", FractionBox["3", "10"]}], RowBox[{"-", FractionBox["34", "5"]}]}, {"0", "0", "0", FractionBox["3", "10"], FractionBox["2", "5"], RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"]}, {"0", "0", "0", FractionBox["1", "4"], "0", FractionBox["1", "4"], RowBox[{"-", "1"}]}, {"0", "0", "0", "1", "0", "0", "0"}, {"0", "0", "0", FractionBox["15", "2"], "3", RowBox[{"-", FractionBox["1", "2"]}], RowBox[{"-", "6"}]}, {"0", "0", "0", "15", "4", "0", RowBox[{"-", "12"}]}, {"0", "0", "0", FractionBox["15", "4"], "1", RowBox[{"-", FractionBox["1", "4"]}], RowBox[{"-", "2"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", FractionBox["9", "5"], "4", "0", RowBox[{"-", FractionBox["16", "5"]}]}, {"0", "0", "0", FractionBox["3", "10"], FractionBox["2", "5"], RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"]}, {"0", "0", "0", FractionBox["1", "4"], "0", FractionBox["1", "4"], RowBox[{"-", "1"}]}, {"0", "0", "0", FractionBox["9", "2"], "6", RowBox[{"-", FractionBox["1", "2"]}], RowBox[{"-", "6"}]}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", "0", "0", "7", "12", "0", RowBox[{"-", "12"}]}, {"0", "0", "0", FractionBox["21", "8"], FractionBox["9", "2"], RowBox[{"-", FractionBox["3", "8"]}], RowBox[{"-", FractionBox["7", "2"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"], FractionBox["3", "10"], FractionBox["2", "5"]}, {"0", "0", "0", "0", "4", FractionBox["9", "5"], RowBox[{"-", FractionBox["16", "5"]}]}, {"0", "0", "0", FractionBox["1", "4"], "0", FractionBox["1", "4"], RowBox[{"-", "1"}]}, {"0", "0", "0", "0", "12", "7", RowBox[{"-", "12"}]}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", "0", "0", RowBox[{"-", FractionBox["1", "2"]}], "6", FractionBox["9", "2"], RowBox[{"-", "6"}]}, {"0", "0", "0", RowBox[{"-", FractionBox["3", "8"]}], FractionBox["9", "2"], FractionBox["21", "8"], RowBox[{"-", FractionBox["7", "2"]}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"], FractionBox["3", "10"], FractionBox["2", "5"]}, {"0", "0", "0", RowBox[{"-", FractionBox["3", "10"]}], FractionBox["14", "5"], FractionBox["87", "10"], RowBox[{"-", FractionBox["34", "5"]}]}, {"0", "0", "0", FractionBox["1", "4"], "0", FractionBox["1", "4"], RowBox[{"-", "1"}]}, {"0", "0", "0", "0", "4", "15", RowBox[{"-", "12"}]}, {"0", "0", "0", RowBox[{"-", FractionBox["1", "2"]}], "3", FractionBox["15", "2"], RowBox[{"-", "6"}]}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", "0", "0", RowBox[{"-", FractionBox["1", "4"]}], "1", FractionBox["15", "4"], RowBox[{"-", "2"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "0", "0", RowBox[{"-", FractionBox["3", "10"]}], FractionBox["2", "5"], FractionBox["3", "10"], FractionBox["2", "5"]}, {"0", "0", "0", RowBox[{"-", FractionBox["27", "10"]}], FractionBox["14", "5"], FractionBox["63", "10"], FractionBox["62", "5"]}, {"0", "0", "0", RowBox[{"-", "1"}], "1", "3", "4"}, {"0", "0", "0", RowBox[{"-", "4"}], "4", "11", "20"}, {"0", "0", "0", RowBox[{"-", FractionBox["15", "4"]}], "4", FractionBox["33", "4"], "15"}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", "0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "1", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", "+", RowBox[{"5", " ", RowBox[{"C", "[", "2", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "1", "]"}], "+", RowBox[{"C", "[", "2", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "3", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "1"}], "+", RowBox[{"C", "[", "1", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "2", "]"}]}], "-", RowBox[{"C", "[", "3", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "1", "]"}], "+", RowBox[{"C", "[", "2", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", "-", RowBox[{"2", " ", RowBox[{"C", "[", "1", "]"}]}], "+", RowBox[{"C", "[", "2", "]"}], "-", RowBox[{"C", "[", "3", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "3", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", "+", RowBox[{"5", " ", RowBox[{"C", "[", "4", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "5", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "4", "]"}], "+", RowBox[{"C", "[", "5", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "6", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", "+", RowBox[{"C", "[", "4", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "5", "]"}]}], "-", RowBox[{"C", "[", "6", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "4", "]"}], "+", RowBox[{"C", "[", "5", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "4", "]"}]}], "+", RowBox[{"C", "[", "5", "]"}], "-", RowBox[{"C", "[", "6", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "6", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "7", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "8", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"2", " ", RowBox[{"C", "[", "7", "]"}]}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "8", "]"}]}], "+", RowBox[{"4", " ", RowBox[{"C", "[", "9", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"C", "[", "7", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "8", "]"}]}], "-", RowBox[{"C", "[", "9", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "7", "]"}], "+", RowBox[{"C", "[", "8", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "7", "]"}]}], "+", RowBox[{"C", "[", "8", "]"}], "-", RowBox[{"C", "[", "9", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "9", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "10", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "11", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "10", "]"}], "+", RowBox[{"C", "[", "11", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "12", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"C", "[", "10", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "11", "]"}]}], "-", RowBox[{"C", "[", "12", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "10", "]"}], "+", RowBox[{"C", "[", "11", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "10", "]"}]}], "+", RowBox[{"C", "[", "11", "]"}], "-", RowBox[{"C", "[", "12", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "12", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "13", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "14", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "13", "]"}], "+", RowBox[{"C", "[", "14", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "15", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", "+", RowBox[{"C", "[", "13", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "14", "]"}]}], "-", RowBox[{"C", "[", "15", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "13", "]"}]}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "14", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", "-", RowBox[{"2", " ", RowBox[{"C", "[", "13", "]"}]}], "+", RowBox[{"C", "[", "14", "]"}], "-", RowBox[{"C", "[", "15", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "15", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "16", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "17", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "16", "]"}], "+", RowBox[{"C", "[", "17", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "18", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"C", "[", "16", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "17", "]"}]}], "-", RowBox[{"C", "[", "18", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "16", "]"}], "+", RowBox[{"C", "[", "17", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "-", RowBox[{"2", " ", RowBox[{"C", "[", "16", "]"}]}], "+", RowBox[{"C", "[", "17", "]"}], "-", RowBox[{"C", "[", "18", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"4", " ", RowBox[{"C", "[", "18", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "19", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"5", " ", RowBox[{"C", "[", "20", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "19", "]"}], "+", RowBox[{"C", "[", "20", "]"}], "+", RowBox[{"2", " ", RowBox[{"C", "[", "21", "]"}]}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"C", "[", "19", "]"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "20", "]"}]}], "-", RowBox[{"C", "[", "21", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{ RowBox[{"C", "[", "19", "]"}], "+", RowBox[{"C", "[", "20", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "19", "]"}]}], "+", RowBox[{"C", "[", "20", "]"}], "-", RowBox[{"C", "[", "21", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"4", " ", RowBox[{"C", "[", "21", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}], "|", RowBox[{"C", "[", "13", "]"}], "|", RowBox[{"C", "[", "14", "]"}], "|", RowBox[{"C", "[", "15", "]"}], "|", RowBox[{"C", "[", "16", "]"}], "|", RowBox[{"C", "[", "17", "]"}], "|", RowBox[{"C", "[", "18", "]"}], "|", RowBox[{"C", "[", "19", "]"}], "|", RowBox[{"C", "[", "20", "]"}], "|", RowBox[{"C", "[", "21", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"integral\"\>"}], "}"}]}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"-", "1"}], FractionBox["13", "5"], "1", "7", "1", "1", "1", "0", FractionBox["12", SqrtBox["5"]], FractionBox["12", SqrtBox["5"]], FractionBox["6", SqrtBox["5"]], "0", "0", "0", FractionBox["4", SqrtBox["5"]]}, { FractionBox["13", "5"], RowBox[{"-", "1"}], "1", "1", "1", "7", "1", "0", "0", "0", "0", FractionBox["6", SqrtBox["5"]], FractionBox["12", SqrtBox["5"]], FractionBox["12", SqrtBox["5"]], FractionBox["4", SqrtBox["5"]]}, {"1", "1", RowBox[{"-", "1"}], "1", "1", "1", FractionBox["3", "2"], FractionBox[ RowBox[{"2", " ", SqrtBox["5"]}], "3"], SqrtBox["5"], "0", "0", "0", "0", SqrtBox["5"], "0"}, {"7", "1", "1", RowBox[{"-", "1"}], "9", "9", "1", FractionBox[ RowBox[{"4", " ", SqrtBox["5"]}], "3"], "0", "0", RowBox[{"2", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], "0"}, {"1", "1", "1", "9", RowBox[{"-", "1"}], "9", FractionBox["7", "2"], "0", RowBox[{"3", " ", SqrtBox["5"]}], RowBox[{"2", " ", SqrtBox["5"]}], "0", "0", RowBox[{"2", " ", SqrtBox["5"]}], RowBox[{"3", " ", SqrtBox["5"]}], RowBox[{"2", " ", SqrtBox["5"]}]}, {"1", "7", "1", "9", "9", RowBox[{"-", "1"}], "1", FractionBox[ RowBox[{"4", " ", SqrtBox["5"]}], "3"], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"2", " ", SqrtBox["5"]}], "0", "0", "0"}, {"1", "1", FractionBox["3", "2"], "1", FractionBox["7", "2"], "1", RowBox[{"-", "1"}], "0", "0", SqrtBox["5"], FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"], FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"], SqrtBox["5"], "0", "0"}, {"0", "0", FractionBox[ RowBox[{"2", " ", SqrtBox["5"]}], "3"], FractionBox[ RowBox[{"4", " ", SqrtBox["5"]}], "3"], "0", FractionBox[ RowBox[{"4", " ", SqrtBox["5"]}], "3"], "0", RowBox[{"-", "1"}], "1", FractionBox["7", "3"], "1", "1", FractionBox["7", "3"], "1", FractionBox["5", "3"]}, { FractionBox["12", SqrtBox["5"]], "0", SqrtBox["5"], "0", RowBox[{"3", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], "0", "1", RowBox[{"-", "1"}], "1", "4", "8", "9", "7", "1"}, { FractionBox["12", SqrtBox["5"]], "0", "0", "0", RowBox[{"2", " ", SqrtBox["5"]}], RowBox[{"4", " ", SqrtBox["5"]}], SqrtBox["5"], FractionBox["7", "3"], "1", RowBox[{"-", "1"}], "1", "5", "7", "9", "1"}, { FractionBox["6", SqrtBox["5"]], "0", "0", RowBox[{"2", " ", SqrtBox["5"]}], "0", RowBox[{"4", " ", SqrtBox["5"]}], FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"], "1", "4", "1", RowBox[{"-", "1"}], "1", "5", "8", "3"}, {"0", FractionBox["6", SqrtBox["5"]], "0", RowBox[{"4", " ", SqrtBox["5"]}], "0", RowBox[{"2", " ", SqrtBox["5"]}], FractionBox[ RowBox[{"3", " ", SqrtBox["5"]}], "2"], "1", "8", "5", "1", RowBox[{"-", "1"}], "1", "4", "3"}, {"0", FractionBox["12", SqrtBox["5"]], "0", RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"2", " ", SqrtBox["5"]}], "0", SqrtBox["5"], FractionBox["7", "3"], "9", "7", "5", "1", RowBox[{"-", "1"}], "1", "1"}, {"0", FractionBox["12", SqrtBox["5"]], SqrtBox["5"], RowBox[{"4", " ", SqrtBox["5"]}], RowBox[{"3", " ", SqrtBox["5"]}], "0", "0", "1", "7", "9", "8", "4", "1", RowBox[{"-", "1"}], "1"}, { FractionBox["4", SqrtBox["5"]], FractionBox["4", SqrtBox["5"]], "0", "0", RowBox[{"2", " ", SqrtBox["5"]}], "0", "0", FractionBox["5", "3"], "1", "1", "3", "3", "1", "1", RowBox[{"-", "1"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"]], "Output", CellChangeTimes->CompressedData[" 1:eJwVzk8owwEcBfCNtQNJWIaIjYPRctGstdTipjmwFClL/ixNNGErf2pSEsUJ E6XYlD8pWintMCJl80OxbDIsyWz+zmar5fsOr0+9w+sJWnvq2tksFktG2Zn3 OS9v/Yrr/NAzVNnZ8itS7GNqYbfOdfNJHhUpo1Abjwq/yK9tgwIap3WnMKBR lX2TsnGOFF5IM5WwaUzXAgcK76ZhgaXMDEWSevYPabXnzEGfYGU1TOaK3t+g tXFJGMGOWiSBv5dMNdw6k9lgb5ND9kdOHCbNwoSSxE2463YdwgZLSnoUf/Z6 Q9DYJc+KkdxOvQAaxTXiRrdf4U5WLxrI/lVlwxBpfshoh6ZI2jWs1HpeITfu icDqcJA3TJbvzJRCkz42uEC+iJh9uMzRO0xkVcnxE8zNjLctol8R9kEfRzMC J3kbzgDZzOd8wNS8upMoOerVnsPHNe8NtJk77uEI/yAI182/7BhZzORlw5Bk ymvy+BWairAf/gNRLBvZ "], CellLabel-> "Out[101]=",ExpressionUUID->"24fc563b-79c0-4729-a111-4cb8fde2c2a0"] }, Open ]] }, WindowSize->{804, 650}, WindowMargins->{{-8, Automatic}, {Automatic, 0}}, Magnification:>1.05 Inherited, FrontEndVersion->"11.3 for Microsoft Windows (64-bit) (March 6, 2018)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[558, 20, 664, 18, 54, "Input",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[1225, 40, 695, 18, 52, "Input",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[1923, 60, 9875, 235, 1041, "Input",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[11801, 297, 35696, 782, 3309, "Input",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[47500, 1081, 13766, 317, 1207, "Input",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[61269, 1400, 1573, 43, 141, "Input",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[62845, 1445, 16049, 333, 1285, "Input",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[78897, 1780, 13583, 313, 1104, "Input",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[92483, 2095, 3769, 87, 383, "Input",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[96255, 2184, 397, 13, 82, "Input",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[96655, 2199, 682, 20, 82, "Input",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[97340, 2221, 4976, 131, 730, "Input",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[102319, 2354, 1032, 29, 75, "Input",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[103354, 2385, 1961, 44, 185, "Input",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[105318, 2431, 5280, 132, 383, "Input",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[110601, 2565, 1184, 31, 75, "Input",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[111788, 2598, 1088, 26, 53, "Input",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[112879, 2626, 6779, 172, 493, "Input",ExpressionUUID->"490a67b2-14b3-4311-a957-12e532b59922"], Cell[119661, 2800, 8701, 177, 559, "Input",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[128365, 2979, 3749, 87, 295, "Input",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[132139, 3070, 4462, 72, 53, "Input",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[136604, 3144, 207179, 4458, 2976, "Output",ExpressionUUID->"24fc563b-79c0-4729-a111-4cb8fde2c2a0"] }, Open ]] } ] *)