(* 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[ 301221, 6987] NotebookOptionsPosition[ 298796, 6950] NotebookOutlinePosition[ 299168, 6966] CellTagsIndexPosition[ 299125, 6963] 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[1]:=",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[2]:=",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[3]:=",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[4]:=",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[5]:=",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[6]:=",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[7]:=",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[8]:=",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[9]:=",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[10]:=",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[11]:=",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[12]:=",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[14]:=",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[15]:=",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[16]:=",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[102]:=",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"}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]"}], "Input", CellChangeTimes->{{3.7378245147847567`*^9, 3.737824531315222*^9}, { 3.737995674554207*^9, 3.7379956992022705`*^9}, 3.7380623568729105`*^9, 3.7391259843017035`*^9}, CellLabel-> "In[667]:=",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", "]"}], ",", "\"\\""}], "}"}]}], "]"}]}], "]"}]}], "\n"}], "\[IndentingNewLine]", 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.739125995353094*^9, 3.7391259953800216`*^9}}, CellLabel-> "In[669]:=",ExpressionUUID->"a6c35389-6fd9-434c-b383-c4af38bc9ed7"], 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[{"{", "}"}]}]}], "}"}], ",", "\[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[{"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", "/@", RowBox[{"Orbit", "[", RowBox[{ RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}], ",", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}], ",", "steps", ",", "sizemax"}], "]"}]}], ",", "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]", "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.739126009078396*^9}, CellLabel-> "In[671]:=",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[22]:=",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Everything", "[", RowBox[{"7", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "2", ",", "5"}], "}"}], ",", " ", RowBox[{"{", RowBox[{"2", ",", "1", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "5", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "2", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "3", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "3", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "5", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "4", ",", "5"}], "}"}]}], "}"}], ",", RowBox[{"1", "/", "100"}], ",", "5", ",", "32"}], "]"}]], "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.738943661825966*^9, 3.7389437317041388`*^9}, { 3.738945752646738*^9, 3.738945814797018*^9}, {3.7389461878935165`*^9, 3.7389462474933977`*^9}, {3.7389463042200804`*^9, 3.7389463061510944`*^9}, {3.738947430358354*^9, 3.7389474910990067`*^9}, { 3.7389476549317975`*^9, 3.7389477193936634`*^9}}, CellLabel-> "In[672]:=",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[BoxData[ TagBox[GridBox[{ { GraphicsBox[ {RGBColor[0, 0, 1], Thickness[ Large], {CircleBox[{4.82842712474619, 10.65685424949238}], CircleBox[{0, 5.82842712474619}, 5.82842712474619], CircleBox[{4.82842712474619, 1.0000000000000004}, 1.0000000000000002], CircleBox[{8.242640687119284, 2.9142135623730963}, 2.9142135623730963], CircleBox[{8.242640687119284, 8.742640687119287}, 2.914213562373094], LineBox[{{-5.82842712474619, 11.65685424949238}, {14.071067811865477`, 11.65685424949238}}], LineBox[{{-5.82842712474619, 0}, {14.071067811865477`, 0}}]}, {RGBColor[1, 0, 0], Dashing[{Small, Small}], CircleBox[{5.054968044407175, 9.016099767458298}, 1.3203772410170405], CircleBox[{2.414213562373095, 11.65685424949238}, 2.414213562373095], CircleBox[{6.535533905932737, 11.65685424949238}, 1.7071067811865472], LineBox[{{0, -5.82842712474619}, {0, 17.485281374238568`}}], CircleBox[{2.4142135623730954, 0}, 2.4142135623730954], CircleBox[{5.054968044407176, 2.6407544820340814}, 1.320377241017041], CircleBox[{6.535533905932739, 0}, 1.7071067811865481], LineBox[{{8.242640687119287, -5.82842712474619}, {8.242640687119287, 17.485281374238568`}}], CircleBox[{6.181980515339464, 5.82842712474619}, 2.0606601717798214]}}]}, { GraphicsBox[ {Thickness[ Large], {CircleBox[{4.82842712474619, 10.65685424949238}], CircleBox[{0., 5.82842712474619}, 5.82842712474619], CircleBox[{4.828427124746189, 1}], CircleBox[{8.242640687119284, 2.9142135623730963}, 2.9142135623730963], CircleBox[{8.242640687119284, 8.742640687119282}, 2.914213562373094], TagBox[ConicHullRegionBox[{0., 11.65685424949238}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"], CircleBox[{5.197825187264311, 8.742640687119275}, 0.1306019374818708], CircleBox[{5.054968044407177, 9.346194077712562}, 0.3300943102542602], CircleBox[{5.054968044407175, 8.919417382415922}, 0.09668238504237665], CircleBox[{2.533060082322603, 11.132240329290415}, 0.04922784040393106], CircleBox[{2.7475468957064266, 11.156854249492376}, 0.16666666666666674], CircleBox[{3.4142135623730945, 11.156854249492387}, 0.4999999999999982], CircleBox[{2.414213562373095, 11.406854249492381}, 0.24999999999999994], CircleBox[{6.089630999709932, 11.259195445936495}, 0.39765880355588906], CircleBox[{6.605745604870305, 11.297277647367517}, 0.11985886737495353], CircleBox[{6.535533905932737, 11.53185424949238}, 0.12499999999999994], CircleBox[{2.533060082322604, 0.5246139202019658}, 0.0492278404039311], CircleBox[{3.4142135623730967, 0.5000000000000008}, 0.5000000000000008], CircleBox[{2.7475468957064284, 0.4999999999999997}, 0.16666666666666657], CircleBox[{2.4142135623730954, 0.2500000000000001}, 0.2500000000000001], CircleBox[{5.197825187264312, 2.9142135623730936}, 0.1306019374818704], CircleBox[{5.054968044407176, 2.737436867076458}, 0.09668238504237672], CircleBox[{5.054968044407176, 2.3106601717798214}, 0.3300943102542602], CircleBox[{6.089630999709933, 0.39765880355588934}, 0.39765880355588934], CircleBox[{6.605745604870308, 0.35957660212486053}, 0.1198588673749535], CircleBox[{6.535533905932738, 0.12500000000000008}, 0.12500000000000008], CircleBox[{5.943942526898039, 6.677561771445906}, 0.17586154347195512], CircleBox[{5.943942526898035, 4.979292478046472}, 0.1758615434719551], CircleBox[{6.181980515339464, 6.192703820042826}, 0.3642766952966369], CircleBox[{6.181980515339464, 5.464150429449552}, 0.3642766952966369], CircleBox[{-4.82842712474619, 10.65685424949238}], CircleBox[{-4.828427124746189, 1.}], CircleBox[{-8.242640687119284, 2.9142135623730963}, 2.9142135623730963], CircleBox[{-8.242640687119284, 8.742640687119282}, 2.914213562373094], CircleBox[{11.656854249492385, 10.65685424949238}], CircleBox[{16.485281374238575, 5.82842712474619}, 5.82842712474619], CircleBox[{11.656854249492387, 1.}], CircleBox[{4.64777607698941, 9.54737854124366}, 0.12408680636757351], CircleBox[{4.6903559372884684, 9.346194077712545}, 0.034517796864424626], CircleBox[{5.358444797501839, 9.674021644236062}, 0.11663721207389717], CircleBox[{5.303813204544222, 8.361487207068771}, 0.049227840403931265], CircleBox[{5.270669423670284, 8.475723848139888}, 0.06971971263449038], CircleBox[{5.197825187264324, 8.565863991822667}, 0.046174757814766244], CircleBox[{5.309174557720884, 9.079277238733182}, 0.03850513405061419], CircleBox[{5.241481045168442, 8.964085236195613}, 0.09510477984165587], CircleBox[{3.4142135623730687, 10.609936088814322}, 0.046918160678026455], CircleBox[{3.675417437336843, 10.553300858899036}, 0.1576504843704681], CircleBox[{3.4787910134269393, 10.553300858899084}, 0.038975939539422896], CircleBox[{4.00000000000001, 11.485281374238562}, 0.17157287525380965], CircleBox[{3.795700702034176, 11.538341389153489}, 0.03950428677963565], CircleBox[{3.8284271247461854, 11.613961030678958}, 0.04289321881345241], CircleBox[{2.9142135623730936, 10.93173636167455}, 0.04834119252118833], CircleBox[{2.8331969382309974, 10.968212944284552}, 0.04050831207104858], CircleBox[{1.609475708248728, 11.54574313838127}, 0.1111111111111111], CircleBox[{2.1584137724099044, 11.280469282123146}, 0.03531858075164744], CircleBox[{2.072013066612244, 11.376120750905429}, 0.0935778328623168], CircleBox[{1.8672954016950696, 11.507294512252665}, 0.149559737239718], CircleBox[{3.0448154998549644, 11.588626785196317}, 0.06822746429607382], CircleBox[{2.828427124746189, 11.485281374238571}, 0.1715728752538098], CircleBox[{6.15576279093444, 10.829518583304084}, 0.037077461428068614], CircleBox[{5.954217283991719, 10.749616550435396}, 0.12960538557956125], CircleBox[{5.7779365038874575, 11.55685424949234}, 0.03333333333333308], CircleBox[{5.6018862050851475, 11.507294512252596}, 0.14955973723971766], CircleBox[{5.82842712474618, 11.613961030678986}, 0.04289321881345252], CircleBox[{6.501016109068317, 11.123383380371594}, 0.035564724608053086], CircleBox[{6.338336779587835, 11.617967542853695}, 0.038886706638687055], CircleBox[{7.104569499661581, 11.54574313838127}, 0.11111111111111094], CircleBox[{6.8284271247461925, 11.485281374238578}, 0.1715728752538097], CircleBox[{3.4142135623730936, 1.0469181606780271}, 0.046918160678027065], CircleBox[{3.478791013426946, 1.103553390593274}, 0.038975939539422896], CircleBox[{3.675417437336837, 1.1035533905932746}, 0.1576504843704678], CircleBox[{4.000000000000003, 0.17157287525381013}, 0.17157287525381013], CircleBox[{3.795700702034188, 0.11851286033890757}, 0.039504286779635855], CircleBox[{3.828427124746189, 0.04289321881345249}, 0.04289321881345249], CircleBox[{2.8331969382309987, 0.6886413052078265}, 0.04050831207104863], CircleBox[{2.914213562373096, 0.7251178878178256}, 0.04834119252118838], CircleBox[{2.1584137724099057, 0.3763849673692341}, 0.03531858075164747], CircleBox[{1.60947570824873, 0.11111111111111116}, 0.11111111111111116], CircleBox[{1.8672954016950678, 0.1495597372397183}, 0.1495597372397183], CircleBox[{2.0720130666122447, 0.2807334985869501}, 0.0935778328623167], CircleBox[{2.8284271247461907, 0.1715728752538099}, 0.1715728752538099], CircleBox[{3.0448154998549666, 0.06822746429607385}, 0.06822746429607385], CircleBox[{4.647776076989393, 2.1094757082487265}, 0.12408680636757266], CircleBox[{4.690355937288491, 2.310660171779821}, 0.034517796864424605], CircleBox[{5.358444797501838, 1.9828326052562737}, 0.11663721207389864], CircleBox[{5.303813204544229, 3.2953670424235977}, 0.04922784040393154], CircleBox[{5.19782518726432, 3.0909902576697315}, 0.04617475781476622], CircleBox[{5.270669423670267, 3.181130401352488}, 0.06971971263449021], CircleBox[{5.241481045168442, 2.69276901329677}, 0.09510477984165591], CircleBox[{5.309174557720882, 2.5775770107592124}, 0.03850513405061418], CircleBox[{5.601886205085205, 0.14955973723971863}, 0.14955973723971863], CircleBox[{5.777936503887479, 0.09999999999999992}, 0.033333333333333305], CircleBox[{5.828427124746189, 0.04289321881345249}, 0.04289321881345249], CircleBox[{6.15576279093449, 0.8273356661882985}, 0.03707746142806963], CircleBox[{5.954217283991728, 0.9072376990569222}, 0.1296053855795603], CircleBox[{6.50101610906831, 0.5334708691207963}, 0.0355647246080531], CircleBox[{6.338336779587837, 0.038886706638687145}, 0.038886706638687145], CircleBox[{6.828427124746188, 0.1715728752538099}, 0.1715728752538099], CircleBox[{7.104569499661579, 0.1111111111111111}, 0.1111111111111111], CircleBox[{5.739480050137139, 7.1387292897216765}, 0.05872184648441977], CircleBox[{5.828427124746206, 6.931980515339475}, 0.10355339059327404], CircleBox[{5.739480050137123, 7.042046904679331}, 0.037960538557956135], CircleBox[{5.853713789058749, 6.4603969972786945}, 0.05930172804630413], CircleBox[{6.168616610224463, 6.614314002995725}, 0.05754523434844017], CircleBox[{5.853713789058744, 5.196457252213691}, 0.059301728046304444], CircleBox[{5.739480050137143, 4.51812495977071}, 0.058721846484420186], CircleBox[{5.739480050137132, 4.6148073448130695}, 0.03796053855795605], CircleBox[{5.828427124746189, 4.724873734152919}, 0.10355339059327384], CircleBox[{6.168616610224463, 5.04254024649666}, 0.0575452343484404], CircleBox[{5.887600490799489, 5.768953378575309}, 0.05947374617087953], CircleBox[{5.887600490799491, 5.88790087091707}, 0.05947374617087946], CircleBox[{6.626596670952073, 6.220545155244011}, 0.08121030314161228], CircleBox[{6.788057036451175, 5.828427124746191}, 0.34284865439683454], CircleBox[{6.626596670952074, 5.43630909424837}, 0.08121030314161232], CircleBox[{-5.197825187264311, 8.742640687119275}, 0.1306019374818708], CircleBox[{-5.054968044407177, 9.346194077712562}, 0.3300943102542602], CircleBox[{-5.054968044407175, 8.919417382415922}, 0.09668238504237665], CircleBox[{-2.533060082322603, 11.132240329290415}, 0.04922784040393106], CircleBox[{-2.7475468957064266, 11.156854249492376}, 0.16666666666666674], CircleBox[{-3.4142135623730945, 11.156854249492387}, 0.4999999999999982], CircleBox[{-2.414213562373095, 11.406854249492381}, 0.24999999999999994], CircleBox[{-6.089630999709932, 11.259195445936495}, 0.39765880355588906], CircleBox[{-6.605745604870305, 11.297277647367517}, 0.11985886737495353], CircleBox[{-6.535533905932737, 11.53185424949238}, 0.12499999999999994], CircleBox[{-2.533060082322604, 0.5246139202019658}, 0.0492278404039311], CircleBox[{-3.4142135623730967, 0.5000000000000008}, 0.5000000000000008], CircleBox[{-2.7475468957064284, 0.4999999999999997}, 0.16666666666666657], CircleBox[{-2.4142135623730954, 0.2500000000000001}, 0.2500000000000001], CircleBox[{-5.197825187264312, 2.9142135623730936}, 0.1306019374818704], CircleBox[{-5.054968044407176, 2.737436867076458}, 0.09668238504237672], CircleBox[{-5.054968044407176, 2.3106601717798214}, 0.3300943102542602], CircleBox[{-6.089630999709933, 0.39765880355588934}, 0.39765880355588934], CircleBox[{-6.605745604870308, 0.35957660212486053}, 0.1198588673749535], CircleBox[{-6.535533905932738, 0.12500000000000008}, 0.12500000000000008], CircleBox[{-5.943942526898039, 6.677561771445906}, 0.17586154347195512], CircleBox[{-5.943942526898035, 4.979292478046472}, 0.1758615434719551], CircleBox[{-6.181980515339464, 6.192703820042826}, 0.3642766952966369], CircleBox[{-6.181980515339464, 5.464150429449552}, 0.3642766952966369], CircleBox[{-11.656854249492385, 10.65685424949238}], CircleBox[{-16.485281374238575, 5.82842712474619}, 5.82842712474619], CircleBox[{-11.656854249492387, 1.}], CircleBox[{11.287456186974264, 8.742640687119275}, 0.1306019374818708], CircleBox[{11.4303133298314, 9.346194077712562}, 0.3300943102542602], CircleBox[{11.4303133298314, 8.919417382415922}, 0.09668238504237665], CircleBox[{13.952221291915974, 11.132240329290415}, 0.04922784040393106], CircleBox[{13.737734478532149, 11.156854249492376}, 0.16666666666666674], CircleBox[{13.071067811865479, 11.156854249492387}, 0.4999999999999982], CircleBox[{14.071067811865479, 11.406854249492381}, 0.24999999999999994], CircleBox[{10.39565037452864, 11.259195445936495}, 0.39765880355588906], CircleBox[{9.879535769368271, 11.297277647367517}, 0.11985886737495353], CircleBox[{9.949747468305839, 11.53185424949238}, 0.12499999999999994], CircleBox[{13.952221291915972, 0.5246139202019658}, 0.0492278404039311], CircleBox[{13.071067811865477, 0.5000000000000008}, 0.5000000000000008], CircleBox[{13.737734478532147, 0.4999999999999997}, 0.16666666666666657], CircleBox[{14.07106781186548, 0.2500000000000001}, 0.2500000000000001], CircleBox[{11.287456186974262, 2.9142135623730936}, 0.1306019374818704], CircleBox[{11.4303133298314, 2.737436867076458}, 0.09668238504237672], CircleBox[{11.4303133298314, 2.3106601717798214}, 0.3300943102542602], CircleBox[{10.39565037452864, 0.39765880355588934}, 0.39765880355588934], CircleBox[{9.879535769368267, 0.35957660212486053}, 0.1198588673749535], CircleBox[{9.949747468305837, 0.12500000000000008}, 0.12500000000000008], CircleBox[{10.541338847340537, 6.677561771445906}, 0.17586154347195512], CircleBox[{10.541338847340539, 4.979292478046472}, 0.1758615434719551], CircleBox[{10.303300858899108, 6.192703820042826}, 0.3642766952966369], CircleBox[{10.303300858899108, 5.464150429449552}, 0.3642766952966369], CircleBox[{21.313708498984766, 10.65685424949238}], CircleBox[{21.313708498984763, 1.}], CircleBox[{24.72792206135786, 2.9142135623730963}, 2.9142135623730963], CircleBox[{24.72792206135786, 8.742640687119282}, 2.914213562373094], CircleBox[{4.4878997316462454, 9.64797077300902}, 0.06480269278976249], CircleBox[{4.798821766711567, 9.61561714704545}, 0.041657900049936664], CircleBox[{5.46786655001495, 9.812059839070933}, 0.05950949711033147], CircleBox[{5.20204871648437, 9.686047528719802}, 0.040220545321873045], CircleBox[{5.3905789540838756, 9.483369801706889}, 0.0324685973181677], CircleBox[{5.328427124746205, 8.279252339470926}, 0.03661165235168403], CircleBox[{5.286545336509765, 8.590159378881886}, 0.045811821176356536], CircleBox[{3.7957007020340763, 10.35211639536811}, 0.07674928553672179], CircleBox[{3.777595917641188, 10.738665842548631}, 0.054011082761392194], CircleBox[{3.495807803908534, 10.626713494756546}, 0.03638310943170028], CircleBox[{3.961131723050882, 11.260407640085647}, 0.056635229915238436], CircleBox[{4.242640687118919, 11.571067811865477}, 0.08578643762688871], CircleBox[{3.7345908033901307, 11.605533461211515}, 0.051320788280845624], CircleBox[{2.8953561116470596, 11.01570092480716}, 0.03771490145207161], CircleBox[{1.7007689124166046, 11.436143571373721}, 0.03153009687409356], CircleBox[{1.2943984717235313, 11.548382043183718}, 0.03615740210289298], CircleBox[{1.4142135623730916, 11.571067811865476}, 0.08578643762690483], CircleBox[{1.207106781186544, 11.594354249492348}, 0.06249999999999989], CircleBox[{1.7288262552327465, 11.624804005095271}, 0.03205024439711331], CircleBox[{2.105822933719019, 11.561749469650723}, 0.0951047798416559], CircleBox[{3.144461418983276, 11.620471140060673}, 0.03638310943170036], CircleBox[{2.675417437336837, 11.622740517344345}, 0.0341137321480369], CircleBox[{5.847706069953321, 10.888240770999749}, 0.04521255755838953], CircleBox[{5.888743965386403, 10.567322306939142}, 0.06409011426782736], CircleBox[{5.646301594707649, 11.313750972806751}, 0.049014753812219446], CircleBox[{5.386184825822174, 11.579080836215025}, 0.07777341327737214], CircleBox[{5.749418551186912, 11.620471140060666}, 0.03638310943170036], CircleBox[{6.408943534266654, 11.624804005095266}, 0.0320502443971133], CircleBox[{7.024225066917529, 11.426159645262599}, 0.0329563720328263], CircleBox[{6.98143681215553, 11.622740517344319}, 0.03411373214803673], CircleBox[{7.2904887333535475, 11.579080836215052}, 0.07777341327737351], CircleBox[{7.389087296525988, 11.625604249492442}, 0.03124999999999989], CircleBox[{3.7957007020341877, 1.3047378541243657}, 0.07674928553672772], CircleBox[{3.7775959176413285, 0.9181884069437697}, 0.05401108276139831], CircleBox[{3.4958078039085394, 1.0301407547358297}, 0.036383109431700415], CircleBox[{4.242640687119286, 0.08578643762690519}, 0.08578643762690519], CircleBox[{3.9611317230511327, 0.39644660940672904}, 0.056635229915247005], CircleBox[{3.7345908033901347, 0.05132078828084549}, 0.05132078828084549], CircleBox[{2.89535611164706, 0.6411533246852179}, 0.03771490145207162], CircleBox[{1.4142135623730954, 0.08578643762690506}, 0.08578643762690506], CircleBox[{1.2943984717235293, 0.10847220630867885}, 0.03615740210289295], CircleBox[{1.2071067811865477, 0.06250000000000003}, 0.06250000000000003], CircleBox[{1.7007689124166054, 0.22071067811865483}, 0.03153009687409355], CircleBox[{1.728826255232746, 0.03205024439711334}, 0.03205024439711334], CircleBox[{2.1058229337190197, 0.09510477984165594}, 0.09510477984165594], CircleBox[{3.144461418983278, 0.03638310943170046}, 0.03638310943170046], CircleBox[{2.6754174373368373, 0.034113732148036965}, 0.034113732148036965], CircleBox[{4.487899731646066, 2.008883476483187}, 0.06480269278978024], CircleBox[{4.798821766711591, 2.0412371024469347}, 0.04165790004993754], CircleBox[{5.202048716484416, 1.9708067207723485}, 0.04022054532188476], CircleBox[{5.46786655001518, 1.8447944104210756}, 0.05950949711035902], CircleBox[{5.3905789540838525, 2.173484447785512}, 0.03246859731816719], CircleBox[{5.328427124746188, 3.3776019100214105}, 0.03661165235168197], CircleBox[{5.286545336509754, 3.0666948706105037}, 0.04581182117635641], CircleBox[{5.646301594707514, 0.3431032766855939}, 0.0490147538122277], CircleBox[{5.386184825822114, 0.07777341327737446}, 0.07777341327737446], CircleBox[{5.749418551186917, 0.03638310943170047}, 0.03638310943170047], CircleBox[{5.847706069953289, 0.7686134784926781}, 0.04521255755839302], CircleBox[{5.888743965386385, 1.0895319425533432}, 0.06409011426784382], CircleBox[{6.408943534266657, 0.032050244397113334}, 0.032050244397113334], CircleBox[{6.981436812155542, 0.03411373214803698}, 0.03411373214803698], CircleBox[{7.024225066917527, 0.23069460422978366}, 0.03295637203282624], CircleBox[{7.290488733353569, 0.0777734132773742}, 0.0777734132773742], CircleBox[{7.389087296526001, 0.031249999999999944}, 0.031249999999999944], CircleBox[{5.77906571443336, 6.8051030696867585}, 0.03258784138079627], CircleBox[{5.955684631228972, 6.88514171874517}, 0.032050244397111266], CircleBox[{5.688003726871041, 7.263396089240827}, 0.03779161699551572], CircleBox[{5.809014562500075, 7.071908649624356}, 0.03771490145207155], CircleBox[{5.779065714433339, 4.851751179805582}, 0.03258784138079754], CircleBox[{5.955684631228957, 4.771712530747141}, 0.032050244397113126], CircleBox[{5.688003726871055, 4.393458160251622}, 0.03779161699551402], CircleBox[{5.809014562500049, 4.58494559986803}, 0.03771490145207165], CircleBox[{5.981385277378597, 5.828427124746191}, 0.05157900110394858], CircleBox[{6.741782064478307, 6.203641780406443}, 0.03520876300603627], CircleBox[{6.561945354503135, 6.318142997288058}, 0.035858614553206464], CircleBox[{6.7417820644783, 5.453212469085943}, 0.03520876300603618], CircleBox[{6.5619453545031305, 5.338711252204321}, 0.03585861455320657], CircleBox[{7.121918110046418, 6.011512229621001}, 0.03791816675382206], CircleBox[{7.121918110046412, 5.6453420198713955}, 0.037918166753822036], CircleBox[{7.212310601229382, 5.919496298570356}, 0.09106917382415956], CircleBox[{7.212310601229376, 5.737357950922026}, 0.09106917382415938], CircleBox[{6.410942756648335, 5.792449179531709}, 0.03597794521448268], CircleBox[{6.410942756648332, 5.864405069960672}, 0.03597794521448262], CircleBox[{-4.64777607698941, 9.54737854124366}, 0.12408680636757351], CircleBox[{-4.6903559372884684, 9.346194077712545}, 0.034517796864424626], CircleBox[{-5.358444797501839, 9.674021644236062}, 0.11663721207389717], CircleBox[{-5.303813204544222, 8.361487207068771}, 0.049227840403931265], CircleBox[{-5.270669423670284, 8.475723848139888}, 0.06971971263449038], CircleBox[{-5.197825187264324, 8.565863991822667}, 0.046174757814766244], CircleBox[{-5.309174557720884, 9.079277238733182}, 0.03850513405061419], CircleBox[{-5.241481045168442, 8.964085236195613}, 0.09510477984165587], CircleBox[{-3.4142135623730687, 10.609936088814322}, 0.046918160678026455], CircleBox[{-3.675417437336843, 10.553300858899036}, 0.1576504843704681], CircleBox[{-3.4787910134269393, 10.553300858899084}, 0.038975939539422896], CircleBox[{-4.00000000000001, 11.485281374238562}, 0.17157287525380965], CircleBox[{-3.795700702034176, 11.538341389153489}, 0.03950428677963565], CircleBox[{-3.8284271247461854, 11.613961030678958}, 0.04289321881345241], CircleBox[{-2.9142135623730936, 10.93173636167455}, 0.04834119252118833], CircleBox[{-2.8331969382309974, 10.968212944284552}, 0.04050831207104858], CircleBox[{-1.609475708248728, 11.54574313838127}, 0.1111111111111111], CircleBox[{-2.1584137724099044, 11.280469282123146}, 0.03531858075164744], CircleBox[{-2.072013066612244, 11.376120750905429}, 0.0935778328623168], CircleBox[{-1.8672954016950696, 11.507294512252665}, 0.149559737239718], CircleBox[{-3.0448154998549644, 11.588626785196317}, 0.06822746429607382], CircleBox[{-2.828427124746189, 11.485281374238571}, 0.1715728752538098], CircleBox[{-6.15576279093444, 10.829518583304084}, 0.037077461428068614], CircleBox[{-5.954217283991719, 10.749616550435396}, 0.12960538557956125], CircleBox[{-5.7779365038874575, 11.55685424949234}, 0.03333333333333308], CircleBox[{-5.6018862050851475, 11.507294512252596}, 0.14955973723971766], CircleBox[{-5.82842712474618, 11.613961030678986}, 0.04289321881345252], CircleBox[{-6.501016109068317, 11.123383380371594}, 0.035564724608053086], CircleBox[{-6.338336779587835, 11.617967542853695}, 0.038886706638687055], CircleBox[{-7.104569499661581, 11.54574313838127}, 0.11111111111111094], CircleBox[{-6.8284271247461925, 11.485281374238578}, 0.1715728752538097], CircleBox[{-3.4142135623730936, 1.0469181606780271}, 0.046918160678027065], CircleBox[{-3.478791013426946, 1.103553390593274}, 0.038975939539422896], CircleBox[{-3.675417437336837, 1.1035533905932746}, 0.1576504843704678], CircleBox[{-4.000000000000003, 0.17157287525381013}, 0.17157287525381013], CircleBox[{-3.795700702034188, 0.11851286033890757}, 0.039504286779635855], CircleBox[{-3.828427124746189, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-2.8331969382309987, 0.6886413052078265}, 0.04050831207104863], CircleBox[{-2.914213562373096, 0.7251178878178256}, 0.04834119252118838], CircleBox[{-2.1584137724099057, 0.3763849673692341}, 0.03531858075164747], CircleBox[{-1.60947570824873, 0.11111111111111116}, 0.11111111111111116], CircleBox[{-1.8672954016950678, 0.1495597372397183}, 0.1495597372397183], CircleBox[{-2.0720130666122447, 0.2807334985869501}, 0.0935778328623167], CircleBox[{-2.8284271247461907, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-3.0448154998549666, 0.06822746429607385}, 0.06822746429607385], CircleBox[{-4.647776076989393, 2.1094757082487265}, 0.12408680636757266], CircleBox[{-4.690355937288491, 2.310660171779821}, 0.034517796864424605], CircleBox[{-5.358444797501838, 1.9828326052562737}, 0.11663721207389864], CircleBox[{-5.303813204544229, 3.2953670424235977}, 0.04922784040393154], CircleBox[{-5.19782518726432, 3.0909902576697315}, 0.04617475781476622], CircleBox[{-5.270669423670267, 3.181130401352488}, 0.06971971263449021], CircleBox[{-5.241481045168442, 2.69276901329677}, 0.09510477984165591], CircleBox[{-5.309174557720882, 2.5775770107592124}, 0.03850513405061418], CircleBox[{-5.601886205085205, 0.14955973723971863}, 0.14955973723971863], CircleBox[{-5.777936503887479, 0.09999999999999992}, 0.033333333333333305], CircleBox[{-5.828427124746189, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-6.15576279093449, 0.8273356661882985}, 0.03707746142806963], CircleBox[{-5.954217283991728, 0.9072376990569222}, 0.1296053855795603], CircleBox[{-6.50101610906831, 0.5334708691207963}, 0.0355647246080531], CircleBox[{-6.338336779587837, 0.038886706638687145}, 0.038886706638687145], CircleBox[{-6.828427124746188, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-7.104569499661579, 0.1111111111111111}, 0.1111111111111111], CircleBox[{-5.739480050137139, 7.1387292897216765}, 0.05872184648441977], CircleBox[{-5.828427124746206, 6.931980515339475}, 0.10355339059327404], CircleBox[{-5.739480050137123, 7.042046904679331}, 0.037960538557956135], CircleBox[{-5.853713789058749, 6.4603969972786945}, 0.05930172804630413], CircleBox[{-6.168616610224463, 6.614314002995725}, 0.05754523434844017], CircleBox[{-5.853713789058744, 5.196457252213691}, 0.059301728046304444], CircleBox[{-5.739480050137143, 4.51812495977071}, 0.058721846484420186], CircleBox[{-5.739480050137132, 4.6148073448130695}, 0.03796053855795605], CircleBox[{-5.828427124746189, 4.724873734152919}, 0.10355339059327384], CircleBox[{-6.168616610224463, 5.04254024649666}, 0.0575452343484404], CircleBox[{-5.887600490799489, 5.768953378575309}, 0.05947374617087953], CircleBox[{-5.887600490799491, 5.88790087091707}, 0.05947374617087946], CircleBox[{-6.626596670952073, 6.220545155244011}, 0.08121030314161228], CircleBox[{-6.788057036451175, 5.828427124746191}, 0.34284865439683454], CircleBox[{-6.626596670952074, 5.43630909424837}, 0.08121030314161232], CircleBox[{-11.287456186974264, 8.742640687119275}, 0.1306019374818708], CircleBox[{-11.4303133298314, 9.346194077712562}, 0.3300943102542602], CircleBox[{-11.4303133298314, 8.919417382415922}, 0.09668238504237665], CircleBox[{-13.952221291915974, 11.132240329290415}, 0.04922784040393106], CircleBox[{-13.737734478532149, 11.156854249492376}, 0.16666666666666674], CircleBox[{-13.071067811865479, 11.156854249492387}, 0.4999999999999982], CircleBox[{-14.071067811865479, 11.406854249492381}, 0.24999999999999994], CircleBox[{-10.39565037452864, 11.259195445936495}, 0.39765880355588906], CircleBox[{-9.879535769368271, 11.297277647367517}, 0.11985886737495353], CircleBox[{-9.949747468305839, 11.53185424949238}, 0.12499999999999994], CircleBox[{-13.952221291915972, 0.5246139202019658}, 0.0492278404039311], CircleBox[{-13.071067811865477, 0.5000000000000008}, 0.5000000000000008], CircleBox[{-13.737734478532147, 0.4999999999999997}, 0.16666666666666657], CircleBox[{-14.07106781186548, 0.2500000000000001}, 0.2500000000000001], CircleBox[{-11.287456186974262, 2.9142135623730936}, 0.1306019374818704], CircleBox[{-11.4303133298314, 2.737436867076458}, 0.09668238504237672], CircleBox[{-11.4303133298314, 2.3106601717798214}, 0.3300943102542602], CircleBox[{-10.39565037452864, 0.39765880355588934}, 0.39765880355588934], CircleBox[{-9.879535769368267, 0.35957660212486053}, 0.1198588673749535], CircleBox[{-9.949747468305837, 0.12500000000000008}, 0.12500000000000008], CircleBox[{-10.541338847340537, 6.677561771445906}, 0.17586154347195512], CircleBox[{-10.541338847340539, 4.979292478046472}, 0.1758615434719551], CircleBox[{-10.303300858899108, 6.192703820042826}, 0.3642766952966369], CircleBox[{-10.303300858899108, 5.464150429449552}, 0.3642766952966369], CircleBox[{-21.313708498984766, 10.65685424949238}], CircleBox[{-21.313708498984763, 1.}], CircleBox[{-24.72792206135786, 2.9142135623730963}, 2.9142135623730963], CircleBox[{-24.72792206135786, 8.742640687119282}, 2.914213562373094], CircleBox[{11.837505297249166, 9.54737854124366}, 0.12408680636757351], CircleBox[{11.794925436950106, 9.346194077712545}, 0.034517796864424626], CircleBox[{11.126836576736736, 9.674021644236062}, 0.11663721207389717], CircleBox[{11.181468169694353, 8.361487207068771}, 0.049227840403931265], CircleBox[{11.214611950568289, 8.475723848139888}, 0.06971971263449038], CircleBox[{11.287456186974252, 8.565863991822667}, 0.046174757814766244], CircleBox[{11.17610681651769, 9.079277238733182}, 0.03850513405061419], CircleBox[{11.243800329070135, 8.964085236195613}, 0.09510477984165587], CircleBox[{13.071067811865506, 10.609936088814322}, 0.046918160678026455], CircleBox[{12.809863936901731, 10.553300858899036}, 0.1576504843704681], CircleBox[{13.006490360811634, 10.553300858899084}, 0.038975939539422896], CircleBox[{12.485281374238566, 11.485281374238562}, 0.17157287525380965], CircleBox[{12.689580672204398, 11.538341389153489}, 0.03950428677963565], CircleBox[{12.65685424949239, 11.613961030678958}, 0.04289321881345241], CircleBox[{13.571067811865479, 10.93173636167455}, 0.04834119252118833], CircleBox[{13.652084436007575, 10.968212944284552}, 0.04050831207104858], CircleBox[{14.875805665989846, 11.54574313838127}, 0.1111111111111111], CircleBox[{14.32686760182867, 11.280469282123146}, 0.03531858075164744], CircleBox[{14.413268307626334, 11.376120750905429}, 0.0935778328623168], CircleBox[{14.617985972543506, 11.507294512252665}, 0.149559737239718], CircleBox[{13.44046587438361, 11.588626785196317}, 0.06822746429607382], CircleBox[{13.656854249492387, 11.485281374238571}, 0.1715728752538098], CircleBox[{10.329518583304134, 10.829518583304084}, 0.037077461428068614], CircleBox[{10.531064090246854, 10.749616550435396}, 0.12960538557956125], CircleBox[{10.707344870351118, 11.55685424949234}, 0.03333333333333308], CircleBox[{10.883395169153427, 11.507294512252596}, 0.14955973723971766], CircleBox[{10.656854249492394, 11.613961030678986}, 0.04289321881345252], CircleBox[{9.984265265170258, 11.123383380371594}, 0.035564724608053086], CircleBox[{10.14694459465074, 11.617967542853695}, 0.038886706638687055], CircleBox[{9.380711874576994, 11.54574313838127}, 0.11111111111111094], CircleBox[{9.656854249492383, 11.485281374238578}, 0.1715728752538097], CircleBox[{13.07106781186548, 1.0469181606780271}, 0.046918160678027065], CircleBox[{13.006490360811627, 1.103553390593274}, 0.038975939539422896], CircleBox[{12.809863936901738, 1.1035533905932746}, 0.1576504843704678], CircleBox[{12.485281374238575, 0.17157287525381013}, 0.17157287525381013], CircleBox[{12.689580672204388, 0.11851286033890757}, 0.039504286779635855], CircleBox[{12.656854249492387, 0.04289321881345249}, 0.04289321881345249], CircleBox[{13.652084436007579, 0.6886413052078265}, 0.04050831207104863], CircleBox[{13.571067811865479, 0.7251178878178256}, 0.04834119252118838], CircleBox[{14.326867601828672, 0.3763849673692341}, 0.03531858075164747], CircleBox[{14.875805665989848, 0.11111111111111116}, 0.11111111111111116], CircleBox[{14.617985972543508, 0.1495597372397183}, 0.1495597372397183], CircleBox[{14.413268307626332, 0.2807334985869501}, 0.0935778328623167], CircleBox[{13.656854249492381, 0.1715728752538099}, 0.1715728752538099], CircleBox[{13.44046587438361, 0.06822746429607385}, 0.06822746429607385], CircleBox[{11.837505297249184, 2.1094757082487265}, 0.12408680636757266], CircleBox[{11.794925436950084, 2.310660171779821}, 0.034517796864424605], CircleBox[{11.126836576736737, 1.9828326052562737}, 0.11663721207389864], CircleBox[{11.181468169694346, 3.2953670424235977}, 0.04922784040393154], CircleBox[{11.287456186974255, 3.0909902576697315}, 0.04617475781476622], CircleBox[{11.214611950568308, 3.181130401352488}, 0.06971971263449021], CircleBox[{11.243800329070135, 2.69276901329677}, 0.09510477984165591], CircleBox[{11.176106816517695, 2.5775770107592124}, 0.03850513405061418], CircleBox[{10.88339516915337, 0.14955973723971863}, 0.14955973723971863], CircleBox[{10.707344870351097, 0.09999999999999992}, 0.033333333333333305], CircleBox[{10.656854249492385, 0.04289321881345249}, 0.04289321881345249], CircleBox[{10.329518583304084, 0.8273356661882985}, 0.03707746142806963], CircleBox[{10.531064090246847, 0.9072376990569222}, 0.1296053855795603], CircleBox[{9.984265265170263, 0.5334708691207963}, 0.0355647246080531], CircleBox[{10.146944594650739, 0.038886706638687145}, 0.038886706638687145], CircleBox[{9.656854249492385, 0.1715728752538099}, 0.1715728752538099], CircleBox[{9.380711874576996, 0.1111111111111111}, 0.1111111111111111], CircleBox[{10.745801324101434, 7.1387292897216765}, 0.05872184648441977], CircleBox[{10.656854249492369, 6.931980515339475}, 0.10355339059327404], CircleBox[{10.74580132410145, 7.042046904679331}, 0.037960538557956135], CircleBox[{10.631567585179825, 6.4603969972786945}, 0.05930172804630413], CircleBox[{10.31666476401411, 6.614314002995725}, 0.05754523434844017], CircleBox[{10.631567585179832, 5.196457252213691}, 0.059301728046304444], CircleBox[{10.74580132410143, 4.51812495977071}, 0.058721846484420186], CircleBox[{10.745801324101441, 4.6148073448130695}, 0.03796053855795605], CircleBox[{10.656854249492387, 4.724873734152919}, 0.10355339059327384], CircleBox[{10.31666476401411, 5.04254024649666}, 0.0575452343484404], CircleBox[{10.597680883439086, 5.768953378575309}, 0.05947374617087953], CircleBox[{10.597680883439086, 5.88790087091707}, 0.05947374617087946], CircleBox[{9.858684703286503, 6.220545155244011}, 0.08121030314161228], CircleBox[{9.6972243377874, 5.828427124746191}, 0.34284865439683454], CircleBox[{9.858684703286501, 5.43630909424837}, 0.08121030314161232], CircleBox[{21.683106561502886, 8.742640687119275}, 0.1306019374818708], CircleBox[{21.540249418645754, 9.346194077712562}, 0.3300943102542602], CircleBox[{21.540249418645747, 8.919417382415922}, 0.09668238504237665], CircleBox[{19.018341456561178, 11.132240329290415}, 0.04922784040393106], CircleBox[{19.232828269945003, 11.156854249492376}, 0.16666666666666674], CircleBox[{19.899494936611667, 11.156854249492387}, 0.4999999999999982], CircleBox[{18.89949493661167, 11.406854249492381}, 0.24999999999999994], CircleBox[{22.574912373948504, 11.259195445936495}, 0.39765880355588906], CircleBox[{23.091026979108882, 11.297277647367517}, 0.11985886737495353], CircleBox[{23.02081528017131, 11.53185424949238}, 0.12499999999999994], CircleBox[{19.01834145656118, 0.5246139202019658}, 0.0492278404039311], CircleBox[{19.899494936611674, 0.5000000000000008}, 0.5000000000000008], CircleBox[{19.232828269945003, 0.4999999999999997}, 0.16666666666666657], CircleBox[{18.89949493661167, 0.2500000000000001}, 0.2500000000000001], CircleBox[{21.683106561502886, 2.9142135623730936}, 0.1306019374818704], CircleBox[{21.54024941864575, 2.737436867076458}, 0.09668238504237672], CircleBox[{21.540249418645754, 2.3106601717798214}, 0.3300943102542602], CircleBox[{22.574912373948507, 0.39765880355588934}, 0.39765880355588934], CircleBox[{23.091026979108886, 0.35957660212486053}, 0.1198588673749535], CircleBox[{23.020815280171313, 0.12500000000000008}, 0.12500000000000008], CircleBox[{22.429223901136613, 6.677561771445906}, 0.17586154347195512], CircleBox[{22.42922390113661, 4.979292478046472}, 0.1758615434719551], CircleBox[{22.66726188957804, 6.192703820042826}, 0.3642766952966369], CircleBox[{22.66726188957804, 5.464150429449552}, 0.3642766952966369], CircleBox[{28.142135623730958, 10.65685424949238}], CircleBox[{32.97056274847715, 5.82842712474619}, 5.82842712474619], CircleBox[{28.14213562373096, 1.}], CircleBox[{4.402507580152636, 9.708326112068383}, 0.03976588035557634], CircleBox[{5.524270542870837, 9.889227181112217}, 0.03607402180359408], CircleBox[{3.8648768768399315, 10.25152416360265}, 0.04533322857707226], CircleBox[{4.375345285424334, 11.605533461211484}, 0.05132078828084652], CircleBox[{0.9656854249492264, 11.61685424949236}, 0.04000000000000027], CircleBox[{1.0529114668595159, 11.609301859571566}, 0.04755238992082777], CircleBox[{1.3024785661018219, 11.620471140060689}, 0.036383109431700436], CircleBox[{2.604957132203641, 11.62047114006068}, 0.03638310943170042], CircleBox[{5.850146598792784, 10.472591504942432}, 0.038202024017719174], CircleBox[{5.264557334297895, 11.609301859571463}, 0.0475523899207959], CircleBox[{7.55979797464454, 11.616854249492299}, 0.03999999999999618], CircleBox[{7.469181606780246, 11.605533461211582}, 0.05132078828084592], CircleBox[{3.8648768768401074, 1.4053300858899165}, 0.04533322857709408], CircleBox[{4.3753452854242365, 0.051320788280846165}, 0.051320788280846165], CircleBox[{0.965685424949238, 0.04000000000000002}, 0.04000000000000002], CircleBox[{1.0529114668595099, 0.04755238992082803}, 0.04755238992082803], CircleBox[{1.302478566101821, 0.03638310943170045}, 0.03638310943170045], CircleBox[{2.6049571322036416, 0.03638310943170044}, 0.03638310943170044], CircleBox[{4.4025075801525375, 1.948528137423855}, 0.03976588035558903], CircleBox[{5.524270542871514, 1.7676270683789268}, 0.03607402180365276], CircleBox[{5.264557334297539, 0.04755238992082803}, 0.04755238992082803], CircleBox[{5.850146598792388, 1.1842627445506742}, 0.038202024017764805], CircleBox[{7.469181606780264, 0.051320788280845325}, 0.051320788280845325], CircleBox[{7.559797974644665, 0.03999999999999963}, 0.03999999999999963], CircleBox[{7.401554902719379, 5.828427124746213}, 0.11894749234175923], CircleBox[{6.34836922486206, 5.828427124746191}, 0.036201410712709235], CircleBox[{-4.4878997316462454, 9.64797077300902}, 0.06480269278976249], CircleBox[{-4.798821766711567, 9.61561714704545}, 0.041657900049936664], CircleBox[{-5.46786655001495, 9.812059839070933}, 0.05950949711033147], CircleBox[{-5.20204871648437, 9.686047528719802}, 0.040220545321873045], CircleBox[{-5.3905789540838756, 9.483369801706889}, 0.0324685973181677], CircleBox[{-5.328427124746205, 8.279252339470926}, 0.03661165235168403], CircleBox[{-5.286545336509765, 8.590159378881886}, 0.045811821176356536], CircleBox[{-3.7957007020340763, 10.35211639536811}, 0.07674928553672179], CircleBox[{-3.777595917641188, 10.738665842548631}, 0.054011082761392194], CircleBox[{-3.495807803908534, 10.626713494756546}, 0.03638310943170028], CircleBox[{-3.961131723050882, 11.260407640085647}, 0.056635229915238436], CircleBox[{-4.242640687118919, 11.571067811865477}, 0.08578643762688871], CircleBox[{-3.7345908033901307, 11.605533461211515}, 0.051320788280845624], CircleBox[{-2.8953561116470596, 11.01570092480716}, 0.03771490145207161], CircleBox[{-1.7007689124166046, 11.436143571373721}, 0.03153009687409356], CircleBox[{-1.2943984717235313, 11.548382043183718}, 0.03615740210289298], CircleBox[{-1.4142135623730916, 11.571067811865476}, 0.08578643762690483], CircleBox[{-1.207106781186544, 11.594354249492348}, 0.06249999999999989], CircleBox[{-1.7288262552327465, 11.624804005095271}, 0.03205024439711331], CircleBox[{-2.105822933719019, 11.561749469650723}, 0.0951047798416559], CircleBox[{-3.144461418983276, 11.620471140060673}, 0.03638310943170036], CircleBox[{-2.675417437336837, 11.622740517344345}, 0.0341137321480369], CircleBox[{-5.847706069953321, 10.888240770999749}, 0.04521255755838953], CircleBox[{-5.888743965386403, 10.567322306939142}, 0.06409011426782736], CircleBox[{-5.646301594707649, 11.313750972806751}, 0.049014753812219446], CircleBox[{-5.386184825822174, 11.579080836215025}, 0.07777341327737214], CircleBox[{-5.749418551186912, 11.620471140060666}, 0.03638310943170036], CircleBox[{-6.408943534266654, 11.624804005095266}, 0.0320502443971133], CircleBox[{-7.024225066917529, 11.426159645262599}, 0.0329563720328263], CircleBox[{-6.98143681215553, 11.622740517344319}, 0.03411373214803673], CircleBox[{-7.2904887333535475, 11.579080836215052}, 0.07777341327737351], CircleBox[{-7.389087296525988, 11.625604249492442}, 0.03124999999999989], CircleBox[{-3.7957007020341877, 1.3047378541243657}, 0.07674928553672772], CircleBox[{-3.7775959176413285, 0.9181884069437697}, 0.05401108276139831], CircleBox[{-3.4958078039085394, 1.0301407547358297}, 0.036383109431700415], CircleBox[{-4.242640687119286, 0.08578643762690519}, 0.08578643762690519], CircleBox[{-3.9611317230511327, 0.39644660940672904}, 0.056635229915247005], CircleBox[{-3.7345908033901347, 0.05132078828084549}, 0.05132078828084549], CircleBox[{-2.89535611164706, 0.6411533246852179}, 0.03771490145207162], CircleBox[{-1.4142135623730954, 0.08578643762690506}, 0.08578643762690506], CircleBox[{-1.2943984717235293, 0.10847220630867885}, 0.03615740210289295], CircleBox[{-1.2071067811865477, 0.06250000000000003}, 0.06250000000000003], CircleBox[{-1.7007689124166054, 0.22071067811865483}, 0.03153009687409355], CircleBox[{-1.728826255232746, 0.03205024439711334}, 0.03205024439711334], CircleBox[{-2.1058229337190197, 0.09510477984165594}, 0.09510477984165594], CircleBox[{-3.144461418983278, 0.03638310943170046}, 0.03638310943170046], CircleBox[{-2.6754174373368373, 0.034113732148036965}, 0.034113732148036965], CircleBox[{-4.487899731646066, 2.008883476483187}, 0.06480269278978024], CircleBox[{-4.798821766711591, 2.0412371024469347}, 0.04165790004993754], CircleBox[{-5.202048716484416, 1.9708067207723485}, 0.04022054532188476], CircleBox[{-5.46786655001518, 1.8447944104210756}, 0.05950949711035902], CircleBox[{-5.3905789540838525, 2.173484447785512}, 0.03246859731816719], CircleBox[{-5.328427124746188, 3.3776019100214105}, 0.03661165235168197], CircleBox[{-5.286545336509754, 3.0666948706105037}, 0.04581182117635641], CircleBox[{-5.646301594707514, 0.3431032766855939}, 0.0490147538122277], CircleBox[{-5.386184825822114, 0.07777341327737446}, 0.07777341327737446], CircleBox[{-5.749418551186917, 0.03638310943170047}, 0.03638310943170047], CircleBox[{-5.847706069953289, 0.7686134784926781}, 0.04521255755839302], CircleBox[{-5.888743965386385, 1.0895319425533432}, 0.06409011426784382], CircleBox[{-6.408943534266657, 0.032050244397113334}, 0.032050244397113334], CircleBox[{-6.981436812155542, 0.03411373214803698}, 0.03411373214803698], CircleBox[{-7.024225066917527, 0.23069460422978366}, 0.03295637203282624], CircleBox[{-7.290488733353569, 0.0777734132773742}, 0.0777734132773742], CircleBox[{-7.389087296526001, 0.031249999999999944}, 0.031249999999999944], CircleBox[{-5.77906571443336, 6.8051030696867585}, 0.03258784138079627], CircleBox[{-5.955684631228972, 6.88514171874517}, 0.032050244397111266], CircleBox[{-5.688003726871041, 7.263396089240827}, 0.03779161699551572], CircleBox[{-5.809014562500075, 7.071908649624356}, 0.03771490145207155], CircleBox[{-5.779065714433339, 4.851751179805582}, 0.03258784138079754], CircleBox[{-5.955684631228957, 4.771712530747141}, 0.032050244397113126], CircleBox[{-5.688003726871055, 4.393458160251622}, 0.03779161699551402], CircleBox[{-5.809014562500049, 4.58494559986803}, 0.03771490145207165], CircleBox[{-5.981385277378597, 5.828427124746191}, 0.05157900110394858], CircleBox[{-6.741782064478307, 6.203641780406443}, 0.03520876300603627], CircleBox[{-6.561945354503135, 6.318142997288058}, 0.035858614553206464], CircleBox[{-6.7417820644783, 5.453212469085943}, 0.03520876300603618], CircleBox[{-6.5619453545031305, 5.338711252204321}, 0.03585861455320657], CircleBox[{-7.121918110046418, 6.011512229621001}, 0.03791816675382206], CircleBox[{-7.121918110046412, 5.6453420198713955}, 0.037918166753822036], CircleBox[{-7.212310601229382, 5.919496298570356}, 0.09106917382415956], CircleBox[{-7.212310601229376, 5.737357950922026}, 0.09106917382415938], CircleBox[{-6.410942756648335, 5.792449179531709}, 0.03597794521448268], CircleBox[{-6.410942756648332, 5.864405069960672}, 0.03597794521448262], CircleBox[{-11.837505297249166, 9.54737854124366}, 0.12408680636757351], CircleBox[{-11.794925436950106, 9.346194077712545}, 0.034517796864424626], CircleBox[{-11.126836576736736, 9.674021644236062}, 0.11663721207389717], CircleBox[{-11.181468169694353, 8.361487207068771}, 0.049227840403931265], CircleBox[{-11.214611950568289, 8.475723848139888}, 0.06971971263449038], CircleBox[{-11.287456186974252, 8.565863991822667}, 0.046174757814766244], CircleBox[{-11.17610681651769, 9.079277238733182}, 0.03850513405061419], CircleBox[{-11.243800329070135, 8.964085236195613}, 0.09510477984165587], CircleBox[{-13.071067811865506, 10.609936088814322}, 0.046918160678026455], CircleBox[{-12.809863936901731, 10.553300858899036}, 0.1576504843704681], CircleBox[{-13.006490360811634, 10.553300858899084}, 0.038975939539422896], CircleBox[{-12.485281374238566, 11.485281374238562}, 0.17157287525380965], CircleBox[{-12.689580672204398, 11.538341389153489}, 0.03950428677963565], CircleBox[{-12.65685424949239, 11.613961030678958}, 0.04289321881345241], CircleBox[{-13.571067811865479, 10.93173636167455}, 0.04834119252118833], CircleBox[{-13.652084436007575, 10.968212944284552}, 0.04050831207104858], CircleBox[{-14.875805665989846, 11.54574313838127}, 0.1111111111111111], CircleBox[{-14.32686760182867, 11.280469282123146}, 0.03531858075164744], CircleBox[{-14.413268307626334, 11.376120750905429}, 0.0935778328623168], CircleBox[{-14.617985972543506, 11.507294512252665}, 0.149559737239718], CircleBox[{-13.44046587438361, 11.588626785196317}, 0.06822746429607382], CircleBox[{-13.656854249492387, 11.485281374238571}, 0.1715728752538098], CircleBox[{-10.329518583304134, 10.829518583304084}, 0.037077461428068614], CircleBox[{-10.531064090246854, 10.749616550435396}, 0.12960538557956125], CircleBox[{-10.707344870351118, 11.55685424949234}, 0.03333333333333308], CircleBox[{-10.883395169153427, 11.507294512252596}, 0.14955973723971766], CircleBox[{-10.656854249492394, 11.613961030678986}, 0.04289321881345252], CircleBox[{-9.984265265170258, 11.123383380371594}, 0.035564724608053086], CircleBox[{-10.14694459465074, 11.617967542853695}, 0.038886706638687055], CircleBox[{-9.380711874576994, 11.54574313838127}, 0.11111111111111094], CircleBox[{-9.656854249492383, 11.485281374238578}, 0.1715728752538097], CircleBox[{-13.07106781186548, 1.0469181606780271}, 0.046918160678027065], CircleBox[{-13.006490360811627, 1.103553390593274}, 0.038975939539422896], CircleBox[{-12.809863936901738, 1.1035533905932746}, 0.1576504843704678], CircleBox[{-12.485281374238575, 0.17157287525381013}, 0.17157287525381013], CircleBox[{-12.689580672204388, 0.11851286033890757}, 0.039504286779635855], CircleBox[{-12.656854249492387, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-13.652084436007579, 0.6886413052078265}, 0.04050831207104863], CircleBox[{-13.571067811865479, 0.7251178878178256}, 0.04834119252118838], CircleBox[{-14.326867601828672, 0.3763849673692341}, 0.03531858075164747], CircleBox[{-14.875805665989848, 0.11111111111111116}, 0.11111111111111116], CircleBox[{-14.617985972543508, 0.1495597372397183}, 0.1495597372397183], CircleBox[{-14.413268307626332, 0.2807334985869501}, 0.0935778328623167], CircleBox[{-13.656854249492381, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-13.44046587438361, 0.06822746429607385}, 0.06822746429607385], CircleBox[{-11.837505297249184, 2.1094757082487265}, 0.12408680636757266], CircleBox[{-11.794925436950084, 2.310660171779821}, 0.034517796864424605], CircleBox[{-11.126836576736737, 1.9828326052562737}, 0.11663721207389864], CircleBox[{-11.181468169694346, 3.2953670424235977}, 0.04922784040393154], CircleBox[{-11.287456186974255, 3.0909902576697315}, 0.04617475781476622], CircleBox[{-11.214611950568308, 3.181130401352488}, 0.06971971263449021], CircleBox[{-11.243800329070135, 2.69276901329677}, 0.09510477984165591], CircleBox[{-11.176106816517695, 2.5775770107592124}, 0.03850513405061418], CircleBox[{-10.88339516915337, 0.14955973723971863}, 0.14955973723971863], CircleBox[{-10.707344870351097, 0.09999999999999992}, 0.033333333333333305], CircleBox[{-10.656854249492385, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-10.329518583304084, 0.8273356661882985}, 0.03707746142806963], CircleBox[{-10.531064090246847, 0.9072376990569222}, 0.1296053855795603], CircleBox[{-9.984265265170263, 0.5334708691207963}, 0.0355647246080531], CircleBox[{-10.146944594650739, 0.038886706638687145}, 0.038886706638687145], CircleBox[{-9.656854249492385, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-9.380711874576996, 0.1111111111111111}, 0.1111111111111111], CircleBox[{-10.745801324101434, 7.1387292897216765}, 0.05872184648441977], CircleBox[{-10.656854249492369, 6.931980515339475}, 0.10355339059327404], CircleBox[{-10.74580132410145, 7.042046904679331}, 0.037960538557956135], CircleBox[{-10.631567585179825, 6.4603969972786945}, 0.05930172804630413], CircleBox[{-10.31666476401411, 6.614314002995725}, 0.05754523434844017], CircleBox[{-10.631567585179832, 5.196457252213691}, 0.059301728046304444], CircleBox[{-10.74580132410143, 4.51812495977071}, 0.058721846484420186], CircleBox[{-10.745801324101441, 4.6148073448130695}, 0.03796053855795605], CircleBox[{-10.656854249492387, 4.724873734152919}, 0.10355339059327384], CircleBox[{-10.31666476401411, 5.04254024649666}, 0.0575452343484404], CircleBox[{-10.597680883439086, 5.768953378575309}, 0.05947374617087953], CircleBox[{-10.597680883439086, 5.88790087091707}, 0.05947374617087946], CircleBox[{-9.858684703286503, 6.220545155244011}, 0.08121030314161228], CircleBox[{-9.6972243377874, 5.828427124746191}, 0.34284865439683454], CircleBox[{-9.858684703286501, 5.43630909424837}, 0.08121030314161232], CircleBox[{-21.683106561502886, 8.742640687119275}, 0.1306019374818708], CircleBox[{-21.540249418645754, 9.346194077712562}, 0.3300943102542602], CircleBox[{-21.540249418645747, 8.919417382415922}, 0.09668238504237665], CircleBox[{-19.018341456561178, 11.132240329290415}, 0.04922784040393106], CircleBox[{-19.232828269945003, 11.156854249492376}, 0.16666666666666674], CircleBox[{-19.899494936611667, 11.156854249492387}, 0.4999999999999982], CircleBox[{-18.89949493661167, 11.406854249492381}, 0.24999999999999994], CircleBox[{-22.574912373948504, 11.259195445936495}, 0.39765880355588906], CircleBox[{-23.091026979108882, 11.297277647367517}, 0.11985886737495353], CircleBox[{-23.02081528017131, 11.53185424949238}, 0.12499999999999994], CircleBox[{-19.01834145656118, 0.5246139202019658}, 0.0492278404039311], CircleBox[{-19.899494936611674, 0.5000000000000008}, 0.5000000000000008], CircleBox[{-19.232828269945003, 0.4999999999999997}, 0.16666666666666657], CircleBox[{-18.89949493661167, 0.2500000000000001}, 0.2500000000000001], CircleBox[{-21.683106561502886, 2.9142135623730936}, 0.1306019374818704], CircleBox[{-21.54024941864575, 2.737436867076458}, 0.09668238504237672], CircleBox[{-21.540249418645754, 2.3106601717798214}, 0.3300943102542602], CircleBox[{-22.574912373948507, 0.39765880355588934}, 0.39765880355588934], CircleBox[{-23.091026979108886, 0.35957660212486053}, 0.1198588673749535], CircleBox[{-23.020815280171313, 0.12500000000000008}, 0.12500000000000008], CircleBox[{-22.429223901136613, 6.677561771445906}, 0.17586154347195512], CircleBox[{-22.42922390113661, 4.979292478046472}, 0.1758615434719551], CircleBox[{-22.66726188957804, 6.192703820042826}, 0.3642766952966369], CircleBox[{-22.66726188957804, 5.464150429449552}, 0.3642766952966369], CircleBox[{-28.142135623730958, 10.65685424949238}], CircleBox[{-32.97056274847715, 5.82842712474619}, 5.82842712474619], CircleBox[{-28.14213562373096, 1.}], CircleBox[{11.997381642592329, 9.64797077300902}, 0.06480269278976249], CircleBox[{11.686459607527008, 9.61561714704545}, 0.041657900049936664], CircleBox[{11.017414824223625, 9.812059839070933}, 0.05950949711033147], CircleBox[{11.283232657754203, 9.686047528719802}, 0.040220545321873045], CircleBox[{11.094702420154698, 9.483369801706889}, 0.0324685973181677], CircleBox[{11.15685424949237, 8.279252339470926}, 0.03661165235168403], CircleBox[{11.198736037728812, 8.590159378881886}, 0.045811821176356536], CircleBox[{12.689580672204496, 10.35211639536811}, 0.07674928553672179], CircleBox[{12.707685456597389, 10.738665842548631}, 0.054011082761392194], CircleBox[{12.989473570330041, 10.626713494756546}, 0.03638310943170028], CircleBox[{12.524149651187692, 11.260407640085647}, 0.056635229915238436], CircleBox[{12.242640687119655, 11.571067811865477}, 0.08578643762688871], CircleBox[{12.750690570848446, 11.605533461211515}, 0.051320788280845624], CircleBox[{13.589925262591516, 11.01570092480716}, 0.03771490145207161], CircleBox[{14.784512461821969, 11.436143571373721}, 0.03153009687409356], CircleBox[{15.190882902515042, 11.548382043183718}, 0.03615740210289298], CircleBox[{15.071067811865484, 11.571067811865476}, 0.08578643762690483], CircleBox[{15.27817459305203, 11.594354249492348}, 0.06249999999999989], CircleBox[{14.756455119005828, 11.624804005095271}, 0.03205024439711331], CircleBox[{14.379458440519558, 11.561749469650723}, 0.0951047798416559], CircleBox[{13.3408199552553, 11.620471140060673}, 0.03638310943170036], CircleBox[{13.80986393690174, 11.622740517344345}, 0.0341137321480369], CircleBox[{10.637575304285253, 10.888240770999749}, 0.04521255755838953], CircleBox[{10.596537408852171, 10.567322306939142}, 0.06409011426782736], CircleBox[{10.838979779530929, 11.313750972806751}, 0.049014753812219446], CircleBox[{11.099096548416401, 11.579080836215025}, 0.07777341327737214], CircleBox[{10.735862823051665, 11.620471140060666}, 0.03638310943170036], CircleBox[{10.07633783997192, 11.624804005095266}, 0.0320502443971133], CircleBox[{9.461056307321046, 11.426159645262599}, 0.0329563720328263], CircleBox[{9.503844562083044, 11.622740517344319}, 0.03411373214803673], CircleBox[{9.194792640885028, 11.579080836215052}, 0.07777341327737351], CircleBox[{9.096194077712585, 11.625604249492442}, 0.03124999999999989], CircleBox[{12.689580672204386, 1.3047378541243657}, 0.07674928553672772], CircleBox[{12.707685456597247, 0.9181884069437697}, 0.05401108276139831], CircleBox[{12.989473570330034, 1.0301407547358297}, 0.036383109431700415], CircleBox[{12.24264068711929, 0.08578643762690519}, 0.08578643762690519], CircleBox[{12.52414965118744, 0.39644660940672904}, 0.056635229915247005], CircleBox[{12.75069057084844, 0.05132078828084549}, 0.05132078828084549], CircleBox[{13.589925262591516, 0.6411533246852179}, 0.03771490145207162], CircleBox[{15.07106781186548, 0.08578643762690506}, 0.08578643762690506], CircleBox[{15.190882902515044, 0.10847220630867885}, 0.03615740210289295], CircleBox[{15.278174593052027, 0.06250000000000003}, 0.06250000000000003], CircleBox[{14.784512461821969, 0.22071067811865483}, 0.03153009687409355], CircleBox[{14.756455119005828, 0.03205024439711334}, 0.03205024439711334], CircleBox[{14.379458440519556, 0.09510477984165594}, 0.09510477984165594], CircleBox[{13.340819955255297, 0.03638310943170046}, 0.03638310943170046], CircleBox[{13.809863936901738, 0.034113732148036965}, 0.034113732148036965], CircleBox[{11.997381642592508, 2.008883476483187}, 0.06480269278978024], CircleBox[{11.686459607526983, 2.0412371024469347}, 0.04165790004993754], CircleBox[{11.283232657754157, 1.9708067207723485}, 0.04022054532188476], CircleBox[{11.017414824223398, 1.8447944104210756}, 0.05950949711035902], CircleBox[{11.094702420154723, 2.173484447785512}, 0.03246859731816719], CircleBox[{11.156854249492387, 3.3776019100214105}, 0.03661165235168197], CircleBox[{11.19873603772882, 3.0666948706105037}, 0.04581182117635641], CircleBox[{10.83897977953106, 0.3431032766855939}, 0.0490147538122277], CircleBox[{11.09909654841646, 0.07777341327737446}, 0.07777341327737446], CircleBox[{10.735862823051658, 0.03638310943170047}, 0.03638310943170047], CircleBox[{10.637575304285285, 0.7686134784926781}, 0.04521255755839302], CircleBox[{10.59653740885219, 1.0895319425533432}, 0.06409011426784382], CircleBox[{10.076337839971917, 0.032050244397113334}, 0.032050244397113334], CircleBox[{9.503844562083032, 0.03411373214803698}, 0.03411373214803698], CircleBox[{9.46105630732105, 0.23069460422978366}, 0.03295637203282624], CircleBox[{9.194792640885009, 0.0777734132773742}, 0.0777734132773742], CircleBox[{9.096194077712573, 0.031249999999999944}, 0.031249999999999944], CircleBox[{10.706215659805213, 6.8051030696867585}, 0.03258784138079627], CircleBox[{10.529596743009602, 6.88514171874517}, 0.032050244397111266], CircleBox[{10.797277647367533, 7.263396089240827}, 0.03779161699551572], CircleBox[{10.6762668117385, 7.071908649624356}, 0.03771490145207155], CircleBox[{10.706215659805236, 4.851751179805582}, 0.03258784138079754], CircleBox[{10.52959674300962, 4.771712530747141}, 0.032050244397113126], CircleBox[{10.79727764736752, 4.393458160251622}, 0.03779161699551402], CircleBox[{10.676266811738527, 4.58494559986803}, 0.03771490145207165], CircleBox[{10.503896096859979, 5.828427124746191}, 0.05157900110394858], CircleBox[{9.743499309760267, 6.203641780406443}, 0.03520876300603627], CircleBox[{9.923336019735439, 6.318142997288058}, 0.035858614553206464], CircleBox[{9.743499309760278, 5.453212469085943}, 0.03520876300603618], CircleBox[{9.923336019735443, 5.338711252204321}, 0.03585861455320657], CircleBox[{9.363363264192156, 6.011512229621001}, 0.03791816675382206], CircleBox[{9.363363264192163, 5.6453420198713955}, 0.037918166753822036], CircleBox[{9.272970773009193, 5.919496298570356}, 0.09106917382415956], CircleBox[{9.272970773009199, 5.737357950922026}, 0.09106917382415938], CircleBox[{10.07433861759024, 5.792449179531709}, 0.03597794521448268], CircleBox[{10.074338617590243, 5.864405069960672}, 0.03597794521448262], CircleBox[{21.133057451227984, 9.54737854124366}, 0.12408680636757351], CircleBox[{21.175637311527044, 9.346194077712545}, 0.034517796864424626], CircleBox[{21.843726171740414, 9.674021644236062}, 0.11663721207389717], CircleBox[{21.789094578782798, 8.361487207068771}, 0.049227840403931265], CircleBox[{21.755950797908856, 8.475723848139888}, 0.06971971263449038], CircleBox[{21.6831065615029, 8.565863991822667}, 0.046174757814766244], CircleBox[{21.79445593195946, 9.079277238733182}, 0.03850513405061419], CircleBox[{21.726762419407017, 8.964085236195613}, 0.09510477984165587], CircleBox[{19.899494936611642, 10.609936088814322}, 0.046918160678026455], CircleBox[{20.16069881157542, 10.553300858899036}, 0.1576504843704681], CircleBox[{19.964072387665514, 10.553300858899084}, 0.038975939539422896], CircleBox[{20.485281374238586, 11.485281374238562}, 0.17157287525380965], CircleBox[{20.28098207627275, 11.538341389153489}, 0.03950428677963565], CircleBox[{20.313708498984763, 11.613961030678958}, 0.04289321881345241], CircleBox[{19.399494936611667, 10.93173636167455}, 0.04834119252118833], CircleBox[{19.318478312469573, 10.968212944284552}, 0.04050831207104858], CircleBox[{18.094757082487302, 11.54574313838127}, 0.1111111111111111], CircleBox[{18.64369514664848, 11.280469282123146}, 0.03531858075164744], CircleBox[{18.557294440850818, 11.376120750905429}, 0.0935778328623168], CircleBox[{18.352576775933645, 11.507294512252665}, 0.149559737239718], CircleBox[{19.530096874093537, 11.588626785196317}, 0.06822746429607382], CircleBox[{19.313708498984763, 11.485281374238571}, 0.1715728752538098], CircleBox[{22.64104416517301, 10.829518583304084}, 0.037077461428068614], CircleBox[{22.439498658230292, 10.749616550435396}, 0.12960538557956125], CircleBox[{22.26321787812603, 11.55685424949234}, 0.03333333333333308], CircleBox[{22.08716757932372, 11.507294512252596}, 0.14955973723971766], CircleBox[{22.313708498984756, 11.613961030678986}, 0.04289321881345252], CircleBox[{22.986297483306892, 11.123383380371594}, 0.035564724608053086], CircleBox[{22.823618153826413, 11.617967542853695}, 0.038886706638687055], CircleBox[{23.589850873900158, 11.54574313838127}, 0.11111111111111094], CircleBox[{23.31370849898477, 11.485281374238578}, 0.1715728752538097], CircleBox[{19.89949493661167, 1.0469181606780271}, 0.046918160678027065], CircleBox[{19.964072387665517, 1.103553390593274}, 0.038975939539422896], CircleBox[{20.16069881157541, 1.1035533905932746}, 0.1576504843704678], CircleBox[{20.48528137423858, 0.17157287525381013}, 0.17157287525381013], CircleBox[{20.28098207627276, 0.11851286033890757}, 0.039504286779635855], CircleBox[{20.313708498984763, 0.04289321881345249}, 0.04289321881345249], CircleBox[{19.318478312469573, 0.6886413052078265}, 0.04050831207104863], CircleBox[{19.399494936611674, 0.7251178878178256}, 0.04834119252118838], CircleBox[{18.643695146648483, 0.3763849673692341}, 0.03531858075164747], CircleBox[{18.094757082487305, 0.11111111111111116}, 0.11111111111111116], CircleBox[{18.352576775933642, 0.1495597372397183}, 0.1495597372397183], CircleBox[{18.557294440850818, 0.2807334985869501}, 0.0935778328623167], CircleBox[{19.313708498984766, 0.1715728752538099}, 0.1715728752538099], CircleBox[{19.53009687409354, 0.06822746429607385}, 0.06822746429607385], CircleBox[{21.13305745122797, 2.1094757082487265}, 0.12408680636757266], CircleBox[{21.17563731152707, 2.310660171779821}, 0.034517796864424605], CircleBox[{21.843726171740414, 1.9828326052562737}, 0.11663721207389864], CircleBox[{21.789094578782805, 3.2953670424235977}, 0.04922784040393154], CircleBox[{21.683106561502896, 3.0909902576697315}, 0.04617475781476622], CircleBox[{21.755950797908845, 3.181130401352488}, 0.06971971263449021], CircleBox[{21.726762419407017, 2.69276901329677}, 0.09510477984165591], CircleBox[{21.794455931959458, 2.5775770107592124}, 0.03850513405061418], CircleBox[{22.08716757932378, 0.14955973723971863}, 0.14955973723971863], CircleBox[{22.263217878126053, 0.09999999999999992}, 0.033333333333333305], CircleBox[{22.31370849898476, 0.04289321881345249}, 0.04289321881345249], CircleBox[{22.641044165173064, 0.8273356661882985}, 0.03707746142806963], CircleBox[{22.439498658230303, 0.9072376990569222}, 0.1296053855795603], CircleBox[{22.986297483306885, 0.5334708691207963}, 0.0355647246080531], CircleBox[{22.823618153826413, 0.038886706638687145}, 0.038886706638687145], CircleBox[{23.313708498984763, 0.1715728752538099}, 0.1715728752538099], CircleBox[{23.589850873900154, 0.1111111111111111}, 0.1111111111111111], CircleBox[{22.224761424375714, 7.1387292897216765}, 0.05872184648441977], CircleBox[{22.31370849898478, 6.931980515339475}, 0.10355339059327404], CircleBox[{22.224761424375696, 7.042046904679331}, 0.037960538557956135], CircleBox[{22.338995163297323, 6.4603969972786945}, 0.05930172804630413], CircleBox[{22.653897984463036, 6.614314002995725}, 0.05754523434844017], CircleBox[{22.33899516329732, 5.196457252213691}, 0.059301728046304444], CircleBox[{22.224761424375718, 4.51812495977071}, 0.058721846484420186], CircleBox[{22.224761424375707, 4.6148073448130695}, 0.03796053855795605], CircleBox[{22.313708498984763, 4.724873734152919}, 0.10355339059327384], CircleBox[{22.653897984463036, 5.04254024649666}, 0.0575452343484404], CircleBox[{22.372881865038064, 5.768953378575309}, 0.05947374617087953], CircleBox[{22.372881865038064, 5.88790087091707}, 0.05947374617087946], CircleBox[{23.111878045190647, 6.220545155244011}, 0.08121030314161228], CircleBox[{23.273338410689753, 5.828427124746191}, 0.34284865439683454], CircleBox[{23.11187804519065, 5.43630909424837}, 0.08121030314161232], CircleBox[{27.77273756121284, 8.742640687119275}, 0.1306019374818708], CircleBox[{27.915594704069978, 9.346194077712562}, 0.3300943102542602], CircleBox[{27.91559470406997, 8.919417382415922}, 0.09668238504237665], CircleBox[{30.43750266615455, 11.132240329290415}, 0.04922784040393106], CircleBox[{30.223015852770722, 11.156854249492376}, 0.16666666666666674], CircleBox[{29.55634918610405, 11.156854249492387}, 0.4999999999999982], CircleBox[{30.556349186104054, 11.406854249492381}, 0.24999999999999994], CircleBox[{26.880931748767214, 11.259195445936495}, 0.39765880355588906], CircleBox[{26.36481714360685, 11.297277647367517}, 0.11985886737495353], CircleBox[{26.435028842544416, 11.53185424949238}, 0.12499999999999994], CircleBox[{30.437502666154547, 0.5246139202019658}, 0.0492278404039311], CircleBox[{29.556349186104054, 0.5000000000000008}, 0.5000000000000008], CircleBox[{30.223015852770722, 0.4999999999999997}, 0.16666666666666657], CircleBox[{30.556349186104057, 0.2500000000000001}, 0.2500000000000001], CircleBox[{27.77273756121284, 2.9142135623730936}, 0.1306019374818704], CircleBox[{27.91559470406997, 2.737436867076458}, 0.09668238504237672], CircleBox[{27.915594704069978, 2.3106601717798214}, 0.3300943102542602], CircleBox[{26.88093174876721, 0.39765880355588934}, 0.39765880355588934], CircleBox[{26.364817143606842, 0.35957660212486053}, 0.1198588673749535], CircleBox[{26.435028842544412, 0.12500000000000008}, 0.12500000000000008], CircleBox[{27.026620221579112, 6.677561771445906}, 0.17586154347195512], CircleBox[{27.026620221579112, 4.979292478046472}, 0.1758615434719551], CircleBox[{26.788582233137685, 6.192703820042826}, 0.3642766952966369], CircleBox[{26.788582233137685, 5.464150429449552}, 0.3642766952966369], CircleBox[{37.79898987322334, 10.65685424949238}], CircleBox[{37.798989873223334, 1.}], CircleBox[{41.213203435596434, 2.9142135623730963}, 2.9142135623730963], CircleBox[{41.213203435596434, 8.742640687119282}, 2.914213562373094], CircleBox[{4.459029062226921, 11.622740517344287}, 0.03411373214799092], CircleBox[{0.8918058124456134, 11.622740517344324}, 0.034113732148036834], CircleBox[{5.186478765698542, 11.624804005095303}, 0.03205024439710928], CircleBox[{7.631408302835222, 11.62480400509527}, 0.03205024439711723], CircleBox[{4.459029062228051, 0.03411373214803693}, 0.03411373214803693], CircleBox[{0.8918058124456123, 0.03411373214803698}, 0.03411373214803698], CircleBox[{5.186478765698202, 0.03205024439711448}, 0.03205024439711448], CircleBox[{7.631408302835097, 0.03205024439711407}, 0.03205024439711407], CircleBox[{7.555753963192699, 5.868902313112487}, 0.04047518836629381], CircleBox[{7.555753963192715, 5.787951936379915}, 0.0404751883662933], CircleBox[{-4.402507580152636, 9.708326112068383}, 0.03976588035557634], CircleBox[{-5.524270542870837, 9.889227181112217}, 0.03607402180359408], CircleBox[{-3.8648768768399315, 10.25152416360265}, 0.04533322857707226], CircleBox[{-4.375345285424334, 11.605533461211484}, 0.05132078828084652], CircleBox[{-0.9656854249492264, 11.61685424949236}, 0.04000000000000027], CircleBox[{-1.0529114668595159, 11.609301859571566}, 0.04755238992082777], CircleBox[{-1.3024785661018219, 11.620471140060689}, 0.036383109431700436], CircleBox[{-2.604957132203641, 11.62047114006068}, 0.03638310943170042], CircleBox[{-5.850146598792784, 10.472591504942432}, 0.038202024017719174], CircleBox[{-5.264557334297895, 11.609301859571463}, 0.0475523899207959], CircleBox[{-7.55979797464454, 11.616854249492299}, 0.03999999999999618], CircleBox[{-7.469181606780246, 11.605533461211582}, 0.05132078828084592], CircleBox[{-3.8648768768401074, 1.4053300858899165}, 0.04533322857709408], CircleBox[{-4.3753452854242365, 0.051320788280846165}, 0.051320788280846165], CircleBox[{-0.965685424949238, 0.04000000000000002}, 0.04000000000000002], CircleBox[{-1.0529114668595099, 0.04755238992082803}, 0.04755238992082803], CircleBox[{-1.302478566101821, 0.03638310943170045}, 0.03638310943170045], CircleBox[{-2.6049571322036416, 0.03638310943170044}, 0.03638310943170044], CircleBox[{-4.4025075801525375, 1.948528137423855}, 0.03976588035558903], CircleBox[{-5.524270542871514, 1.7676270683789268}, 0.03607402180365276], CircleBox[{-5.264557334297539, 0.04755238992082803}, 0.04755238992082803], CircleBox[{-5.850146598792388, 1.1842627445506742}, 0.038202024017764805], CircleBox[{-7.469181606780264, 0.051320788280845325}, 0.051320788280845325], CircleBox[{-7.559797974644665, 0.03999999999999963}, 0.03999999999999963], CircleBox[{-7.401554902719379, 5.828427124746213}, 0.11894749234175923], CircleBox[{-6.34836922486206, 5.828427124746191}, 0.036201410712709235], CircleBox[{-11.997381642592329, 9.64797077300902}, 0.06480269278976249], CircleBox[{-11.686459607527008, 9.61561714704545}, 0.041657900049936664], CircleBox[{-11.017414824223625, 9.812059839070933}, 0.05950949711033147], CircleBox[{-11.283232657754203, 9.686047528719802}, 0.040220545321873045], CircleBox[{-11.094702420154698, 9.483369801706889}, 0.0324685973181677], CircleBox[{-11.15685424949237, 8.279252339470926}, 0.03661165235168403], CircleBox[{-11.198736037728812, 8.590159378881886}, 0.045811821176356536], CircleBox[{-12.689580672204496, 10.35211639536811}, 0.07674928553672179], CircleBox[{-12.707685456597389, 10.738665842548631}, 0.054011082761392194], CircleBox[{-12.989473570330041, 10.626713494756546}, 0.03638310943170028], CircleBox[{-12.524149651187692, 11.260407640085647}, 0.056635229915238436], CircleBox[{-12.242640687119655, 11.571067811865477}, 0.08578643762688871], CircleBox[{-12.750690570848446, 11.605533461211515}, 0.051320788280845624], CircleBox[{-13.589925262591516, 11.01570092480716}, 0.03771490145207161], CircleBox[{-14.784512461821969, 11.436143571373721}, 0.03153009687409356], CircleBox[{-15.190882902515042, 11.548382043183718}, 0.03615740210289298], CircleBox[{-15.071067811865484, 11.571067811865476}, 0.08578643762690483], CircleBox[{-15.27817459305203, 11.594354249492348}, 0.06249999999999989], CircleBox[{-14.756455119005828, 11.624804005095271}, 0.03205024439711331], CircleBox[{-14.379458440519558, 11.561749469650723}, 0.0951047798416559], CircleBox[{-13.3408199552553, 11.620471140060673}, 0.03638310943170036], CircleBox[{-13.80986393690174, 11.622740517344345}, 0.0341137321480369], CircleBox[{-10.637575304285253, 10.888240770999749}, 0.04521255755838953], CircleBox[{-10.596537408852171, 10.567322306939142}, 0.06409011426782736], CircleBox[{-10.838979779530929, 11.313750972806751}, 0.049014753812219446], CircleBox[{-11.099096548416401, 11.579080836215025}, 0.07777341327737214], CircleBox[{-10.735862823051665, 11.620471140060666}, 0.03638310943170036], CircleBox[{-10.07633783997192, 11.624804005095266}, 0.0320502443971133], CircleBox[{-9.461056307321046, 11.426159645262599}, 0.0329563720328263], CircleBox[{-9.503844562083044, 11.622740517344319}, 0.03411373214803673], CircleBox[{-9.194792640885028, 11.579080836215052}, 0.07777341327737351], CircleBox[{-9.096194077712585, 11.625604249492442}, 0.03124999999999989], CircleBox[{-12.689580672204386, 1.3047378541243657}, 0.07674928553672772], CircleBox[{-12.707685456597247, 0.9181884069437697}, 0.05401108276139831], CircleBox[{-12.989473570330034, 1.0301407547358297}, 0.036383109431700415], CircleBox[{-12.24264068711929, 0.08578643762690519}, 0.08578643762690519], CircleBox[{-12.52414965118744, 0.39644660940672904}, 0.056635229915247005], CircleBox[{-12.75069057084844, 0.05132078828084549}, 0.05132078828084549], CircleBox[{-13.589925262591516, 0.6411533246852179}, 0.03771490145207162], CircleBox[{-15.07106781186548, 0.08578643762690506}, 0.08578643762690506], CircleBox[{-15.190882902515044, 0.10847220630867885}, 0.03615740210289295], CircleBox[{-15.278174593052027, 0.06250000000000003}, 0.06250000000000003], CircleBox[{-14.784512461821969, 0.22071067811865483}, 0.03153009687409355], CircleBox[{-14.756455119005828, 0.03205024439711334}, 0.03205024439711334], CircleBox[{-14.379458440519556, 0.09510477984165594}, 0.09510477984165594], CircleBox[{-13.340819955255297, 0.03638310943170046}, 0.03638310943170046], CircleBox[{-13.809863936901738, 0.034113732148036965}, 0.034113732148036965], CircleBox[{-11.997381642592508, 2.008883476483187}, 0.06480269278978024], CircleBox[{-11.686459607526983, 2.0412371024469347}, 0.04165790004993754], CircleBox[{-11.283232657754157, 1.9708067207723485}, 0.04022054532188476], CircleBox[{-11.017414824223398, 1.8447944104210756}, 0.05950949711035902], CircleBox[{-11.094702420154723, 2.173484447785512}, 0.03246859731816719], CircleBox[{-11.156854249492387, 3.3776019100214105}, 0.03661165235168197], CircleBox[{-11.19873603772882, 3.0666948706105037}, 0.04581182117635641], CircleBox[{-10.83897977953106, 0.3431032766855939}, 0.0490147538122277], CircleBox[{-11.09909654841646, 0.07777341327737446}, 0.07777341327737446], CircleBox[{-10.735862823051658, 0.03638310943170047}, 0.03638310943170047], CircleBox[{-10.637575304285285, 0.7686134784926781}, 0.04521255755839302], CircleBox[{-10.59653740885219, 1.0895319425533432}, 0.06409011426784382], CircleBox[{-10.076337839971917, 0.032050244397113334}, 0.032050244397113334], CircleBox[{-9.503844562083032, 0.03411373214803698}, 0.03411373214803698], CircleBox[{-9.46105630732105, 0.23069460422978366}, 0.03295637203282624], CircleBox[{-9.194792640885009, 0.0777734132773742}, 0.0777734132773742], CircleBox[{-9.096194077712573, 0.031249999999999944}, 0.031249999999999944], CircleBox[{-10.706215659805213, 6.8051030696867585}, 0.03258784138079627], CircleBox[{-10.529596743009602, 6.88514171874517}, 0.032050244397111266], CircleBox[{-10.797277647367533, 7.263396089240827}, 0.03779161699551572], CircleBox[{-10.6762668117385, 7.071908649624356}, 0.03771490145207155], CircleBox[{-10.706215659805236, 4.851751179805582}, 0.03258784138079754], CircleBox[{-10.52959674300962, 4.771712530747141}, 0.032050244397113126], CircleBox[{-10.79727764736752, 4.393458160251622}, 0.03779161699551402], CircleBox[{-10.676266811738527, 4.58494559986803}, 0.03771490145207165], CircleBox[{-10.503896096859979, 5.828427124746191}, 0.05157900110394858], CircleBox[{-9.743499309760267, 6.203641780406443}, 0.03520876300603627], CircleBox[{-9.923336019735439, 6.318142997288058}, 0.035858614553206464], CircleBox[{-9.743499309760278, 5.453212469085943}, 0.03520876300603618], CircleBox[{-9.923336019735443, 5.338711252204321}, 0.03585861455320657], CircleBox[{-9.363363264192156, 6.011512229621001}, 0.03791816675382206], CircleBox[{-9.363363264192163, 5.6453420198713955}, 0.037918166753822036], CircleBox[{-9.272970773009193, 5.919496298570356}, 0.09106917382415956], CircleBox[{-9.272970773009199, 5.737357950922026}, 0.09106917382415938], CircleBox[{-10.07433861759024, 5.792449179531709}, 0.03597794521448268], CircleBox[{-10.074338617590243, 5.864405069960672}, 0.03597794521448262], CircleBox[{-21.133057451227984, 9.54737854124366}, 0.12408680636757351], CircleBox[{-21.175637311527044, 9.346194077712545}, 0.034517796864424626], CircleBox[{-21.843726171740414, 9.674021644236062}, 0.11663721207389717], CircleBox[{-21.789094578782798, 8.361487207068771}, 0.049227840403931265], CircleBox[{-21.755950797908856, 8.475723848139888}, 0.06971971263449038], CircleBox[{-21.6831065615029, 8.565863991822667}, 0.046174757814766244], CircleBox[{-21.79445593195946, 9.079277238733182}, 0.03850513405061419], CircleBox[{-21.726762419407017, 8.964085236195613}, 0.09510477984165587], CircleBox[{-19.899494936611642, 10.609936088814322}, 0.046918160678026455], CircleBox[{-20.16069881157542, 10.553300858899036}, 0.1576504843704681], CircleBox[{-19.964072387665514, 10.553300858899084}, 0.038975939539422896], CircleBox[{-20.485281374238586, 11.485281374238562}, 0.17157287525380965], CircleBox[{-20.28098207627275, 11.538341389153489}, 0.03950428677963565], CircleBox[{-20.313708498984763, 11.613961030678958}, 0.04289321881345241], CircleBox[{-19.399494936611667, 10.93173636167455}, 0.04834119252118833], CircleBox[{-19.318478312469573, 10.968212944284552}, 0.04050831207104858], CircleBox[{-18.094757082487302, 11.54574313838127}, 0.1111111111111111], CircleBox[{-18.64369514664848, 11.280469282123146}, 0.03531858075164744], CircleBox[{-18.557294440850818, 11.376120750905429}, 0.0935778328623168], CircleBox[{-18.352576775933645, 11.507294512252665}, 0.149559737239718], CircleBox[{-19.530096874093537, 11.588626785196317}, 0.06822746429607382], CircleBox[{-19.313708498984763, 11.485281374238571}, 0.1715728752538098], CircleBox[{-22.64104416517301, 10.829518583304084}, 0.037077461428068614], CircleBox[{-22.439498658230292, 10.749616550435396}, 0.12960538557956125], CircleBox[{-22.26321787812603, 11.55685424949234}, 0.03333333333333308], CircleBox[{-22.08716757932372, 11.507294512252596}, 0.14955973723971766], CircleBox[{-22.313708498984756, 11.613961030678986}, 0.04289321881345252], CircleBox[{-22.986297483306892, 11.123383380371594}, 0.035564724608053086], CircleBox[{-22.823618153826413, 11.617967542853695}, 0.038886706638687055], CircleBox[{-23.589850873900158, 11.54574313838127}, 0.11111111111111094], CircleBox[{-23.31370849898477, 11.485281374238578}, 0.1715728752538097], CircleBox[{-19.89949493661167, 1.0469181606780271}, 0.046918160678027065], CircleBox[{-19.964072387665517, 1.103553390593274}, 0.038975939539422896], CircleBox[{-20.16069881157541, 1.1035533905932746}, 0.1576504843704678], CircleBox[{-20.48528137423858, 0.17157287525381013}, 0.17157287525381013], CircleBox[{-20.28098207627276, 0.11851286033890757}, 0.039504286779635855], CircleBox[{-20.313708498984763, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-19.318478312469573, 0.6886413052078265}, 0.04050831207104863], CircleBox[{-19.399494936611674, 0.7251178878178256}, 0.04834119252118838], CircleBox[{-18.643695146648483, 0.3763849673692341}, 0.03531858075164747], CircleBox[{-18.094757082487305, 0.11111111111111116}, 0.11111111111111116], CircleBox[{-18.352576775933642, 0.1495597372397183}, 0.1495597372397183], CircleBox[{-18.557294440850818, 0.2807334985869501}, 0.0935778328623167], CircleBox[{-19.313708498984766, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-19.53009687409354, 0.06822746429607385}, 0.06822746429607385], CircleBox[{-21.13305745122797, 2.1094757082487265}, 0.12408680636757266], CircleBox[{-21.17563731152707, 2.310660171779821}, 0.034517796864424605], CircleBox[{-21.843726171740414, 1.9828326052562737}, 0.11663721207389864], CircleBox[{-21.789094578782805, 3.2953670424235977}, 0.04922784040393154], CircleBox[{-21.683106561502896, 3.0909902576697315}, 0.04617475781476622], CircleBox[{-21.755950797908845, 3.181130401352488}, 0.06971971263449021], CircleBox[{-21.726762419407017, 2.69276901329677}, 0.09510477984165591], CircleBox[{-21.794455931959458, 2.5775770107592124}, 0.03850513405061418], CircleBox[{-22.08716757932378, 0.14955973723971863}, 0.14955973723971863], CircleBox[{-22.263217878126053, 0.09999999999999992}, 0.033333333333333305], CircleBox[{-22.31370849898476, 0.04289321881345249}, 0.04289321881345249], CircleBox[{-22.641044165173064, 0.8273356661882985}, 0.03707746142806963], CircleBox[{-22.439498658230303, 0.9072376990569222}, 0.1296053855795603], CircleBox[{-22.986297483306885, 0.5334708691207963}, 0.0355647246080531], CircleBox[{-22.823618153826413, 0.038886706638687145}, 0.038886706638687145], CircleBox[{-23.313708498984763, 0.1715728752538099}, 0.1715728752538099], CircleBox[{-23.589850873900154, 0.1111111111111111}, 0.1111111111111111], CircleBox[{-22.224761424375714, 7.1387292897216765}, 0.05872184648441977], CircleBox[{-22.31370849898478, 6.931980515339475}, 0.10355339059327404], CircleBox[{-22.224761424375696, 7.042046904679331}, 0.037960538557956135], CircleBox[{-22.338995163297323, 6.4603969972786945}, 0.05930172804630413], CircleBox[{-22.653897984463036, 6.614314002995725}, 0.05754523434844017], CircleBox[{-22.33899516329732, 5.196457252213691}, 0.059301728046304444], CircleBox[{-22.224761424375718, 4.51812495977071}, 0.058721846484420186], CircleBox[{-22.224761424375707, 4.6148073448130695}, 0.03796053855795605], CircleBox[{-22.313708498984763, 4.724873734152919}, 0.10355339059327384], CircleBox[{-22.653897984463036, 5.04254024649666}, 0.0575452343484404], CircleBox[{-22.372881865038064, 5.768953378575309}, 0.05947374617087953], CircleBox[{-22.372881865038064, 5.88790087091707}, 0.05947374617087946], CircleBox[{-23.111878045190647, 6.220545155244011}, 0.08121030314161228], CircleBox[{-23.273338410689753, 5.828427124746191}, 0.34284865439683454], CircleBox[{-23.11187804519065, 5.43630909424837}, 0.08121030314161232], CircleBox[{-27.77273756121284, 8.742640687119275}, 0.1306019374818708], CircleBox[{-27.915594704069978, 9.346194077712562}, 0.3300943102542602], CircleBox[{-27.91559470406997, 8.919417382415922}, 0.09668238504237665], CircleBox[{-30.43750266615455, 11.132240329290415}, 0.04922784040393106], CircleBox[{-30.223015852770722, 11.156854249492376}, 0.16666666666666674], CircleBox[{-29.55634918610405, 11.156854249492387}, 0.4999999999999982], CircleBox[{-30.556349186104054, 11.406854249492381}, 0.24999999999999994], CircleBox[{-26.880931748767214, 11.259195445936495}, 0.39765880355588906], CircleBox[{-26.36481714360685, 11.297277647367517}, 0.11985886737495353], CircleBox[{-26.435028842544416, 11.53185424949238}, 0.12499999999999994], CircleBox[{-30.437502666154547, 0.5246139202019658}, 0.0492278404039311], CircleBox[{-29.556349186104054, 0.5000000000000008}, 0.5000000000000008], CircleBox[{-30.223015852770722, 0.4999999999999997}, 0.16666666666666657], CircleBox[{-30.556349186104057, 0.2500000000000001}, 0.2500000000000001], CircleBox[{-27.77273756121284, 2.9142135623730936}, 0.1306019374818704], CircleBox[{-27.91559470406997, 2.737436867076458}, 0.09668238504237672], CircleBox[{-27.915594704069978, 2.3106601717798214}, 0.3300943102542602], CircleBox[{-26.88093174876721, 0.39765880355588934}, 0.39765880355588934], CircleBox[{-26.364817143606842, 0.35957660212486053}, 0.1198588673749535], CircleBox[{-26.435028842544412, 0.12500000000000008}, 0.12500000000000008], CircleBox[{-27.026620221579112, 6.677561771445906}, 0.17586154347195512], CircleBox[{-27.026620221579112, 4.979292478046472}, 0.1758615434719551], CircleBox[{-26.788582233137685, 6.192703820042826}, 0.3642766952966369], CircleBox[{-26.788582233137685, 5.464150429449552}, 0.3642766952966369], CircleBox[{-37.79898987322334, 10.65685424949238}], CircleBox[{-37.798989873223334, 1.}], CircleBox[{-41.213203435596434, 2.9142135623730963}, 2.9142135623730963], CircleBox[{-41.213203435596434, 8.742640687119282}, 2.914213562373094], CircleBox[{12.08277379408594, 9.708326112068383}, 0.03976588035557634], CircleBox[{10.961010831367739, 9.889227181112217}, 0.03607402180359408], CircleBox[{12.620404497398646, 10.25152416360265}, 0.04533322857707226], CircleBox[{12.10993608881424, 11.605533461211484}, 0.05132078828084652], CircleBox[{15.519595949289346, 11.61685424949236}, 0.04000000000000027], CircleBox[{15.432369907379057, 11.609301859571566}, 0.04755238992082777], CircleBox[{15.182802808136755, 11.620471140060689}, 0.036383109431700436], CircleBox[{13.880324242034932, 11.62047114006068}, 0.03638310943170042], CircleBox[{10.63513477544579, 10.472591504942432}, 0.038202024017719174], CircleBox[{11.220724039940682, 11.609301859571463}, 0.0475523899207959], CircleBox[{8.925483399594034, 11.616854249492299}, 0.03999999999999618], CircleBox[{9.01609976745833, 11.605533461211582}, 0.05132078828084592], CircleBox[{12.620404497398466, 1.4053300858899165}, 0.04533322857709408], CircleBox[{12.109936088814338, 0.051320788280846165}, 0.051320788280846165], CircleBox[{15.519595949289336, 0.04000000000000002}, 0.04000000000000002], CircleBox[{15.432369907379064, 0.04755238992082803}, 0.04755238992082803], CircleBox[{15.182802808136756, 0.03638310943170045}, 0.03638310943170045], CircleBox[{13.880324242034932, 0.03638310943170044}, 0.03638310943170044], CircleBox[{12.082773794086037, 1.948528137423855}, 0.03976588035558903], CircleBox[{10.961010831367059, 1.7676270683789268}, 0.03607402180365276], CircleBox[{11.220724039941036, 0.04755238992082803}, 0.04755238992082803], CircleBox[{10.635134775446188, 1.1842627445506742}, 0.038202024017764805], CircleBox[{9.016099767458313, 0.051320788280845325}, 0.051320788280845325], CircleBox[{8.925483399593908, 0.03999999999999963}, 0.03999999999999963], CircleBox[{9.083726471519197, 5.828427124746213}, 0.11894749234175923], CircleBox[{10.136912149376514, 5.828427124746191}, 0.036201410712709235], CircleBox[{20.97318110588482, 9.64797077300902}, 0.06480269278976249], CircleBox[{21.28410314095014, 9.61561714704545}, 0.041657900049936664], CircleBox[{21.953147924253525, 9.812059839070933}, 0.05950949711033147], CircleBox[{21.687330090722945, 9.686047528719802}, 0.040220545321873045], CircleBox[{21.87586032832245, 9.483369801706889}, 0.0324685973181677], CircleBox[{21.81370849898478, 8.279252339470926}, 0.03661165235168403], CircleBox[{21.771826710748343, 8.590159378881886}, 0.045811821176356536], CircleBox[{20.28098207627265, 10.35211639536811}, 0.07674928553672179], CircleBox[{20.262877291879764, 10.738665842548631}, 0.054011082761392194], CircleBox[{19.98108917814711, 10.626713494756546}, 0.03638310943170028], CircleBox[{20.446413097289454, 11.260407640085647}, 0.056635229915238436], CircleBox[{20.727922061357493, 11.571067811865477}, 0.08578643762688871], CircleBox[{20.219872177628705, 11.605533461211515}, 0.051320788280845624], CircleBox[{19.380637485885632, 11.01570092480716}, 0.03771490145207161], CircleBox[{18.186050286655178, 11.436143571373721}, 0.03153009687409356], CircleBox[{17.779679845962104, 11.548382043183718}, 0.03615740210289298], CircleBox[{17.899494936611667, 11.571067811865476}, 0.08578643762690483], CircleBox[{17.692388155425117, 11.594354249492348}, 0.06249999999999989], CircleBox[{18.21410762947132, 11.624804005095271}, 0.03205024439711331], CircleBox[{18.591104307957593, 11.561749469650723}, 0.0951047798416559], CircleBox[{19.629742793221855, 11.620471140060673}, 0.03638310943170036], CircleBox[{19.16069881157541, 11.622740517344345}, 0.0341137321480369], CircleBox[{22.332987444191897, 10.888240770999749}, 0.04521255755838953], CircleBox[{22.37402533962498, 10.567322306939142}, 0.06409011426782736], CircleBox[{22.131582968946226, 11.313750972806751}, 0.049014753812219446], CircleBox[{21.871466200060752, 11.579080836215025}, 0.07777341327737214], CircleBox[{22.23469992542549, 11.620471140060666}, 0.03638310943170036], CircleBox[{22.89422490850523, 11.624804005095266}, 0.0320502443971133], CircleBox[{23.509506441156105, 11.426159645262599}, 0.0329563720328263], CircleBox[{23.466718186394107, 11.622740517344319}, 0.03411373214803673], CircleBox[{23.775770107592127, 11.579080836215052}, 0.07777341327737351], CircleBox[{23.87436867076456, 11.625604249492442}, 0.03124999999999989], CircleBox[{20.28098207627276, 1.3047378541243657}, 0.07674928553672772], CircleBox[{20.262877291879906, 0.9181884069437697}, 0.05401108276139831], CircleBox[{19.981089178147116, 1.0301407547358297}, 0.036383109431700415], CircleBox[{20.72792206135786, 0.08578643762690519}, 0.08578643762690519], CircleBox[{20.446413097289707, 0.39644660940672904}, 0.056635229915247005], CircleBox[{20.21987217762871, 0.05132078828084549}, 0.05132078828084549], CircleBox[{19.380637485885636, 0.6411533246852179}, 0.03771490145207162], CircleBox[{17.89949493661167, 0.08578643762690506}, 0.08578643762690506], CircleBox[{17.779679845962104, 0.10847220630867885}, 0.03615740210289295], CircleBox[{17.69238815542512, 0.06250000000000003}, 0.06250000000000003], CircleBox[{18.186050286655178, 0.22071067811865483}, 0.03153009687409355], CircleBox[{18.214107629471318, 0.03205024439711334}, 0.03205024439711334], CircleBox[{18.591104307957593, 0.09510477984165594}, 0.09510477984165594], CircleBox[{19.629742793221855, 0.03638310943170046}, 0.03638310943170046], CircleBox[{19.16069881157541, 0.034113732148036965}, 0.034113732148036965], CircleBox[{20.973181105884642, 2.008883476483187}, 0.06480269278978024], CircleBox[{21.28410314095017, 2.0412371024469347}, 0.04165790004993754], CircleBox[{21.68733009072299, 1.9708067207723485}, 0.04022054532188476], CircleBox[{21.953147924253756, 1.8447944104210756}, 0.05950949711035902], CircleBox[{21.875860328322428, 2.173484447785512}, 0.03246859731816719], CircleBox[{21.81370849898476, 3.3776019100214105}, 0.03661165235168197], CircleBox[{21.77182671074833, 3.0666948706105037}, 0.04581182117635641], CircleBox[{22.131582968946088, 0.3431032766855939}, 0.0490147538122277], CircleBox[{21.871466200060688, 0.07777341327737446}, 0.07777341327737446], CircleBox[{22.234699925425495, 0.03638310943170047}, 0.03638310943170047], CircleBox[{22.332987444191865, 0.7686134784926781}, 0.04521255755839302], CircleBox[{22.37402533962496, 1.0895319425533432}, 0.06409011426784382], CircleBox[{22.894224908505233, 0.032050244397113334}, 0.032050244397113334], CircleBox[{23.466718186394115, 0.03411373214803698}, 0.03411373214803698], CircleBox[{23.509506441156105, 0.23069460422978366}, 0.03295637203282624], CircleBox[{23.775770107592145, 0.0777734132773742}, 0.0777734132773742], CircleBox[{23.874368670764575, 0.031249999999999944}, 0.031249999999999944], CircleBox[{22.264347088671933, 6.8051030696867585}, 0.03258784138079627], CircleBox[{22.440966005467548, 6.88514171874517}, 0.032050244397111266], CircleBox[{22.173285101109613, 7.263396089240827}, 0.03779161699551572], CircleBox[{22.294295936738653, 7.071908649624356}, 0.03771490145207155], CircleBox[{22.264347088671915, 4.851751179805582}, 0.03258784138079754], CircleBox[{22.440966005467534, 4.771712530747141}, 0.032050244397113126], CircleBox[{22.17328510110963, 4.393458160251622}, 0.03779161699551402], CircleBox[{22.294295936738624, 4.58494559986803}, 0.03771490145207165], CircleBox[{22.46666665161717, 5.828427124746191}, 0.05157900110394858], CircleBox[{23.227063438716883, 6.203641780406443}, 0.03520876300603627], CircleBox[{23.04722672874171, 6.318142997288058}, 0.035858614553206464], CircleBox[{23.227063438716876, 5.453212469085943}, 0.03520876300603618], CircleBox[{23.047226728741705, 5.338711252204321}, 0.03585861455320657], CircleBox[{23.607199484284994, 6.011512229621001}, 0.03791816675382206], CircleBox[{23.60719948428499, 5.6453420198713955}, 0.037918166753822036], CircleBox[{23.697591975467954, 5.919496298570356}, 0.09106917382415956], CircleBox[{23.69759197546795, 5.737357950922026}, 0.09106917382415938], CircleBox[{22.89622413088691, 5.792449179531709}, 0.03597794521448268], CircleBox[{22.896224130886903, 5.864405069960672}, 0.03597794521448262], CircleBox[{28.32278667148774, 9.54737854124366}, 0.12408680636757351], CircleBox[{28.28020681118868, 9.346194077712545}, 0.034517796864424626], CircleBox[{27.61211795097531, 9.674021644236062}, 0.11663721207389717], CircleBox[{27.66674954393293, 8.361487207068771}, 0.049227840403931265], CircleBox[{27.69989332480686, 8.475723848139888}, 0.06971971263449038], CircleBox[{27.77273756121283, 8.565863991822667}, 0.046174757814766244], CircleBox[{27.661388190756266, 9.079277238733182}, 0.03850513405061419], CircleBox[{27.729081703308708, 8.964085236195613}, 0.09510477984165587], CircleBox[{29.55634918610408, 10.609936088814322}, 0.046918160678026455], CircleBox[{29.295145311140306, 10.553300858899036}, 0.1576504843704681], CircleBox[{29.491771735050207, 10.553300858899084}, 0.038975939539422896], CircleBox[{28.970562748477143, 11.485281374238562}, 0.17157287525380965], CircleBox[{29.174862046442975, 11.538341389153489}, 0.03950428677963565], CircleBox[{29.14213562373097, 11.613961030678958}, 0.04289321881345241], CircleBox[{30.056349186104054, 10.93173636167455}, 0.04834119252118833], CircleBox[{30.137365810246152, 10.968212944284552}, 0.04050831207104858], CircleBox[{31.361087040228426, 11.54574313838127}, 0.1111111111111111], CircleBox[{30.81214897606725, 11.280469282123146}, 0.03531858075164744], CircleBox[{30.89854968186491, 11.376120750905429}, 0.0935778328623168], CircleBox[{31.103267346782083, 11.507294512252665}, 0.149559737239718], CircleBox[{29.925747248622184, 11.588626785196317}, 0.06822746429607382], CircleBox[{30.142135623730965, 11.485281374238571}, 0.1715728752538098], CircleBox[{26.814799957542707, 10.829518583304084}, 0.037077461428068614], CircleBox[{27.01634546448543, 10.749616550435396}, 0.12960538557956125], CircleBox[{27.192626244589693, 11.55685424949234}, 0.03333333333333308], CircleBox[{27.368676543392002, 11.507294512252596}, 0.14955973723971766], CircleBox[{27.14213562373097, 11.613961030678986}, 0.04289321881345252], CircleBox[{26.469546639408833, 11.123383380371594}, 0.035564724608053086], CircleBox[{26.63222596888932, 11.617967542853695}, 0.038886706638687055], CircleBox[{25.86599324881557, 11.54574313838127}, 0.11111111111111094], CircleBox[{26.142135623730958, 11.485281374238578}, 0.1715728752538097], CircleBox[{29.556349186104054, 1.0469181606780271}, 0.046918160678027065], CircleBox[{29.491771735050204, 1.103553390593274}, 0.038975939539422896], CircleBox[{29.295145311140313, 1.1035533905932746}, 0.1576504843704678], CircleBox[{28.97056274847715, 0.17157287525381013}, 0.17157287525381013], CircleBox[{29.17486204644296, 0.11851286033890757}, 0.039504286779635855], CircleBox[{29.14213562373096, 0.04289321881345249}, 0.04289321881345249], CircleBox[{30.137365810246155, 0.6886413052078265}, 0.04050831207104863], CircleBox[{30.056349186104054, 0.7251178878178256}, 0.04834119252118838], CircleBox[{30.81214897606725, 0.3763849673692341}, 0.03531858075164747], CircleBox[{31.361087040228426, 0.11111111111111116}, 0.11111111111111116], CircleBox[{31.103267346782083, 0.1495597372397183}, 0.1495597372397183], CircleBox[{30.898549681864907, 0.2807334985869501}, 0.0935778328623167], CircleBox[{30.142135623730955, 0.1715728752538099}, 0.1715728752538099], CircleBox[{29.925747248622187, 0.06822746429607385}, 0.06822746429607385], CircleBox[{28.32278667148776, 2.1094757082487265}, 0.12408680636757266], CircleBox[{28.28020681118866, 2.310660171779821}, 0.034517796864424605], CircleBox[{27.612117950975314, 1.9828326052562737}, 0.11663721207389864], CircleBox[{27.666749543932923, 3.2953670424235977}, 0.04922784040393154], CircleBox[{27.772737561212832, 3.0909902576697315}, 0.04617475781476622], CircleBox[{27.699893324806883, 3.181130401352488}, 0.06971971263449021], CircleBox[{27.72908170330871, 2.69276901329677}, 0.09510477984165591], CircleBox[{27.661388190756274, 2.5775770107592124}, 0.03850513405061418], CircleBox[{27.368676543391945, 0.14955973723971863}, 0.14955973723971863], CircleBox[{27.192626244589672, 0.09999999999999992}, 0.033333333333333305], CircleBox[{27.14213562373096, 0.04289321881345249}, 0.04289321881345249], CircleBox[{26.814799957542657, 0.8273356661882985}, 0.03707746142806963], CircleBox[{27.016345464485422, 0.9072376990569222}, 0.1296053855795603], CircleBox[{26.46954663940884, 0.5334708691207963}, 0.0355647246080531], CircleBox[{26.63222596888932, 0.038886706638687145}, 0.038886706638687145], CircleBox[{26.142135623730958, 0.1715728752538099}, 0.1715728752538099], CircleBox[{25.86599324881557, 0.1111111111111111}, 0.1111111111111111], CircleBox[{27.231082698340007, 7.1387292897216765}, 0.05872184648441977], CircleBox[{27.142135623730944, 6.931980515339475}, 0.10355339059327404], CircleBox[{27.231082698340025, 7.042046904679331}, 0.037960538557956135], CircleBox[{27.116848959418398, 6.4603969972786945}, 0.05930172804630413], CircleBox[{26.801946138252685, 6.614314002995725}, 0.05754523434844017], CircleBox[{27.116848959418405, 5.196457252213691}, 0.059301728046304444], CircleBox[{27.231082698340003, 4.51812495977071}, 0.058721846484420186], CircleBox[{27.231082698340018, 4.6148073448130695}, 0.03796053855795605], CircleBox[{27.14213562373096, 4.724873734152919}, 0.10355339059327384], CircleBox[{26.801946138252685, 5.04254024649666}, 0.0575452343484404], CircleBox[{27.08296225767766, 5.768953378575309}, 0.05947374617087953], CircleBox[{27.08296225767766, 5.88790087091707}, 0.05947374617087946], CircleBox[{26.343966077525074, 6.220545155244011}, 0.08121030314161228], CircleBox[{26.18250571202598, 5.828427124746191}, 0.34284865439683454], CircleBox[{26.343966077525074, 5.43630909424837}, 0.08121030314161232], CircleBox[{38.16838793574146, 8.742640687119275}, 0.1306019374818708], CircleBox[{38.025530792884325, 9.346194077712562}, 0.3300943102542602], CircleBox[{38.02553079288432, 8.919417382415922}, 0.09668238504237665], CircleBox[{35.503622830799756, 11.132240329290415}, 0.04922784040393106], CircleBox[{35.71810964418358, 11.156854249492376}, 0.16666666666666674], CircleBox[{36.38477631085024, 11.156854249492387}, 0.4999999999999982], CircleBox[{35.38477631085025, 11.406854249492381}, 0.24999999999999994], CircleBox[{39.06019374818708, 11.259195445936495}, 0.39765880355588906], CircleBox[{39.57630835334746, 11.297277647367517}, 0.11985886737495353], CircleBox[{39.50609665440989, 11.53185424949238}, 0.12499999999999994], CircleBox[{35.503622830799756, 0.5246139202019658}, 0.0492278404039311], CircleBox[{36.38477631085025, 0.5000000000000008}, 0.5000000000000008], CircleBox[{35.71810964418358, 0.4999999999999997}, 0.16666666666666657], CircleBox[{35.38477631085024, 0.2500000000000001}, 0.2500000000000001], CircleBox[{38.168387935741464, 2.9142135623730936}, 0.1306019374818704], CircleBox[{38.025530792884325, 2.737436867076458}, 0.09668238504237672], CircleBox[{38.025530792884325, 2.3106601717798214}, 0.3300943102542602], CircleBox[{39.06019374818708, 0.39765880355588934}, 0.39765880355588934], CircleBox[{39.57630835334746, 0.35957660212486053}, 0.1198588673749535], CircleBox[{39.50609665440989, 0.12500000000000008}, 0.12500000000000008], CircleBox[{38.91450527537519, 6.677561771445906}, 0.17586154347195512], CircleBox[{38.91450527537519, 4.979292478046472}, 0.1758615434719551], CircleBox[{39.15254326381661, 6.192703820042826}, 0.3642766952966369], CircleBox[{39.15254326381661, 5.464150429449552}, 0.3642766952966369], CircleBox[{44.62741699796953, 10.65685424949238}], CircleBox[{49.45584412271572, 5.82842712474619}, 5.82842712474619], CircleBox[{44.62741699796953, 1.}]}, {RGBColor[1, 0, 0], CircleBox[{5.054968044407175, 9.016099767458298}, 1.3203772410170405], CircleBox[{2.414213562373095, 11.656854249492381}, 2.414213562373095], CircleBox[{6.535533905932737, 11.656854249492381}, 1.7071067811865472], CircleBox[{2.4142135623730954, 0.}, 2.4142135623730954], CircleBox[{5.054968044407176, 2.640754482034082}, 1.320377241017041], CircleBox[{6.535533905932739, 0.}, 1.7071067811865481], CircleBox[{6.181980515339465, 5.82842712474619}, 2.0606601717798214], TagBox[ConicHullRegionBox[{0, 0}, {{0, -1}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{8.242640687119287, 0.}, {{0, 1}}], "InfiniteLine"]}, {RGBColor[0, 0, 1], CircleBox[{4.82842712474619, 10.65685424949238}], CircleBox[{0., 5.82842712474619}, 5.82842712474619], CircleBox[{4.828427124746189, 1}], CircleBox[{8.242640687119284, 2.9142135623730963}, 2.9142135623730963], CircleBox[{8.242640687119284, 8.742640687119282}, 2.914213562373094], TagBox[ConicHullRegionBox[{0., 11.65685424949238}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"]}}, PlotRange->{{-8.242640687119287, 16.485281374238575`}, {-6.994112549695427, 18.650966799187806`}}, PlotRangeClipping->True]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"68", "+", RowBox[{"48", " ", SqrtBox["2"]}]}], "1", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"3", "-", RowBox[{"2", " ", SqrtBox["2"]}]}], "0", "1"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "1", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "1"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"6", "-", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", SqrtBox["2"]}], "1"}, { RowBox[{"8", " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"6", "-", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", SqrtBox["2"]}], "3"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", "1"}, {"0", "0", "0", RowBox[{"-", "1"}]}, { RowBox[{"40", "+", RowBox[{"28", " ", SqrtBox["2"]}]}], RowBox[{"5", "-", RowBox[{"3", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]}, { RowBox[{"4", " ", RowBox[{"(", RowBox[{"7", "+", RowBox[{"5", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{ RowBox[{"-", "1"}], "+", SqrtBox["2"]}], "1", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}]}, { RowBox[{"52", "+", RowBox[{"36", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}]}, {"0", RowBox[{ RowBox[{"-", "1"}], "+", SqrtBox["2"]}], "1", "0"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"5", "-", RowBox[{"3", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "2"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"2", "-", SqrtBox["2"]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "0"}, { RowBox[{"4", " ", RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{ RowBox[{"-", "8"}], "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "3", RowBox[{"2", " ", SqrtBox["2"]}]}, {"0", "0", RowBox[{"-", "1"}], "0"}, { RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "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", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"-", FractionBox["1", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"41", "+", RowBox[{"29", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"33", "+", FractionBox["45", SqrtBox["2"]]}], RowBox[{"15", "+", RowBox[{"11", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "6"}], "-", FractionBox["9", SqrtBox["2"]]}]}, {"0", RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"7", "+", RowBox[{"5", " ", SqrtBox["2"]}]}], RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}]}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"4", "+", SqrtBox["2"]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"-", SqrtBox["2"]}]}, {"0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"10", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", SqrtBox["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", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"-", FractionBox["1", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"41", "+", RowBox[{"29", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"9", "+", FractionBox["13", SqrtBox["2"]]}], RowBox[{"39", "+", RowBox[{"27", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "6"}], "-", FractionBox["9", SqrtBox["2"]]}]}, {"0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"11", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"-", SqrtBox["2"]}]}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["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", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"-", FractionBox["1", SqrtBox["2"]]}]}, {"0", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"4", "+", SqrtBox["2"]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"-", SqrtBox["2"]}]}, {"0", RowBox[{"25", "+", RowBox[{"17", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"45", "+", FractionBox["65", SqrtBox["2"]]}], RowBox[{"55", "+", RowBox[{"39", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "10"}], "-", FractionBox["13", SqrtBox["2"]]}]}, {"0", RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"11", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"11", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}]}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", "0", "0", "0", "0", "1", "0"}, {"0", RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"10", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", SqrtBox["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", RowBox[{"41", "+", RowBox[{"29", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"9", "+", FractionBox["13", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "15"}], "-", RowBox[{"11", " ", SqrtBox["2"]}]}], RowBox[{"48", "+", FractionBox["67", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], RowBox[{"2", "+", FractionBox["3", SqrtBox["2"]]}]}, {"0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "4"}], " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"7", "+", RowBox[{"5", " ", SqrtBox["2"]}]}], ")"}]}]}, {"0", RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"2", "+", SqrtBox["2"]}], RowBox[{ RowBox[{"-", "3"}], "-", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]}, {"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", RowBox[{"41", "+", RowBox[{"29", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"33", "+", FractionBox["45", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "3"}], " ", RowBox[{"(", RowBox[{"13", "+", RowBox[{"9", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"48", "+", FractionBox["67", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], RowBox[{"2", "+", FractionBox["3", SqrtBox["2"]]}]}, {"0", "0", "0", "0", "1", RowBox[{"-", "1"}], "1"}, {"0", RowBox[{"8", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"7", "+", RowBox[{"5", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "8"}], "-", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"10", "+", RowBox[{"7", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"10", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "11"}], "-", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"7", "+", RowBox[{"5", " ", SqrtBox["2"]}]}], ")"}]}]}, {"0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"4", "+", SqrtBox["2"]}], RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["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", RowBox[{"25", "+", RowBox[{"17", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"45", "+", FractionBox["65", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "55"}], "-", RowBox[{"39", " ", SqrtBox["2"]}]}], RowBox[{"100", "+", FractionBox["143", SqrtBox["2"]]}]}, {"0", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"4", "+", SqrtBox["2"]}], RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"8", "+", RowBox[{"3", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"1", "+", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], RowBox[{"2", "+", FractionBox["3", SqrtBox["2"]]}]}, {"0", "0", "0", "0", "1", RowBox[{"-", "1"}], "1"}, {"0", RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"11", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "4"}], " ", RowBox[{"(", RowBox[{"3", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"22", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]}, {"0", RowBox[{"4", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"10", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{ RowBox[{"-", "11"}], "-", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"22", "+", RowBox[{"14", " ", SqrtBox["2"]}]}]}, {"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", RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"7", "+", FractionBox["7", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "3"}], "-", SqrtBox["2"]}], RowBox[{"2", "+", FractionBox["1", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{"7", "+", FractionBox["7", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "5"}], "-", RowBox[{"3", " ", SqrtBox["2"]}]}], RowBox[{"4", "+", FractionBox["5", SqrtBox["2"]]}]}, {"0", "0", "0", "0", "1", RowBox[{"-", "1"}], "1"}, {"0", "0", "0", "0", "1", "0", "0"}, {"0", "4", "0", "0", "6", RowBox[{"-", "3"}], "2"}, {"0", "4", "0", "0", "6", RowBox[{"-", "4"}], "3"} }, 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", RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{ RowBox[{"-", "1"}], "-", FractionBox["1", SqrtBox["2"]]}], RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], RowBox[{"2", "+", FractionBox["1", SqrtBox["2"]]}]}, {"0", "1", "0", "0", "0", "0", "0"}, {"0", RowBox[{"5", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], "0", "0", RowBox[{ RowBox[{"-", "1"}], "-", FractionBox["1", SqrtBox["2"]]}], RowBox[{"3", "+", SqrtBox["2"]}], RowBox[{"4", "+", FractionBox["5", SqrtBox["2"]]}]}, {"0", "4", "0", "0", RowBox[{"-", "1"}], "3", "3"}, {"0", "4", "0", "0", RowBox[{"-", "1"}], "4", "2"}, {"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[{ {"0", RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], "0", "0", RowBox[{"2", "+", FractionBox["3", SqrtBox["2"]]}], RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"1", "+", FractionBox["1", SqrtBox["2"]]}]}, {"0", RowBox[{"-", "1"}], "0", "0", "1", "0", "1"}, {"0", RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], "0", "0", RowBox[{"2", "+", FractionBox["3", SqrtBox["2"]]}], RowBox[{ RowBox[{"-", "1"}], "-", SqrtBox["2"]}], RowBox[{"3", "+", FractionBox["5", SqrtBox["2"]]}]}, {"0", "0", "0", "0", "1", RowBox[{"-", "1"}], "1"}, {"0", "0", "0", "0", "1", "0", "0"}, {"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\"\>"}], "}"}]}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"-", "1"}], "1", RowBox[{"23", "+", RowBox[{"16", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "0", "0", "0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"4", " ", RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "+", SqrtBox["2"]}]}, {"1", RowBox[{"-", "1"}], "1", "1", "1", "1", "1", "0", "0", "2", "0", "0", "2", "0", "0", SqrtBox["2"]}, { RowBox[{"23", "+", RowBox[{"16", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"4", " ", RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], ")"}]}], "0", "0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", "+", SqrtBox["2"]}]}, { RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", "1", RowBox[{"-", "1"}], "1", "3", "1", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "2", "0", "0", "0", RowBox[{"2", " ", SqrtBox["2"]}], "0"}, {"1", "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", "3", "0", "2", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"2", " ", SqrtBox["2"]}], "0"}, {"1", "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "3", "1", RowBox[{"-", "1"}], "1", "2", "0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", SqrtBox["2"]}], "0", "0"}, { RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], "1", "1", "1", "3", "1", RowBox[{"-", "1"}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "2", "0", RowBox[{"2", " ", SqrtBox["2"]}], "0", "0"}, {"0", "0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "2", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"-", "1"}], "1", "1", RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", SqrtBox["2"]}]}, {"0", "0", RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "2", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "1", RowBox[{"-", "1"}], "1", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", SqrtBox["2"]}]}, {"0", "2", RowBox[{"4", " ", RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "1", "1", RowBox[{"-", "1"}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"11", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1"}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", "2", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"-", "1"}], "1", "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", SqrtBox["2"]}]}, { RowBox[{"12", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "0", "0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "2", RowBox[{"5", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"7", "+", RowBox[{"4", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], "1", RowBox[{"-", "1"}], "1", "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", SqrtBox["2"]}]}, { RowBox[{"4", " ", RowBox[{"(", RowBox[{"4", "+", RowBox[{"3", " ", SqrtBox["2"]}]}], ")"}]}], "2", "0", "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", RowBox[{"(", RowBox[{"2", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"9", "+", RowBox[{"6", " ", SqrtBox["2"]}]}], RowBox[{"11", "+", RowBox[{"8", " ", SqrtBox["2"]}]}], "1", "1", RowBox[{"-", "1"}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1"}, { RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", "0", RowBox[{"2", " ", SqrtBox["2"]}], RowBox[{"2", " ", SqrtBox["2"]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"-", "1"}], "3", "1"}, { RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], "0", RowBox[{"2", " ", RowBox[{"(", RowBox[{"1", "+", SqrtBox["2"]}], ")"}]}], RowBox[{"2", " ", SqrtBox["2"]}], RowBox[{"2", " ", SqrtBox["2"]}], "0", "0", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "1", RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], RowBox[{"1", "+", RowBox[{"2", " ", SqrtBox["2"]}]}], "3", RowBox[{"-", "1"}], "1"}, { RowBox[{"2", "+", SqrtBox["2"]}], SqrtBox["2"], RowBox[{"2", "+", SqrtBox["2"]}], "0", "0", "0", "0", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"1", "+", SqrtBox["2"]}], "1", RowBox[{"1", "+", SqrtBox["2"]}], RowBox[{"1", "+", SqrtBox["2"]}], "1", "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->{3.7389461207005987`*^9, 3.7389463587511177`*^9, 3.7389475599707804`*^9, 3.7389477647263813`*^9, 3.739126183177538*^9}, CellLabel-> "Out[672]=",ExpressionUUID->"73dc5035-b246-4c71-99ec-96f32409572c"] }, Open ]] }, WindowSize->{1264, 637}, WindowMargins->{{-8, Automatic}, {Automatic, 0}}, Magnification:>0.9 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, 49, "Input",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[1225, 40, 695, 18, 47, "Input",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[1923, 60, 9875, 235, 657, "Input",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[11801, 297, 35696, 782, 1845, "Input",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[47500, 1081, 13766, 317, 771, "Input",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[61269, 1400, 1572, 43, 81, "Input",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[62844, 1445, 16048, 333, 765, "Input",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[78895, 1780, 13582, 313, 758, "Input",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[92480, 2095, 3768, 87, 261, "Input",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[96251, 2184, 397, 13, 71, "Input",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[96651, 2199, 682, 20, 53, "Input",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[97336, 2221, 4976, 131, 386, "Input",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[102315, 2354, 1032, 29, 26, "Input",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[103350, 2385, 1961, 44, 117, "Input",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[105314, 2431, 5280, 132, 153, "Input",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[110597, 2565, 1188, 32, 45, "Input",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[111788, 2599, 936, 26, 63, "Input",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[112727, 2627, 6783, 173, 315, "Input",ExpressionUUID->"a6c35389-6fd9-434c-b383-c4af38bc9ed7"], Cell[119513, 2802, 7713, 154, 279, "Input",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[127229, 2958, 3749, 87, 225, "Input",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[131003, 3049, 3921, 66, 26, "Input",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[134927, 3117, 163853, 3830, 2245, "Output",ExpressionUUID->"73dc5035-b246-4c71-99ec-96f32409572c"] }, Open ]] } ] *)