(* 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[ 393716, 8420] NotebookOptionsPosition[ 391288, 8383] NotebookOutlinePosition[ 391661, 8399] CellTagsIndexPosition[ 391618, 8396] 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[2]:=",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[3]:=",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[4]:=",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[5]:=",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[6]:=",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[7]:=",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[8]:=",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[9]:=",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[10]:=",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[11]:=",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[12]:=",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[13]:=",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}, {3.7391908171446066`*^9, 3.7391908710363855`*^9}, { 3.7391909203224854`*^9, 3.73919099676495*^9}}, CellLabel->"In[15]:=",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[16]:=",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[17]:=",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.738927987104721*^9, 3.7389279988852277`*^9}}, CellLabel->"In[18]:=",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[BoxData[{ RowBox[{ RowBox[{"R", "[", "vhat_", "]"}], ":=", RowBox[{ RowBox[{"IdentityMatrix", "[", "4", "]"}], "+", RowBox[{"2", RowBox[{"Q", ".", RowBox[{"Transpose", "[", RowBox[{"{", "vhat", "}"}], "]"}], ".", RowBox[{"{", "vhat", "}"}]}]}]}]}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"BMat", "[", "n_", "]"}], ":=", RowBox[{"Table", "[", RowBox[{ RowBox[{"b", "[", RowBox[{"i", ",", "j"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "1", ",", "n"}], "}"}], ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "n"}], "}"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.7378245147847567`*^9, 3.737824531315222*^9}, { 3.737995674554207*^9, 3.7379956992022705`*^9}, 3.7380623568729105`*^9, { 3.739117262929985*^9, 3.739117263933408*^9}}, CellLabel->"In[19]:=",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", "]"}]}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "B", "]"}], ">", "0"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"B", ",", "\"\\""}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"Bend3", "[", RowBox[{"V", ",", "n", ",", "Reals"}], "]"}], "[", "i", "]"}], ",", "\"\\""}], "}"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]"}], "\[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"}], "}"}], ",", "\[IndentingNewLine]", 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"}], "==", RowBox[{"cl", ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "]"}]}]}], ",", "RING"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"sol", "==", RowBox[{"{", "}"}]}], ",", "Null", ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"sol", "=", RowBox[{ "sol", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], ";", "\[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", "==", "0"}], ",", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{ RowBox[{"BMat", "[", "n", "]"}], "/.", "assignments"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"others1", "=", RowBox[{ RowBox[{"Solve", "[", RowBox[{"rest", "==", RowBox[{"Table", "[", RowBox[{"0", ",", RowBox[{"{", RowBox[{"j", ",", "1", ",", "l"}], "}"}]}], "]"}]}], "]"}], "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"others2", "=", RowBox[{"<|", "|>"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"j", "=", "1"}], ",", RowBox[{"j", "\[LessEqual]", "l"}], ",", RowBox[{"j", "++"}], ",", RowBox[{ RowBox[{"others2", "[", RowBox[{ "rest", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}], "=", 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"}], "]"}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}]}]}], "\[IndentingNewLine]", "]"}]}]}], "Input", CellChangeTimes->{{3.7391172692602153`*^9, 3.7391172778196507`*^9}}, CellLabel->"In[21]:=",ExpressionUUID->"4591080c-8b8a-4242-996c-f468c88fcc81"], Cell[BoxData[ RowBox[{ RowBox[{"Everything", "[", RowBox[{"n_", ",", "FacesCW_", ",", RowBox[{"\[Epsilon]_:", "0"}], ",", "steps_", ",", RowBox[{"sizemax_:", "\[Infinity]"}]}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"vertices", ",", "faces", ",", RowBox[{"f", "=", RowBox[{"Length", "[", "FacesCW", "]"}]}], ",", "radii", ",", "d", ",", "h", ",", "LineFaces", ",", "Vnye", ",", "Vout", ",", RowBox[{"bends", "=", RowBox[{"{", "}"}]}], ",", RowBox[{"bendlist", "=", RowBox[{"{", "}"}]}], ",", "orb", ",", "i"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ "vertices", ",", "faces", ",", "radii", ",", "d", ",", "h", ",", "LineFaces"}], "}"}], "=", RowBox[{"Packing", "[", RowBox[{"n", ",", "FacesCW", ",", "\[Epsilon]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Vnye", "=", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"Vout", "=", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "Vnye", "]"}], "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"bends", "=", RowBox[{ RowBox[{"Bend4", "[", RowBox[{ RowBox[{"Vout", "[", RowBox[{"[", "1", "]"}], "]"}], ",", "n"}], "]"}], "/@", RowBox[{"Range", "@", "f"}]}]}], ";", "\[IndentingNewLine]", RowBox[{"orb", "=", RowBox[{"Orbit", "[", RowBox[{ RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}], ",", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}], ",", "steps", ",", "sizemax"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"For", "[", RowBox[{ RowBox[{"i", "=", "1"}], ",", RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "[", "orb", "]"}]}], ",", RowBox[{"i", "++"}], ",", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"bendlist", ",", RowBox[{"Mod", "[", RowBox[{ RowBox[{"3", RowBox[{"RootApproximant", "[", RowBox[{ RowBox[{"orb", "[", RowBox[{"[", "i", "]"}], "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], "]"}]}], ",", "1"}], "]"}]}], "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Column", "[", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Render", "[", RowBox[{"radii", ",", "faces", ",", "vertices", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "n", ",", "d", ",", "h"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"Graphics", "[", RowBox[{ RowBox[{"{", RowBox[{"Thick", ",", " ", RowBox[{"DrawCircle", "/@", "orb"}], ",", "Red", ",", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{ RowBox[{"-", "f"}], ";;"}], "]"}], "]"}]}], ",", " ", "Blue", ",", " ", RowBox[{"DrawCircle", "/@", RowBox[{"Vnye", "[", RowBox[{"[", RowBox[{";;", "n"}], "]"}], "]"}]}]}], "}"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"-", "d"}], ",", RowBox[{"2", " ", "d"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"-", "1.2"}], " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}], ",", RowBox[{"h", "+", RowBox[{"1.2", " ", RowBox[{"Max", "[", RowBox[{"Values", "[", "radii", "]"}], "]"}]}]}]}], "}"}]}], "}"}]}], ",", RowBox[{"PlotRangeClipping", "->", "True"}]}], "]"}], ",", "\[IndentingNewLine]", "bendlist", ",", "\[IndentingNewLine]", "Vout", ",", "\[IndentingNewLine]", "bends", ",", "\[IndentingNewLine]", RowBox[{"MatrixForm", "[", RowBox[{"Simplify", "[", RowBox[{"RootApproximant", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"SendToInt", "[", "\[Epsilon]", "]"}], "//@", RowBox[{"Gram", "[", RowBox[{"SuperCluster", "[", RowBox[{"vertices", ",", "faces", ",", "radii", ",", RowBox[{"FacesCW", "[", RowBox[{"[", "LineFaces", "]"}], "]"}], ",", "d", ",", "h", ",", "n"}], "]"}], "]"}]}], "]"}], "\[IndentingNewLine]", "]"}], "]"}]}], "\[IndentingNewLine]", "}"}], "]"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.737470377365205*^9, 3.737470438059895*^9}, { 3.737470482386249*^9, 3.7374706291316*^9}, {3.737471365625141*^9, 3.737471391640571*^9}, {3.737471696917704*^9, 3.7374717170638113`*^9}, { 3.737471876518211*^9, 3.737471941864938*^9}, {3.737716963448217*^9, 3.737716980888073*^9}, {3.737720445151472*^9, 3.737720446702874*^9}, { 3.737824443162737*^9, 3.737824455449666*^9}, {3.7378912948360367`*^9, 3.73789135603367*^9}, {3.737891444682703*^9, 3.7378914866810017`*^9}, { 3.7378915925235357`*^9, 3.737891593055147*^9}, {3.737905867803301*^9, 3.737905868137411*^9}, {3.73799267567642*^9, 3.737992677471591*^9}, { 3.7379929469710035`*^9, 3.7379929651434455`*^9}, {3.7379930588897543`*^9, 3.737993076943515*^9}, {3.7380635255102654`*^9, 3.7380635290957108`*^9}, { 3.7380636676088915`*^9, 3.7380636745872297`*^9}, {3.7380638177433786`*^9, 3.738063855095478*^9}, {3.738063909642552*^9, 3.7380639110946693`*^9}, { 3.7380639502698975`*^9, 3.738063956902152*^9}, {3.7380640873173466`*^9, 3.7380641169740276`*^9}, {3.7380642823624744`*^9, 3.738064323475514*^9}, { 3.7380643636749973`*^9, 3.7380643981976967`*^9}, {3.738064443997203*^9, 3.738064444270455*^9}, {3.7380646319055905`*^9, 3.7380646323294573`*^9}, { 3.738064693256534*^9, 3.738064738370883*^9}, {3.738064780948996*^9, 3.738064783577959*^9}, {3.738064816492895*^9, 3.738064820860215*^9}, { 3.738064905554728*^9, 3.738064908135788*^9}, {3.73806511977873*^9, 3.7380651218093004`*^9}, {3.738065157856887*^9, 3.7380651636254597`*^9}, { 3.738065275188075*^9, 3.738065299386354*^9}, {3.738065349198165*^9, 3.738065417491501*^9}, {3.738065502923974*^9, 3.7380655312192965`*^9}, { 3.738065586862509*^9, 3.7380656114477196`*^9}, {3.7383667450964403`*^9, 3.7383667808971167`*^9}, {3.7383668404673557`*^9, 3.7383668491723013`*^9}, {3.738366884492676*^9, 3.738366899165487*^9}, { 3.7383669350551987`*^9, 3.738366935597023*^9}, {3.738406454334059*^9, 3.7384064778900304`*^9}, {3.7384065311871557`*^9, 3.7384065390999947`*^9}, {3.7384088785270195`*^9, 3.738408882012842*^9}, { 3.7384089293051987`*^9, 3.738408929489704*^9}, {3.7384091549149723`*^9, 3.7384091574651527`*^9}, {3.7384095341398277`*^9, 3.738409537195654*^9}, { 3.738410849524389*^9, 3.7384108842784495`*^9}, {3.73841104193098*^9, 3.738411045112468*^9}, {3.738411222945875*^9, 3.738411223086499*^9}, { 3.738411291901064*^9, 3.7384112938647933`*^9}, {3.7384113284900064`*^9, 3.738411336118482*^9}, {3.7384113742605715`*^9, 3.738411385112833*^9}, { 3.738411497441986*^9, 3.7384115195708466`*^9}, {3.7384115693655043`*^9, 3.73841163508772*^9}, {3.738411670899951*^9, 3.7384116724797554`*^9}, { 3.738411750114659*^9, 3.73841176516743*^9}, {3.738411889531969*^9, 3.738411889696562*^9}, {3.7385985625147996`*^9, 3.738598562667409*^9}, { 3.738598719985386*^9, 3.738598730957058*^9}, {3.7389280022282844`*^9, 3.7389280132288713`*^9}, 3.739114482553784*^9, {3.7391910634295063`*^9, 3.739191242815439*^9}, {3.7391913327008533`*^9, 3.739191341640945*^9}, { 3.7391914129810076`*^9, 3.739191429162703*^9}, {3.739191497319304*^9, 3.73919151612*^9}, {3.7391915686414337`*^9, 3.7391915774378924`*^9}, { 3.7391916134774446`*^9, 3.7391916358804913`*^9}, {3.7391916932599325`*^9, 3.7391917004387264`*^9}, {3.739191755323839*^9, 3.7391917593291206`*^9}, { 3.7391918246473174`*^9, 3.7391918266370287`*^9}, {3.7395281350705185`*^9, 3.739528152815072*^9}}, CellLabel->"In[23]:=",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", "]"}], ",", ".01"}], "]"}], ",", RowBox[{"Round", "[", RowBox[{ RowBox[{"N", "[", RowBox[{ RowBox[{ "orbit", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ".", RowBox[{"R", "[", RowBox[{ "co", "\[LeftDoubleBracket]", "j", "\[RightDoubleBracket]"}], "]"}]}], "]"}], ",", ".01"}], "]"}]}], 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}, {3.7389280198501673`*^9, 3.738928021114786*^9}}, CellLabel->"In[24]:=",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Everything", "[", RowBox[{"6", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "1", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "2", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "3", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "4", ",", "5"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "5", ",", "6"}], "}"}], ",", RowBox[{"{", RowBox[{"1", ",", "2", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "4", ",", "5", ",", "6"}], "}"}]}], "}"}], ",", RowBox[{"1", "/", "100"}], ",", "10", ",", "100"}], "]"}]], "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.7386908980493965`*^9, 3.7386909406604033`*^9}, {3.7389280239492407`*^9, 3.73892802558085*^9}, {3.7391913233568583`*^9, 3.7391913234755397`*^9}, { 3.7391917445885687`*^9, 3.7391917450433784`*^9}, {3.7395282024733334`*^9, 3.73952820733733*^9}, {3.739528252007853*^9, 3.739528256384152*^9}, { 3.7395395354033794`*^9, 3.739539537988467*^9}}, CellLabel-> "In[103]:=",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[BoxData[ TagBox[GridBox[{ { GraphicsBox[ {RGBColor[0, 0, 1], Thickness[ Large], {CircleBox[{0, 1.}], CircleBox[{1.1547005383792515, 0.33333333333333304}, 0.3333333333333333], CircleBox[{1.7320508075688774, 0.24999999999999994}, 0.24999999999999994], CircleBox[{1.7320508075688774, 1.25}, 0.7500000000000001], LineBox[{{-1., 2.}, {2.7320508075688767`, 2.}}], LineBox[{{-1., 0}, {2.7320508075688767`, 0}}]}, {RGBColor[1, 0, 0], Dashing[{Small, Small}], CircleBox[{0.5773502691896256, 0}, 0.5773502691896256], CircleBox[{1.443375672974064, 0}, 0.2886751345948128], CircleBox[{1.5155444566227676, 0.49999999999999967}, 0.21650635094610965], CircleBox[{0.8660254037844387, 2.}, 0.8660254037844387], LineBox[{{0, -1.}, {0, 3.}}], CircleBox[{1.0392304845413263, 0.8}, 0.3464101615137754], LineBox[{{1.7320508075688767`, -1.}, {1.7320508075688767`, 3.}}]}}]}, { GraphicsBox[ {Thickness[ Large], {CircleBox[{0, 1}], CircleBox[ NCache[{1.1547005383792515`, Rational[1, 3]}, {1.1547005383792515`, 0.3333333333333333}], NCache[Rational[1, 3], 0.3333333333333333]], CircleBox[ NCache[{1.7320508075688779`, Rational[1, 4]}, {1.7320508075688779`, 0.25}], NCache[Rational[1, 4], 0.25]], CircleBox[{1.7320508075688776, 1.25}, 0.7500000000000002], TagBox[ConicHullRegionBox[{0, 2}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"], CircleBox[{0.8660254037844388, 0.0625}, 0.0625], CircleBox[{0.7423074889580901, 0.17857142857142846}, 0.1071428571428571], CircleBox[{0.5773502691896256, 0.0833333333333333}, 0.0833333333333333], CircleBox[{1.3856406460551016, 0.04}, 0.04], CircleBox[{1.465581452558281, 0.09615384615384608}, 0.05769230769230766], CircleBox[{1.4433756729740643, 0.020833333333333325}, 0.020833333333333325], CircleBox[{1.469618867028138, 0.5151515151515148}, 0.03030303030303029], CircleBox[{1.5155444566227672, 0.5156249999999997}, 0.015624999999999993], CircleBox[{1.5155444566227678, 0.4531249999999998}, 0.04687500000000002], CircleBox[{0.9447549859466607, 1.5454545454545454}, 0.09090909090909091], CircleBox[{1.0392304845413265, 1.6500000000000001}, 0.05], CircleBox[{0.8660254037844386, 1.8125}, 0.1875], CircleBox[{1.1547005383792515, 0.7083333333333323}, 0.041666666666666706], CircleBox[{1.039230484541326, 0.8499999999999996}, 0.04999999999999998], CircleBox[{1.0392304845413263, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-1.1547005383792515, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-1.7320508075688779, 0.25}, 0.25], CircleBox[{-1.7320508075688776, 1.25}, 0.7500000000000002], CircleBox[{3.4641016151377535, 1.}], CircleBox[{2.309401076758502, 0.3333333333333333}, 0.3333333333333333], CircleBox[{0.9897433186107868, 0.020408163265306128}, 0.020408163265306128], CircleBox[{0.9498343138280956, 0.040322580645161435}, 0.024193548387096867], CircleBox[{0.8660254037844384, 0.1394230769230768}, 0.014423076923076924], CircleBox[{0.6260424605670638, 0.2048192771084336}, 0.01204819277108433], CircleBox[{0.6062177826491068, 0.18124999999999986}, 0.018749999999999985], CircleBox[{0.8082903768654762, 0.28333333333333327}, 0.016666666666666705], CircleBox[{0.74230748895809, 0.3035714285714283}, 0.017857142857142842], CircleBox[{0.7872958216222171, 0.3295454545454545}, 0.034090909090909075], CircleBox[{0.3849001794597504, 0.03703703703703703}, 0.03703703703703703], CircleBox[{0.43301270189221924, 0.015624999999999993}, 0.015624999999999993], CircleBox[{0.45580284409707283, 0.06578947368421048}, 0.0394736842105263], CircleBox[{0.6928203230275509, 0.040000000000000015}, 0.040000000000000015], CircleBox[{0.7698003589195009, 0.03703703703703705}, 0.03703703703703705], CircleBox[{1.2990381056766591, 0.015625000000000056}, 0.015625000000000056], CircleBox[{1.3292482941807662, 0.02906976744186044}, 0.01744186046511627], CircleBox[{1.4722431864335588, 0.18125000000000085}, 0.018750000000000107], CircleBox[{1.4846149779161808, 0.020408163265306135}, 0.020408163265306135], CircleBox[{1.5396007178390059, 0.03703703703703708}, 0.03703703703703708], CircleBox[{1.5011106998930155, 0.3833333333333275}, 0.016666666666667076], CircleBox[{1.4171324789199806, 0.5568181818181767}, 0.011363636363636305], CircleBox[{1.4334213579880373, 0.5387931034482747}, 0.0129310344827586], CircleBox[{1.5455222590614586, 0.5076923076923069}, 0.015384615384615387], CircleBox[{1.5835893097772538, 0.4857142857142851}, 0.028571428571428536], CircleBox[{0.8660254037844384, 1.6125}, 0.012499999999999997], CircleBox[{0.8380891004365534, 1.5887096774193545}, 0.024193548387096753], CircleBox[{0.8082903768654759, 1.616666666666667}, 0.016666666666666656], CircleBox[{0.97898523906067, 1.6413043478260871}, 0.010869565217391311], CircleBox[{1.0392304845413263, 1.5875000000000004}, 0.012500000000000002], CircleBox[{0.9897433186107867, 1.4464285714285716}, 0.01785714285714283], CircleBox[{0.9622504486493758, 1.361111111111111}, 0.02777777777777771], CircleBox[{0.9447549859466607, 1.4204545454545452}, 0.03409090909090908], CircleBox[{0.6415002990995843, 1.814814814814815}, 0.03703703703703704], CircleBox[{0.6661733875264914, 1.8653846153846154}, 0.01923076923076923], CircleBox[{0.5773502691896257, 1.9166666666666665}, 0.08333333333333333], CircleBox[{1.1547005383792517, 1.8888888888888888}, 0.1111111111111112], CircleBox[{1.0939268258329757, 1.7368421052631577}, 0.05263157894736845], CircleBox[{1.0027662570135607, 0.6447368421052632}, 0.01315789473684211], CircleBox[{0.9622504486493764, 0.6388888888888891}, 0.027777777777777728], CircleBox[{0.9622504486493766, 0.6805555555555551}, 0.013888888888888873], CircleBox[{1.1151559993936604, 0.6746575342465738}, 0.010273972602739776], CircleBox[{1.233789616350432, 0.6712328767123273}, 0.013698630136986264], CircleBox[{1.2049049096131326, 0.6793478260869554}, 0.01630434782608694], CircleBox[{1.0188534162169856, 0.9607843137254902}, 0.01960784313725489], CircleBox[{1.0188534162169864, 0.9191176470588223}, 0.02205882352941173], CircleBox[{0.9937996436870606, 0.8073770491803278}, 0.012295081967213113], CircleBox[{1.098373682848556, 0.8048780487804874}, 0.02439024390243903], CircleBox[{1.1278470374867107, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-0.8660254037844388, 0.0625}, 0.0625], CircleBox[{-0.7423074889580901, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-0.5773502691896256, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-1.3856406460551016, 0.04}, 0.04], CircleBox[{-1.465581452558281, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-1.4433756729740643, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-1.469618867028138, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-1.5155444566227672, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-1.5155444566227678, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-0.9447549859466607, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-1.0392304845413265, 1.6500000000000001}, 0.05], CircleBox[{-0.8660254037844386, 1.8125}, 0.1875], CircleBox[{-1.1547005383792515, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-1.039230484541326, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-1.0392304845413263, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-3.4641016151377535, 1.}], CircleBox[{-2.309401076758502, 0.3333333333333333}, 0.3333333333333333], CircleBox[{2.5980762113533147, 0.0625}, 0.0625], CircleBox[{2.721794126179663, 0.17857142857142846}, 0.1071428571428571], CircleBox[{2.8867513459481287, 0.0833333333333333}, 0.0833333333333333], CircleBox[{2.0784609690826517, 0.04}, 0.04], CircleBox[{1.9985201625794724, 0.09615384615384608}, 0.05769230769230766], CircleBox[{2.02072594216369, 0.020833333333333325}, 0.020833333333333325], CircleBox[{1.9944827481096157, 0.5151515151515148}, 0.03030303030303029], CircleBox[{1.9485571585149861, 0.5156249999999997}, 0.015624999999999993], CircleBox[{1.9485571585149861, 0.4531249999999998}, 0.04687500000000002], CircleBox[{2.519346629191093, 1.5454545454545454}, 0.09090909090909091], CircleBox[{2.4248711305964274, 1.6500000000000001}, 0.05], CircleBox[{2.5980762113533142, 1.8125}, 0.1875], CircleBox[{2.3094010767585025, 0.7083333333333323}, 0.041666666666666706], CircleBox[{2.4248711305964274, 0.8499999999999996}, 0.04999999999999998], CircleBox[{2.4248711305964266, 0.7250000000000001}, 0.07499999999999998], CircleBox[{4.618802153517004, 0.3333333333333333}, 0.3333333333333333], CircleBox[{5.196152422706631, 0.25}, 0.25], CircleBox[{5.196152422706632, 1.25}, 0.7500000000000002], CircleBox[{1.0392304845413296, 0.010000000000000103}, 0.010000000000000103], CircleBox[{1.0202491058282448, 0.01712328767123295}, 0.01027397260273977], CircleBox[{0.9237604307034035, 0.013333333333333393}, 0.013333333333333393], CircleBox[{0.8082903768654761, 0.3833333333333335}, 0.016666666666666642], CircleBox[{0.34641016151377546, 0.009999999999999997}, 0.009999999999999997], CircleBox[{0.3276852879184362, 0.03378378378378376}, 0.02027027027027026], CircleBox[{0.2886751345948128, 0.020833333333333325}, 0.020833333333333325], CircleBox[{0.4871392896287467, 0.11328124999999994}, 0.011718749999999995], CircleBox[{0.4948716593053934, 0.020408163265306124}, 0.020408163265306124], CircleBox[{0.46188021535170054, 0.013333333333333338}, 0.013333333333333338], CircleBox[{0.6462876147645064, 0.01865671641791045}, 0.011194029850746271], CircleBox[{1.5906589049102036, 0.025510204081633032}, 0.015306122448979822], CircleBox[{1.623797632095819, 0.48828124999999434}, 0.01171875000000001], CircleBox[{0.9048026606703095, 1.4514925373134329}, 0.011194029850746258], CircleBox[{0.969948452238571, 1.2933333333333357}, 0.013333333333333303], CircleBox[{0.9622504486493771, 1.3194444444444469}, 0.013888888888888824], CircleBox[{0.9836337919526956, 1.3950617283950622}, 0.01234567901234567], CircleBox[{0.9897433186107863, 1.4175824175824183}, 0.01098901098901098], CircleBox[{0.6613284901626624, 1.7681818181818179}, 0.013636363636363629], CircleBox[{0.6777590116573867, 1.75}, 0.010869565217391299], CircleBox[{0.475464927567927, 1.9019607843137256}, 0.01960784313725489], CircleBox[{0.4849742261192856, 1.93}, 0.01], CircleBox[{0.43301270189221963, 1.9531249999999993}, 0.046874999999999965], CircleBox[{0.5938459911664722, 1.8178571428571428}, 0.010714285714285713], CircleBox[{0.6928203230275509, 1.96}, 0.04000000000000002], CircleBox[{0.6792356108113247, 1.9019607843137254}, 0.019607843137254912], CircleBox[{1.0722219284950194, 1.797619047619048}, 0.011904761904761904], CircleBox[{1.2889680428419552, 1.883720930232558}, 0.023255813953488403], CircleBox[{1.3245094410820828, 1.8970588235294117}, 0.014705882352941188], CircleBox[{1.299038105676658, 1.9531249999999991}, 0.046875000000000056], CircleBox[{1.1777945491468362, 1.769999999999999}, 0.009999999999999997], CircleBox[{1.154700538379251, 1.7638888888888886}, 0.013888888888888888], CircleBox[{1.0340601836232104, 1.9253731343283582}, 0.014925373134328365], CircleBox[{1.0392304845413265, 1.97}, 0.030000000000000016], CircleBox[{0.9326427425370891, 0.600961538461538}, 0.01442307692307692], CircleBox[{1.010362971081843, 1.0104166666666623}, 0.010416666666666543], CircleBox[{1.0103629710818443, 0.9895833333333323}, 0.010416666666666581], CircleBox[{1.050907231558644, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-0.9897433186107868, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-0.9498343138280956, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-0.8660254037844384, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-0.6260424605670638, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-0.6062177826491068, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-0.8082903768654762, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-0.74230748895809, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-0.7872958216222171, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-0.3849001794597504, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-0.43301270189221924, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-0.45580284409707283, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-0.6928203230275509, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-0.7698003589195009, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-1.2990381056766591, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-1.3292482941807662, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-1.4722431864335588, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-1.4846149779161808, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-1.5396007178390059, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-1.5011106998930155, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-1.4171324789199806, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-1.4334213579880373, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-1.5455222590614586, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-1.5835893097772538, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-0.8660254037844384, 1.6125}, 0.012499999999999997], CircleBox[{-0.8380891004365534, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-0.8082903768654759, 1.616666666666667}, 0.016666666666666656], CircleBox[{-0.97898523906067, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-1.0392304845413263, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-0.9897433186107867, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-0.9622504486493758, 1.361111111111111}, 0.02777777777777771], CircleBox[{-0.9447549859466607, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-0.6415002990995843, 1.814814814814815}, 0.03703703703703704], CircleBox[{-0.6661733875264914, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-0.5773502691896257, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-1.1547005383792517, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-1.0939268258329757, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-1.0027662570135607, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-0.9622504486493764, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-0.9622504486493766, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-1.1151559993936604, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-1.233789616350432, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-1.2049049096131326, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-1.0188534162169856, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-1.0188534162169864, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-0.9937996436870606, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-1.098373682848556, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-1.1278470374867107, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-2.5980762113533147, 0.0625}, 0.0625], CircleBox[{-2.721794126179663, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-2.8867513459481287, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-2.0784609690826517, 0.04}, 0.04], CircleBox[{-1.9985201625794724, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-2.02072594216369, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-1.9944827481096157, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-1.9485571585149861, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-1.9485571585149861, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-2.519346629191093, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-2.4248711305964274, 1.6500000000000001}, 0.05], CircleBox[{-2.5980762113533142, 1.8125}, 0.1875], CircleBox[{-2.3094010767585025, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-2.4248711305964274, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-2.4248711305964266, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-4.618802153517004, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-5.196152422706631, 0.25}, 0.25], CircleBox[{-5.196152422706632, 1.25}, 0.7500000000000002], CircleBox[{2.4743582965269666, 0.020408163265306128}, 0.020408163265306128], CircleBox[{2.5142673013096575, 0.040322580645161435}, 0.024193548387096867], CircleBox[{2.598076211353315, 0.1394230769230768}, 0.014423076923076924], CircleBox[{2.8380591545706895, 0.2048192771084336}, 0.01204819277108433], CircleBox[{2.8578838324886466, 0.18124999999999986}, 0.018749999999999985], CircleBox[{2.655811238272277, 0.28333333333333327}, 0.016666666666666705], CircleBox[{2.7217941261796637, 0.3035714285714283}, 0.017857142857142842], CircleBox[{2.6768057935155367, 0.3295454545454545}, 0.034090909090909075], CircleBox[{3.079201435678003, 0.03703703703703703}, 0.03703703703703703], CircleBox[{3.0310889132455343, 0.015624999999999993}, 0.015624999999999993], CircleBox[{3.008298771040681, 0.06578947368421048}, 0.0394736842105263], CircleBox[{2.7712812921102032, 0.040000000000000015}, 0.040000000000000015], CircleBox[{2.694301256218253, 0.03703703703703705}, 0.03703703703703705], CircleBox[{2.165063509461094, 0.015625000000000056}, 0.015625000000000056], CircleBox[{2.1348533209569873, 0.02906976744186044}, 0.01744186046511627], CircleBox[{1.9918584287041945, 0.18125000000000085}, 0.018750000000000107], CircleBox[{1.9794866372215725, 0.020408163265306135}, 0.020408163265306135], CircleBox[{1.9245008972987478, 0.03703703703703708}, 0.03703703703703708], CircleBox[{1.962990915244738, 0.3833333333333275}, 0.016666666666667076], CircleBox[{2.046969136217773, 0.5568181818181767}, 0.011363636363636305], CircleBox[{2.0306802571497165, 0.5387931034482747}, 0.0129310344827586], CircleBox[{1.9185793560762947, 0.5076923076923069}, 0.015384615384615387], CircleBox[{1.8805123053604997, 0.4857142857142851}, 0.028571428571428536], CircleBox[{2.598076211353315, 1.6125}, 0.012499999999999997], CircleBox[{2.6260125147012, 1.5887096774193545}, 0.024193548387096753], CircleBox[{2.6558112382722774, 1.616666666666667}, 0.016666666666666656], CircleBox[{2.4851163760770834, 1.6413043478260871}, 0.010869565217391311], CircleBox[{2.424871130596427, 1.5875000000000004}, 0.012500000000000002], CircleBox[{2.474358296526966, 1.4464285714285716}, 0.01785714285714283], CircleBox[{2.5018511664883776, 1.361111111111111}, 0.02777777777777771], CircleBox[{2.519346629191093, 1.4204545454545452}, 0.03409090909090908], CircleBox[{2.822601316038169, 1.814814814814815}, 0.03703703703703704], CircleBox[{2.797928227611262, 1.8653846153846154}, 0.01923076923076923], CircleBox[{2.8867513459481278, 1.9166666666666665}, 0.08333333333333333], CircleBox[{2.309401076758502, 1.8888888888888888}, 0.1111111111111112], CircleBox[{2.3701747893047775, 1.7368421052631577}, 0.05263157894736845], CircleBox[{2.4613353581241926, 0.6447368421052632}, 0.01315789473684211], CircleBox[{2.501851166488377, 0.6388888888888891}, 0.027777777777777728], CircleBox[{2.5018511664883767, 0.6805555555555551}, 0.013888888888888873], CircleBox[{2.348945615744093, 0.6746575342465738}, 0.010273972602739776], CircleBox[{2.2303119987873217, 0.6712328767123273}, 0.013698630136986264], CircleBox[{2.2591967055246207, 0.6793478260869554}, 0.01630434782608694], CircleBox[{2.4452481989207677, 0.9607843137254902}, 0.01960784313725489], CircleBox[{2.445248198920767, 0.9191176470588223}, 0.02205882352941173], CircleBox[{2.4703019714506924, 0.8073770491803278}, 0.012295081967213113], CircleBox[{2.3657279322891975, 0.8048780487804874}, 0.02439024390243903], CircleBox[{2.336254577651043, 0.7674418604651161}, 0.023255813953488375], CircleBox[{4.330127018922193, 0.0625}, 0.0625], CircleBox[{4.206409104095843, 0.17857142857142846}, 0.1071428571428571], CircleBox[{4.04145188432738, 0.0833333333333333}, 0.0833333333333333], CircleBox[{4.849742261192855, 0.04}, 0.04], CircleBox[{4.929683067696034, 0.09615384615384608}, 0.05769230769230766], CircleBox[{4.907477288111818, 0.020833333333333325}, 0.020833333333333325], CircleBox[{4.933720482165891, 0.5151515151515148}, 0.03030303030303029], CircleBox[{4.979646071760521, 0.5156249999999997}, 0.015624999999999993], CircleBox[{4.979646071760521, 0.4531249999999998}, 0.04687500000000002], CircleBox[{4.408856601084414, 1.5454545454545454}, 0.09090909090909091], CircleBox[{4.50333209967908, 1.6500000000000001}, 0.05], CircleBox[{4.330127018922192, 1.8125}, 0.1875], CircleBox[{4.618802153517006, 0.7083333333333323}, 0.041666666666666706], CircleBox[{4.5033320996790795, 0.8499999999999996}, 0.04999999999999998], CircleBox[{4.5033320996790795, 0.7250000000000001}, 0.07499999999999998], CircleBox[{6.928203230275507, 1.}], CircleBox[{5.7735026918962555, 0.3333333333333333}, 0.3333333333333333], CircleBox[{0.23094010767585024, 0.013333333333333329}, 0.013333333333333329], CircleBox[{0.2555484798052441, 0.020491803278688513}, 0.01229508196721311], CircleBox[{1.6165807537309604, 0.013333333333334143}, 0.013333333333334143], CircleBox[{1.6445734940552745, 0.4949494949494919}, 0.010101010101008756], CircleBox[{0.3756254763402388, 1.9397590361445785}, 0.012048192771084338], CircleBox[{0.3464101615137761, 1.97}, 0.029999999999999964], CircleBox[{0.4948716593053941, 1.9795918367346939}, 0.020408163265306128], CircleBox[{0.48987295567604666, 1.9494949494949503}, 0.010101010101010102], CircleBox[{0.6495190528383291, 1.9882812500000002}, 0.01171875000000001], CircleBox[{0.7423074889580903, 1.9846938775510206}, 0.0153061224489796], CircleBox[{1.2371791482634844, 1.9846938775510212}, 0.015306122448979609], CircleBox[{1.3856406460551018, 1.96}, 0.04000000000000007], CircleBox[{1.350412494036753, 1.9152542372881374}, 0.016949152542372923], CircleBox[{1.0825317547305486, 1.9882812500000002}, 0.01171875000000001], CircleBox[{0.9897433186107872, 1.979591836734694}, 0.02040816326530614], CircleBox[{-1.0392304845413296, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-1.0202491058282448, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-0.9237604307034035, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-0.8082903768654761, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-0.34641016151377546, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-0.3276852879184362, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-0.2886751345948128, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-0.4871392896287467, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-0.4948716593053934, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-0.46188021535170054, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-0.6462876147645064, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-1.5906589049102036, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-1.623797632095819, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-0.9048026606703095, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-0.969948452238571, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-0.9622504486493771, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-0.9836337919526956, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-0.9897433186107863, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-0.6613284901626624, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-0.6777590116573867, 1.75}, 0.010869565217391299], CircleBox[{-0.475464927567927, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-0.4849742261192856, 1.93}, 0.01], CircleBox[{-0.43301270189221963, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-0.5938459911664722, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-0.6928203230275509, 1.96}, 0.04000000000000002], CircleBox[{-0.6792356108113247, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-1.0722219284950194, 1.797619047619048}, 0.011904761904761904], CircleBox[{-1.2889680428419552, 1.883720930232558}, 0.023255813953488403], CircleBox[{-1.3245094410820828, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-1.299038105676658, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-1.1777945491468362, 1.769999999999999}, 0.009999999999999997], CircleBox[{-1.154700538379251, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-1.0340601836232104, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-1.0392304845413265, 1.97}, 0.030000000000000016], CircleBox[{-0.9326427425370891, 0.600961538461538}, 0.01442307692307692], CircleBox[{-1.010362971081843, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-1.0103629710818443, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-1.050907231558644, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-2.4743582965269666, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-2.5142673013096575, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-2.598076211353315, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-2.8380591545706895, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-2.8578838324886466, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-2.655811238272277, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-2.7217941261796637, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-2.6768057935155367, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-3.079201435678003, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-3.0310889132455343, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-3.008298771040681, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-2.7712812921102032, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-2.694301256218253, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-2.165063509461094, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-2.1348533209569873, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-1.9918584287041945, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-1.9794866372215725, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-1.9245008972987478, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-1.962990915244738, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-2.046969136217773, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-2.0306802571497165, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-1.9185793560762947, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-1.8805123053604997, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-2.598076211353315, 1.6125}, 0.012499999999999997], CircleBox[{-2.6260125147012, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-2.6558112382722774, 1.616666666666667}, 0.016666666666666656], CircleBox[{-2.4851163760770834, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-2.424871130596427, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-2.474358296526966, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-2.5018511664883776, 1.361111111111111}, 0.02777777777777771], CircleBox[{-2.519346629191093, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-2.822601316038169, 1.814814814814815}, 0.03703703703703704], CircleBox[{-2.797928227611262, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-2.8867513459481278, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-2.309401076758502, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-2.3701747893047775, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-2.4613353581241926, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-2.501851166488377, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-2.5018511664883767, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-2.348945615744093, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-2.2303119987873217, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-2.2591967055246207, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-2.4452481989207677, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-2.445248198920767, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-2.4703019714506924, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-2.3657279322891975, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-2.336254577651043, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-4.330127018922193, 0.0625}, 0.0625], CircleBox[{-4.206409104095843, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-4.04145188432738, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-4.849742261192855, 0.04}, 0.04], CircleBox[{-4.929683067696034, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-4.907477288111818, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-4.933720482165891, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-4.979646071760521, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-4.979646071760521, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-4.408856601084414, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-4.50333209967908, 1.6500000000000001}, 0.05], CircleBox[{-4.330127018922192, 1.8125}, 0.1875], CircleBox[{-4.618802153517006, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-4.5033320996790795, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-4.5033320996790795, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-6.928203230275507, 1.}], CircleBox[{-5.7735026918962555, 0.3333333333333333}, 0.3333333333333333], CircleBox[{2.424871130596424, 0.010000000000000103}, 0.010000000000000103], CircleBox[{2.443852509309509, 0.01712328767123295}, 0.01027397260273977], CircleBox[{2.54034118443435, 0.013333333333333393}, 0.013333333333333393], CircleBox[{2.6558112382722774, 0.3833333333333335}, 0.016666666666666642], CircleBox[{3.117691453623978, 0.009999999999999997}, 0.009999999999999997], CircleBox[{3.1364163272193175, 0.03378378378378376}, 0.02027027027027026], CircleBox[{3.175426480542941, 0.020833333333333325}, 0.020833333333333325], CircleBox[{2.976962325509007, 0.11328124999999994}, 0.011718749999999995], CircleBox[{2.9692299558323603, 0.020408163265306124}, 0.020408163265306124], CircleBox[{3.002221399786053, 0.013333333333333338}, 0.013333333333333338], CircleBox[{2.8178140003732475, 0.01865671641791045}, 0.011194029850746271], CircleBox[{1.87344271022755, 0.025510204081633032}, 0.015306122448979822], CircleBox[{1.8403039830419343, 0.48828124999999434}, 0.01171875000000001], CircleBox[{2.5592989544674443, 1.4514925373134329}, 0.011194029850746258], CircleBox[{2.4941531628991824, 1.2933333333333357}, 0.013333333333333303], CircleBox[{2.5018511664883767, 1.3194444444444469}, 0.013888888888888824], CircleBox[{2.480467823185058, 1.3950617283950622}, 0.01234567901234567], CircleBox[{2.4743582965269675, 1.4175824175824183}, 0.01098901098901098], CircleBox[{2.802773124975091, 1.7681818181818179}, 0.013636363636363629], CircleBox[{2.786342603480366, 1.75}, 0.010869565217391299], CircleBox[{2.9886366875698265, 1.9019607843137256}, 0.01960784313725489], CircleBox[{2.9791273890184677, 1.93}, 0.01], CircleBox[{3.031088913245534, 1.9531249999999993}, 0.046874999999999965], CircleBox[{2.870255623971281, 1.8178571428571428}, 0.010714285714285713], CircleBox[{2.771281292110203, 1.96}, 0.04000000000000002], CircleBox[{2.7848660043264286, 1.9019607843137254}, 0.019607843137254912], CircleBox[{2.3918796866427336, 1.797619047619048}, 0.011904761904761904], CircleBox[{2.1751335722957985, 1.883720930232558}, 0.023255813953488403], CircleBox[{2.1395921740556707, 1.8970588235294117}, 0.014705882352941188], CircleBox[{2.165063509461095, 1.9531249999999991}, 0.046875000000000056], CircleBox[{2.286307065990917, 1.769999999999999}, 0.009999999999999997], CircleBox[{2.309401076758502, 1.7638888888888886}, 0.013888888888888888], CircleBox[{2.4300414315145433, 1.9253731343283582}, 0.014925373134328365], CircleBox[{2.424871130596427, 1.97}, 0.030000000000000016], CircleBox[{2.531458872600664, 0.600961538461538}, 0.01442307692307692], CircleBox[{2.4537386440559104, 1.0104166666666623}, 0.010416666666666543], CircleBox[{2.453738644055909, 0.9895833333333323}, 0.010416666666666581], CircleBox[{2.4131943835791096, 0.9101123595505607}, 0.011235955056179761], CircleBox[{4.453844933748541, 0.020408163265306128}, 0.020408163265306128], CircleBox[{4.413935928965849, 0.040322580645161435}, 0.024193548387096867], CircleBox[{4.330127018922192, 0.1394230769230768}, 0.014423076923076924], CircleBox[{4.090144075704817, 0.2048192771084336}, 0.01204819277108433], CircleBox[{4.07031939778686, 0.18124999999999986}, 0.018749999999999985], CircleBox[{4.27239199200323, 0.28333333333333327}, 0.016666666666666705], CircleBox[{4.206409104095843, 0.3035714285714283}, 0.017857142857142842], CircleBox[{4.251397436759971, 0.3295454545454545}, 0.034090909090909075], CircleBox[{3.8490017945975037, 0.03703703703703703}, 0.03703703703703703], CircleBox[{3.8971143170299722, 0.015624999999999993}, 0.015624999999999993], CircleBox[{3.919904459234826, 0.06578947368421048}, 0.0394736842105263], CircleBox[{4.156921938165305, 0.040000000000000015}, 0.040000000000000015], CircleBox[{4.233901974057255, 0.03703703703703705}, 0.03703703703703705], CircleBox[{4.763139720814412, 0.015625000000000056}, 0.015625000000000056], CircleBox[{4.793349909318519, 0.02906976744186044}, 0.01744186046511627], CircleBox[{4.9363448015713125, 0.18125000000000085}, 0.018750000000000107], CircleBox[{4.948716593053934, 0.020408163265306135}, 0.020408163265306135], CircleBox[{5.00370233297676, 0.03703703703703708}, 0.03703703703703708], CircleBox[{4.965212315030769, 0.3833333333333275}, 0.016666666666667076], CircleBox[{4.881234094057734, 0.5568181818181767}, 0.011363636363636305], CircleBox[{4.897522973125791, 0.5387931034482747}, 0.0129310344827586], CircleBox[{5.009623874199212, 0.5076923076923069}, 0.015384615384615387], CircleBox[{5.047690924915007, 0.4857142857142851}, 0.028571428571428536], CircleBox[{4.330127018922192, 1.6125}, 0.012499999999999997], CircleBox[{4.302190715574307, 1.5887096774193545}, 0.024193548387096753], CircleBox[{4.27239199200323, 1.616666666666667}, 0.016666666666666656], CircleBox[{4.443086854198423, 1.6413043478260871}, 0.010869565217391311], CircleBox[{4.50333209967908, 1.5875000000000004}, 0.012500000000000002], CircleBox[{4.45384493374854, 1.4464285714285716}, 0.01785714285714283], CircleBox[{4.426352063787129, 1.361111111111111}, 0.02777777777777771], CircleBox[{4.408856601084415, 1.4204545454545452}, 0.03409090909090908], CircleBox[{4.105601914237338, 1.814814814814815}, 0.03703703703703704], CircleBox[{4.130275002664245, 1.8653846153846154}, 0.01923076923076923], CircleBox[{4.041451884327379, 1.9166666666666665}, 0.08333333333333333], CircleBox[{4.618802153517005, 1.8888888888888888}, 0.1111111111111112], CircleBox[{4.5580284409707295, 1.7368421052631577}, 0.05263157894736845], CircleBox[{4.466867872151314, 0.6447368421052632}, 0.01315789473684211], CircleBox[{4.426352063787131, 0.6388888888888891}, 0.027777777777777728], CircleBox[{4.42635206378713, 0.6805555555555551}, 0.013888888888888873], CircleBox[{4.579257614531414, 0.6746575342465738}, 0.010273972602739776], CircleBox[{4.697891231488186, 0.6712328767123273}, 0.013698630136986264], CircleBox[{4.669006524750886, 0.6793478260869554}, 0.01630434782608694], CircleBox[{4.482955031354739, 0.9607843137254902}, 0.01960784313725489], CircleBox[{4.48295503135474, 0.9191176470588223}, 0.02205882352941173], CircleBox[{4.457901258824814, 0.8073770491803278}, 0.012295081967213113], CircleBox[{4.5624752979863095, 0.8048780487804874}, 0.02439024390243903], CircleBox[{4.591948652624464, 0.7674418604651161}, 0.023255813953488375], CircleBox[{6.062177826491068, 0.0625}, 0.0625], CircleBox[{6.185895741317416, 0.17857142857142846}, 0.1071428571428571], CircleBox[{6.350852961085882, 0.0833333333333333}, 0.0833333333333333], CircleBox[{5.542562584220405, 0.04}, 0.04], CircleBox[{5.462621777717226, 0.09615384615384608}, 0.05769230769230766], CircleBox[{5.484827557301443, 0.020833333333333325}, 0.020833333333333325], CircleBox[{5.45858436324737, 0.5151515151515148}, 0.03030303030303029], CircleBox[{5.41265877365274, 0.5156249999999997}, 0.015624999999999993], CircleBox[{5.41265877365274, 0.4531249999999998}, 0.04687500000000002], CircleBox[{5.983448244328847, 1.5454545454545454}, 0.09090909090909091], CircleBox[{5.888972745734181, 1.6500000000000001}, 0.05], CircleBox[{6.062177826491067, 1.8125}, 0.1875], CircleBox[{5.773502691896256, 0.7083333333333323}, 0.041666666666666706], CircleBox[{5.888972745734181, 0.8499999999999996}, 0.04999999999999998], CircleBox[{5.888972745734179, 0.7250000000000001}, 0.07499999999999998], CircleBox[{8.082903768654758, 0.3333333333333333}, 0.3333333333333333], CircleBox[{8.660254037844386, 0.25}, 0.25], CircleBox[{8.660254037844386, 1.25}, 0.7500000000000002], CircleBox[{0.2886751345948132, 1.979166666666668}, 0.020833333333333297], CircleBox[{0.3849001794597512, 1.987654320987655}, 0.012345679012345678], CircleBox[{0.7698003589195009, 1.9876543209876543}, 0.012345679012345685], CircleBox[{1.434627941622708, 1.9494949494949492}, 0.01010101010101013], CircleBox[{1.4433756729740628, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-0.23094010767585024, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-0.2555484798052441, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-1.6165807537309604, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-1.6445734940552745, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-0.3756254763402388, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-0.3464101615137761, 1.97}, 0.029999999999999964], CircleBox[{-0.4948716593053941, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-0.48987295567604666, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-0.6495190528383291, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-0.7423074889580903, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-1.2371791482634844, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-1.3856406460551018, 1.96}, 0.04000000000000007], CircleBox[{-1.350412494036753, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-1.0825317547305486, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-0.9897433186107872, 1.979591836734694}, 0.02040816326530614], CircleBox[{-2.424871130596424, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-2.443852509309509, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-2.54034118443435, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-2.6558112382722774, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-3.117691453623978, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-3.1364163272193175, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-3.175426480542941, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-2.976962325509007, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-2.9692299558323603, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-3.002221399786053, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-2.8178140003732475, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-1.87344271022755, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-1.8403039830419343, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-2.5592989544674443, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-2.4941531628991824, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-2.5018511664883767, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-2.480467823185058, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-2.4743582965269675, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-2.802773124975091, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-2.786342603480366, 1.75}, 0.010869565217391299], CircleBox[{-2.9886366875698265, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-2.9791273890184677, 1.93}, 0.01], CircleBox[{-3.031088913245534, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-2.870255623971281, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-2.771281292110203, 1.96}, 0.04000000000000002], CircleBox[{-2.7848660043264286, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-2.3918796866427336, 1.797619047619048}, 0.011904761904761904], CircleBox[{-2.1751335722957985, 1.883720930232558}, 0.023255813953488403], CircleBox[{-2.1395921740556707, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-2.165063509461095, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-2.286307065990917, 1.769999999999999}, 0.009999999999999997], CircleBox[{-2.309401076758502, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-2.4300414315145433, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-2.424871130596427, 1.97}, 0.030000000000000016], CircleBox[{-2.531458872600664, 0.600961538461538}, 0.01442307692307692], CircleBox[{-2.4537386440559104, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-2.453738644055909, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-2.4131943835791096, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-4.453844933748541, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-4.413935928965849, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-4.330127018922192, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-4.090144075704817, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-4.07031939778686, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-4.27239199200323, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-4.206409104095843, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-4.251397436759971, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-3.8490017945975037, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-3.8971143170299722, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-3.919904459234826, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-4.156921938165305, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-4.233901974057255, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-4.763139720814412, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-4.793349909318519, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-4.9363448015713125, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-4.948716593053934, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-5.00370233297676, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-4.965212315030769, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-4.881234094057734, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-4.897522973125791, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-5.009623874199212, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-5.047690924915007, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-4.330127018922192, 1.6125}, 0.012499999999999997], CircleBox[{-4.302190715574307, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-4.27239199200323, 1.616666666666667}, 0.016666666666666656], CircleBox[{-4.443086854198423, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-4.50333209967908, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-4.45384493374854, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-4.426352063787129, 1.361111111111111}, 0.02777777777777771], CircleBox[{-4.408856601084415, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-4.105601914237338, 1.814814814814815}, 0.03703703703703704], CircleBox[{-4.130275002664245, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-4.041451884327379, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-4.618802153517005, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-4.5580284409707295, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-4.466867872151314, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-4.426352063787131, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-4.42635206378713, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-4.579257614531414, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-4.697891231488186, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-4.669006524750886, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-4.482955031354739, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-4.48295503135474, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-4.457901258824814, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-4.5624752979863095, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-4.591948652624464, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-6.062177826491068, 0.0625}, 0.0625], CircleBox[{-6.185895741317416, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-6.350852961085882, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-5.542562584220405, 0.04}, 0.04], CircleBox[{-5.462621777717226, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-5.484827557301443, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-5.45858436324737, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-5.41265877365274, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-5.41265877365274, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-5.983448244328847, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-5.888972745734181, 1.6500000000000001}, 0.05], CircleBox[{-6.062177826491067, 1.8125}, 0.1875], CircleBox[{-5.773502691896256, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-5.888972745734181, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-5.888972745734179, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-8.082903768654758, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-8.660254037844386, 0.25}, 0.25], CircleBox[{-8.660254037844386, 1.25}, 0.7500000000000002], CircleBox[{3.2331615074619036, 0.013333333333333329}, 0.013333333333333329], CircleBox[{3.20855313533251, 0.020491803278688513}, 0.01229508196721311], CircleBox[{1.847520861406793, 0.013333333333334143}, 0.013333333333334143], CircleBox[{1.8195281210824792, 0.4949494949494919}, 0.010101010101008756], CircleBox[{3.0884761387975144, 1.9397590361445785}, 0.012048192771084338], CircleBox[{3.1176914536239773, 1.97}, 0.029999999999999964], CircleBox[{2.96922995583236, 1.9795918367346939}, 0.020408163265306128], CircleBox[{2.974228659461707, 1.9494949494949503}, 0.010101010101010102], CircleBox[{2.8145825622994245, 1.9882812500000002}, 0.01171875000000001], CircleBox[{2.721794126179663, 1.9846938775510206}, 0.0153061224489796], CircleBox[{2.226922466874269, 1.9846938775510212}, 0.015306122448979609], CircleBox[{2.078460969082652, 1.96}, 0.04000000000000007], CircleBox[{2.1136891211010007, 1.9152542372881374}, 0.016949152542372923], CircleBox[{2.381569860407205, 1.9882812500000002}, 0.01171875000000001], CircleBox[{2.474358296526966, 1.979591836734694}, 0.02040816326530614], CircleBox[{4.503332099679083, 0.010000000000000103}, 0.010000000000000103], CircleBox[{4.484350720965998, 0.01712328767123295}, 0.01027397260273977], CircleBox[{4.387862045841157, 0.013333333333333393}, 0.013333333333333393], CircleBox[{4.27239199200323, 0.3833333333333335}, 0.016666666666666642], CircleBox[{3.8105117766515284, 0.009999999999999997}, 0.009999999999999997], CircleBox[{3.79178690305619, 0.03378378378378376}, 0.02027027027027026], CircleBox[{3.752776749732567, 0.020833333333333325}, 0.020833333333333325], CircleBox[{3.9512409047665003, 0.11328124999999994}, 0.011718749999999995], CircleBox[{3.9589732744431467, 0.020408163265306124}, 0.020408163265306124], CircleBox[{3.9259818304894543, 0.013333333333333338}, 0.013333333333333338], CircleBox[{4.11038922990226, 0.01865671641791045}, 0.011194029850746271], CircleBox[{5.054760520047957, 0.025510204081633032}, 0.015306122448979822], CircleBox[{5.0878992472335725, 0.48828124999999434}, 0.01171875000000001], CircleBox[{4.368904275808063, 1.4514925373134329}, 0.011194029850746258], CircleBox[{4.434050067376325, 1.2933333333333357}, 0.013333333333333303], CircleBox[{4.426352063787131, 1.3194444444444469}, 0.013888888888888824], CircleBox[{4.447735407090449, 1.3950617283950622}, 0.01234567901234567], CircleBox[{4.45384493374854, 1.4175824175824183}, 0.01098901098901098], CircleBox[{4.125430105300415, 1.7681818181818179}, 0.013636363636363629], CircleBox[{4.1418606267951406, 1.75}, 0.010869565217391299], CircleBox[{3.9395665427056805, 1.9019607843137256}, 0.01960784313725489], CircleBox[{3.9490758412570393, 1.93}, 0.01], CircleBox[{3.897114317029974, 1.9531249999999993}, 0.046874999999999965], CircleBox[{4.057947606304226, 1.8178571428571428}, 0.010714285714285713], CircleBox[{4.156921938165304, 1.96}, 0.04000000000000002], CircleBox[{4.143337225949078, 1.9019607843137254}, 0.019607843137254912], CircleBox[{4.536323543632773, 1.797619047619048}, 0.011904761904761904], CircleBox[{4.753069657979709, 1.883720930232558}, 0.023255813953488403], CircleBox[{4.788611056219837, 1.8970588235294117}, 0.014705882352941188], CircleBox[{4.763139720814411, 1.9531249999999991}, 0.046875000000000056], CircleBox[{4.6418961642845895, 1.769999999999999}, 0.009999999999999997], CircleBox[{4.618802153517004, 1.7638888888888886}, 0.013888888888888888], CircleBox[{4.498161798760964, 1.9253731343283582}, 0.014925373134328365], CircleBox[{4.5033320996790795, 1.97}, 0.030000000000000016], CircleBox[{4.396744357674843, 0.600961538461538}, 0.01442307692307692], CircleBox[{4.474464586219596, 1.0104166666666623}, 0.010416666666666543], CircleBox[{4.4744645862195975, 0.9895833333333323}, 0.010416666666666581], CircleBox[{4.515008846696397, 0.9101123595505607}, 0.011235955056179761], CircleBox[{5.9384599116647205, 0.020408163265306128}, 0.020408163265306128], CircleBox[{5.978368916447411, 0.040322580645161435}, 0.024193548387096867], CircleBox[{6.062177826491069, 0.1394230769230768}, 0.014423076923076924], CircleBox[{6.3021607697084425, 0.2048192771084336}, 0.01204819277108433], CircleBox[{6.3219854476264, 0.18124999999999986}, 0.018749999999999985], CircleBox[{6.11991285341003, 0.28333333333333327}, 0.016666666666666705], CircleBox[{6.185895741317417, 0.3035714285714283}, 0.017857142857142842], CircleBox[{6.140907408653291, 0.3295454545454545}, 0.034090909090909075], CircleBox[{6.543303050815756, 0.03703703703703703}, 0.03703703703703703], CircleBox[{6.495190528383287, 0.015624999999999993}, 0.015624999999999993], CircleBox[{6.4724003861784345, 0.06578947368421048}, 0.0394736842105263], CircleBox[{6.235382907247957, 0.040000000000000015}, 0.040000000000000015], CircleBox[{6.158402871356006, 0.03703703703703705}, 0.03703703703703705], CircleBox[{5.629165124598848, 0.015625000000000056}, 0.015625000000000056], CircleBox[{5.59895493609474, 0.02906976744186044}, 0.01744186046511627], CircleBox[{5.455960043841948, 0.18125000000000085}, 0.018750000000000107], CircleBox[{5.443588252359326, 0.020408163265306135}, 0.020408163265306135], CircleBox[{5.388602512436502, 0.03703703703703708}, 0.03703703703703708], CircleBox[{5.427092530382491, 0.3833333333333275}, 0.016666666666667076], CircleBox[{5.511070751355526, 0.5568181818181767}, 0.011363636363636305], CircleBox[{5.49478187228747, 0.5387931034482747}, 0.0129310344827586], CircleBox[{5.382680971214048, 0.5076923076923069}, 0.015384615384615387], CircleBox[{5.3446139204982535, 0.4857142857142851}, 0.028571428571428536], CircleBox[{6.062177826491069, 1.6125}, 0.012499999999999997], CircleBox[{6.090114129838953, 1.5887096774193545}, 0.024193548387096753], CircleBox[{6.119912853410031, 1.616666666666667}, 0.016666666666666656], CircleBox[{5.949217991214836, 1.6413043478260871}, 0.010869565217391311], CircleBox[{5.88897274573418, 1.5875000000000004}, 0.012500000000000002], CircleBox[{5.938459911664719, 1.4464285714285716}, 0.01785714285714283], CircleBox[{5.965952781626131, 1.361111111111111}, 0.02777777777777771], CircleBox[{5.983448244328846, 1.4204545454545452}, 0.03409090909090908], CircleBox[{6.286702931175923, 1.814814814814815}, 0.03703703703703704], CircleBox[{6.2620298427490155, 1.8653846153846154}, 0.01923076923076923], CircleBox[{6.350852961085882, 1.9166666666666665}, 0.08333333333333333], CircleBox[{5.7735026918962555, 1.8888888888888888}, 0.1111111111111112], CircleBox[{5.834276404442531, 1.7368421052631577}, 0.05263157894736845], CircleBox[{5.925436973261946, 0.6447368421052632}, 0.01315789473684211], CircleBox[{5.965952781626131, 0.6388888888888891}, 0.027777777777777728], CircleBox[{5.96595278162613, 0.6805555555555551}, 0.013888888888888873], CircleBox[{5.813047230881846, 0.6746575342465738}, 0.010273972602739776], CircleBox[{5.694413613925075, 0.6712328767123273}, 0.013698630136986264], CircleBox[{5.723298320662374, 0.6793478260869554}, 0.01630434782608694], CircleBox[{5.909349814058522, 0.9607843137254902}, 0.01960784313725489], CircleBox[{5.909349814058519, 0.9191176470588223}, 0.02205882352941173], CircleBox[{5.934403586588446, 0.8073770491803278}, 0.012295081967213113], CircleBox[{5.829829547426951, 0.8048780487804874}, 0.02439024390243903], CircleBox[{5.800356192788796, 0.7674418604651161}, 0.023255813953488375], CircleBox[{7.794228634059946, 0.0625}, 0.0625], CircleBox[{7.670510719233597, 0.17857142857142846}, 0.1071428571428571], CircleBox[{7.505553499465134, 0.0833333333333333}, 0.0833333333333333], CircleBox[{8.313843876330608, 0.04}, 0.04], CircleBox[{8.39378468283379, 0.09615384615384608}, 0.05769230769230766], CircleBox[{8.371578903249572, 0.020833333333333325}, 0.020833333333333325], CircleBox[{8.397822097303644, 0.5151515151515148}, 0.03030303030303029], CircleBox[{8.443747686898273, 0.5156249999999997}, 0.015624999999999993], CircleBox[{8.443747686898275, 0.4531249999999998}, 0.04687500000000002], CircleBox[{7.872958216222168, 1.5454545454545454}, 0.09090909090909091], CircleBox[{7.967433714816834, 1.6500000000000001}, 0.05], CircleBox[{7.794228634059945, 1.8125}, 0.1875], CircleBox[{8.08290376865476, 0.7083333333333323}, 0.041666666666666706], CircleBox[{7.967433714816833, 0.8499999999999996}, 0.04999999999999998], CircleBox[{7.967433714816833, 0.7250000000000001}, 0.07499999999999998], CircleBox[{10.39230484541326, 1.}], CircleBox[{9.237604307034008, 0.3333333333333333}, 0.3333333333333333], CircleBox[{0.24743582965269745, 1.9846938775510206}, 0.015306122448979557], CircleBox[{1.4846149779161781, 1.9795918367346939}, 0.020408163265306145], CircleBox[{-0.2886751345948132, 1.979166666666668}, 0.020833333333333297], CircleBox[{-0.3849001794597512, 1.987654320987655}, 0.012345679012345678], CircleBox[{-0.7698003589195009, 1.9876543209876543}, 0.012345679012345685], CircleBox[{-1.434627941622708, 1.9494949494949492}, 0.01010101010101013], CircleBox[{-1.4433756729740628, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-3.2331615074619036, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-3.20855313533251, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-1.847520861406793, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-1.8195281210824792, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-3.0884761387975144, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-3.1176914536239773, 1.97}, 0.029999999999999964], CircleBox[{-2.96922995583236, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-2.974228659461707, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-2.8145825622994245, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-2.721794126179663, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-2.226922466874269, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-2.078460969082652, 1.96}, 0.04000000000000007], CircleBox[{-2.1136891211010007, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-2.381569860407205, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-2.474358296526966, 1.979591836734694}, 0.02040816326530614], CircleBox[{-4.503332099679083, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-4.484350720965998, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-4.387862045841157, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-4.27239199200323, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-3.8105117766515284, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-3.79178690305619, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-3.752776749732567, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-3.9512409047665003, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-3.9589732744431467, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-3.9259818304894543, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-4.11038922990226, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-5.054760520047957, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-5.0878992472335725, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-4.368904275808063, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-4.434050067376325, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-4.426352063787131, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-4.447735407090449, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-4.45384493374854, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-4.125430105300415, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-4.1418606267951406, 1.75}, 0.010869565217391299], CircleBox[{-3.9395665427056805, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-3.9490758412570393, 1.93}, 0.01], CircleBox[{-3.897114317029974, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-4.057947606304226, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-4.156921938165304, 1.96}, 0.04000000000000002], CircleBox[{-4.143337225949078, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-4.536323543632773, 1.797619047619048}, 0.011904761904761904], CircleBox[{-4.753069657979709, 1.883720930232558}, 0.023255813953488403], CircleBox[{-4.788611056219837, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-4.763139720814411, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-4.6418961642845895, 1.769999999999999}, 0.009999999999999997], CircleBox[{-4.618802153517004, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-4.498161798760964, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-4.5033320996790795, 1.97}, 0.030000000000000016], CircleBox[{-4.396744357674843, 0.600961538461538}, 0.01442307692307692], CircleBox[{-4.474464586219596, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-4.4744645862195975, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-4.515008846696397, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-5.9384599116647205, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-5.978368916447411, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-6.062177826491069, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-6.3021607697084425, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-6.3219854476264, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-6.11991285341003, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-6.185895741317417, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-6.140907408653291, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-6.543303050815756, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-6.495190528383287, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-6.4724003861784345, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-6.235382907247957, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-6.158402871356006, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-5.629165124598848, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-5.59895493609474, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-5.455960043841948, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-5.443588252359326, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-5.388602512436502, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-5.427092530382491, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-5.511070751355526, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-5.49478187228747, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-5.382680971214048, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-5.3446139204982535, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-6.062177826491069, 1.6125}, 0.012499999999999997], CircleBox[{-6.090114129838953, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-6.119912853410031, 1.616666666666667}, 0.016666666666666656], CircleBox[{-5.949217991214836, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-5.88897274573418, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-5.938459911664719, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-5.965952781626131, 1.361111111111111}, 0.02777777777777771], CircleBox[{-5.983448244328846, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-6.286702931175923, 1.814814814814815}, 0.03703703703703704], CircleBox[{-6.2620298427490155, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-6.350852961085882, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-5.7735026918962555, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-5.834276404442531, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-5.925436973261946, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-5.965952781626131, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-5.96595278162613, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-5.813047230881846, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-5.694413613925075, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-5.723298320662374, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-5.909349814058522, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-5.909349814058519, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-5.934403586588446, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-5.829829547426951, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-5.800356192788796, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-7.794228634059946, 0.0625}, 0.0625], CircleBox[{-7.670510719233597, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-7.505553499465134, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-8.313843876330608, 0.04}, 0.04], CircleBox[{-8.39378468283379, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-8.371578903249572, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-8.397822097303644, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-8.443747686898273, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-8.443747686898275, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-7.872958216222168, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-7.967433714816834, 1.6500000000000001}, 0.05], CircleBox[{-7.794228634059945, 1.8125}, 0.1875], CircleBox[{-8.08290376865476, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-7.967433714816833, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-7.967433714816833, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-10.39230484541326, 1.}], CircleBox[{-9.237604307034008, 0.3333333333333333}, 0.3333333333333333], CircleBox[{3.1754264805429404, 1.979166666666668}, 0.020833333333333297], CircleBox[{3.079201435678002, 1.987654320987655}, 0.012345679012345678], CircleBox[{2.694301256218253, 1.9876543209876543}, 0.012345679012345685], CircleBox[{2.029473673515046, 1.9494949494949492}, 0.01010101010101013], CircleBox[{2.0207259421636903, 1.9791666666666692}, 0.020833333333333322], CircleBox[{3.695041722813604, 0.013333333333333329}, 0.013333333333333329], CircleBox[{3.719650094942998, 0.020491803278688513}, 0.01229508196721311], CircleBox[{5.080682368868714, 0.013333333333334143}, 0.013333333333334143], CircleBox[{5.108675109193029, 0.4949494949494919}, 0.010101010101008756], CircleBox[{3.839727091477993, 1.9397590361445785}, 0.012048192771084338], CircleBox[{3.8105117766515293, 1.97}, 0.029999999999999964], CircleBox[{3.958973274443147, 1.9795918367346939}, 0.020408163265306128], CircleBox[{3.9539745708138008, 1.9494949494949503}, 0.010101010101010102], CircleBox[{4.1136206679760825, 1.9882812500000002}, 0.01171875000000001], CircleBox[{4.206409104095845, 1.9846938775510206}, 0.0153061224489796], CircleBox[{4.701280763401238, 1.9846938775510212}, 0.015306122448979609], CircleBox[{4.849742261192856, 1.96}, 0.04000000000000007], CircleBox[{4.814514109174508, 1.9152542372881374}, 0.016949152542372923], CircleBox[{4.546633369868302, 1.9882812500000002}, 0.01171875000000001], CircleBox[{4.453844933748541, 1.979591836734694}, 0.02040816326530614], CircleBox[{5.888972745734178, 0.010000000000000103}, 0.010000000000000103], CircleBox[{5.907954124447262, 0.01712328767123295}, 0.01027397260273977], CircleBox[{6.004442799572104, 0.013333333333333393}, 0.013333333333333393], CircleBox[{6.119912853410031, 0.3833333333333335}, 0.016666666666666642], CircleBox[{6.581793068761731, 0.009999999999999997}, 0.009999999999999997], CircleBox[{6.600517942357071, 0.03378378378378376}, 0.02027027027027026], CircleBox[{6.639528095680696, 0.020833333333333325}, 0.020833333333333325], CircleBox[{6.44106394064676, 0.11328124999999994}, 0.011718749999999995], CircleBox[{6.433331570970114, 0.020408163265306124}, 0.020408163265306124], CircleBox[{6.466323014923806, 0.013333333333333338}, 0.013333333333333338], CircleBox[{6.281915615511002, 0.01865671641791045}, 0.011194029850746271], CircleBox[{5.337544325365304, 0.025510204081633032}, 0.015306122448979822], CircleBox[{5.304405598179688, 0.48828124999999434}, 0.01171875000000001], CircleBox[{6.023400569605198, 1.4514925373134329}, 0.011194029850746258], CircleBox[{5.958254778036936, 1.2933333333333357}, 0.013333333333333303], CircleBox[{5.965952781626131, 1.3194444444444469}, 0.013888888888888824], CircleBox[{5.944569438322811, 1.3950617283950622}, 0.01234567901234567], CircleBox[{5.938459911664722, 1.4175824175824183}, 0.01098901098901098], CircleBox[{6.266874740112844, 1.7681818181818179}, 0.013636363636363629], CircleBox[{6.250444218618118, 1.75}, 0.010869565217391299], CircleBox[{6.45273830270758, 1.9019607843137256}, 0.01960784313725489], CircleBox[{6.443229004156222, 1.93}, 0.01], CircleBox[{6.495190528383287, 1.9531249999999993}, 0.046874999999999965], CircleBox[{6.334357239109035, 1.8178571428571428}, 0.010714285714285713], CircleBox[{6.235382907247956, 1.96}, 0.04000000000000002], CircleBox[{6.248967619464182, 1.9019607843137254}, 0.019607843137254912], CircleBox[{5.855981301780487, 1.797619047619048}, 0.011904761904761904], CircleBox[{5.639235187433552, 1.883720930232558}, 0.023255813953488403], CircleBox[{5.603693789193424, 1.8970588235294117}, 0.014705882352941188], CircleBox[{5.629165124598849, 1.9531249999999991}, 0.046875000000000056], CircleBox[{5.75040868112867, 1.769999999999999}, 0.009999999999999997], CircleBox[{5.7735026918962555, 1.7638888888888886}, 0.013888888888888888], CircleBox[{5.894143046652297, 1.9253731343283582}, 0.014925373134328365], CircleBox[{5.88897274573418, 1.97}, 0.030000000000000016], CircleBox[{5.995560487738417, 0.600961538461538}, 0.01442307692307692], CircleBox[{5.917840259193664, 1.0104166666666623}, 0.010416666666666543], CircleBox[{5.917840259193663, 0.9895833333333323}, 0.010416666666666581], CircleBox[{5.877295998716864, 0.9101123595505607}, 0.011235955056179761], CircleBox[{7.917946548886294, 0.020408163265306128}, 0.020408163265306128], CircleBox[{7.878037544103601, 0.040322580645161435}, 0.024193548387096867], CircleBox[{7.794228634059945, 0.1394230769230768}, 0.014423076923076924], CircleBox[{7.554245690842571, 0.2048192771084336}, 0.01204819277108433], CircleBox[{7.534421012924613, 0.18124999999999986}, 0.018749999999999985], CircleBox[{7.736493607140982, 0.28333333333333327}, 0.016666666666666705], CircleBox[{7.670510719233596, 0.3035714285714283}, 0.017857142857142842], CircleBox[{7.715499051897725, 0.3295454545454545}, 0.034090909090909075], CircleBox[{7.313103409735257, 0.03703703703703703}, 0.03703703703703703], CircleBox[{7.361215932167726, 0.015624999999999993}, 0.015624999999999993], CircleBox[{7.3840060743725795, 0.06578947368421048}, 0.0394736842105263], CircleBox[{7.621023553303059, 0.040000000000000015}, 0.040000000000000015], CircleBox[{7.698003589195008, 0.03703703703703705}, 0.03703703703703705], CircleBox[{8.227241335952165, 0.015625000000000056}, 0.015625000000000056], CircleBox[{8.257451524456274, 0.02906976744186044}, 0.01744186046511627], CircleBox[{8.400446416709066, 0.18125000000000085}, 0.018750000000000107], CircleBox[{8.412818208191688, 0.020408163265306135}, 0.020408163265306135], CircleBox[{8.467803948114515, 0.03703703703703708}, 0.03703703703703708], CircleBox[{8.429313930168522, 0.3833333333333275}, 0.016666666666667076], CircleBox[{8.345335709195487, 0.5568181818181767}, 0.011363636363636305], CircleBox[{8.361624588263545, 0.5387931034482747}, 0.0129310344827586], CircleBox[{8.473725489336966, 0.5076923076923069}, 0.015384615384615387], CircleBox[{8.51179254005276, 0.4857142857142851}, 0.028571428571428536], CircleBox[{7.7942286340599445, 1.6125}, 0.012499999999999997], CircleBox[{7.76629233071206, 1.5887096774193545}, 0.024193548387096753], CircleBox[{7.736493607140983, 1.616666666666667}, 0.016666666666666656], CircleBox[{7.907188469336177, 1.6413043478260871}, 0.010869565217391311], CircleBox[{7.967433714816834, 1.5875000000000004}, 0.012500000000000002], CircleBox[{7.9179465488862935, 1.4464285714285716}, 0.01785714285714283], CircleBox[{7.890453678924883, 1.361111111111111}, 0.02777777777777771], CircleBox[{7.872958216222169, 1.4204545454545452}, 0.03409090909090908], CircleBox[{7.569703529375091, 1.814814814814815}, 0.03703703703703704], CircleBox[{7.594376617801998, 1.8653846153846154}, 0.01923076923076923], CircleBox[{7.505553499465131, 1.9166666666666665}, 0.08333333333333333], CircleBox[{8.082903768654758, 1.8888888888888888}, 0.1111111111111112], CircleBox[{8.022130056108482, 1.7368421052631577}, 0.05263157894736845], CircleBox[{7.930969487289067, 0.6447368421052632}, 0.01315789473684211], CircleBox[{7.890453678924883, 0.6388888888888891}, 0.027777777777777728], CircleBox[{7.890453678924883, 0.6805555555555551}, 0.013888888888888873], CircleBox[{8.043359229669168, 0.6746575342465738}, 0.010273972602739776], CircleBox[{8.161992846625939, 0.6712328767123273}, 0.013698630136986264], CircleBox[{8.13310813988864, 0.6793478260869554}, 0.01630434782608694], CircleBox[{7.947056646492491, 0.9607843137254902}, 0.01960784313725489], CircleBox[{7.947056646492493, 0.9191176470588223}, 0.02205882352941173], CircleBox[{7.922002873962567, 0.8073770491803278}, 0.012295081967213113], CircleBox[{8.026576913124064, 0.8048780487804874}, 0.02439024390243903], CircleBox[{8.056050267762217, 0.7674418604651161}, 0.023255813953488375], CircleBox[{9.526279441628821, 0.0625}, 0.0625], CircleBox[{9.649997356455168, 0.17857142857142846}, 0.1071428571428571], CircleBox[{9.814954576223636, 0.0833333333333333}, 0.0833333333333333], CircleBox[{9.006664199358159, 0.04}, 0.04], CircleBox[{8.926723392854978, 0.09615384615384608}, 0.05769230769230766], CircleBox[{8.948929172439197, 0.020833333333333325}, 0.020833333333333325], CircleBox[{8.922685978385124, 0.5151515151515148}, 0.03030303030303029], CircleBox[{8.876760388790494, 0.5156249999999997}, 0.015624999999999993], CircleBox[{8.876760388790494, 0.4531249999999998}, 0.04687500000000002], CircleBox[{9.447549859466601, 1.5454545454545454}, 0.09090909090909091], CircleBox[{9.353074360871934, 1.6500000000000001}, 0.05], CircleBox[{9.52627944162882, 1.8125}, 0.1875], CircleBox[{9.237604307034012, 0.7083333333333323}, 0.041666666666666706], CircleBox[{9.353074360871934, 0.8499999999999996}, 0.04999999999999998], CircleBox[{9.353074360871933, 0.7250000000000001}, 0.07499999999999998], CircleBox[{11.547005383792511, 0.3333333333333333}, 0.3333333333333333], CircleBox[{12.124355652982139, 0.25}, 0.25], CircleBox[{12.12435565298214, 1.25}, 0.7500000000000002], CircleBox[{0.2165063509461084, 1.9882812500000027}, 0.011718749999999995], CircleBox[{1.5155444566227707, 1.9882812500000013}, 0.011718750000000042], CircleBox[{-0.24743582965269745, 1.9846938775510206}, 0.015306122448979557], CircleBox[{-1.4846149779161781, 1.9795918367346939}, 0.020408163265306145], CircleBox[{-3.1754264805429404, 1.979166666666668}, 0.020833333333333297], CircleBox[{-3.079201435678002, 1.987654320987655}, 0.012345679012345678], CircleBox[{-2.694301256218253, 1.9876543209876543}, 0.012345679012345685], CircleBox[{-2.029473673515046, 1.9494949494949492}, 0.01010101010101013], CircleBox[{-2.0207259421636903, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-3.695041722813604, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-3.719650094942998, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-5.080682368868714, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-5.108675109193029, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-3.839727091477993, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-3.8105117766515293, 1.97}, 0.029999999999999964], CircleBox[{-3.958973274443147, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-3.9539745708138008, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-4.1136206679760825, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-4.206409104095845, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-4.701280763401238, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-4.849742261192856, 1.96}, 0.04000000000000007], CircleBox[{-4.814514109174508, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-4.546633369868302, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-4.453844933748541, 1.979591836734694}, 0.02040816326530614], CircleBox[{-5.888972745734178, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-5.907954124447262, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-6.004442799572104, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-6.119912853410031, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-6.581793068761731, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-6.600517942357071, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-6.639528095680696, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-6.44106394064676, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-6.433331570970114, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-6.466323014923806, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-6.281915615511002, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-5.337544325365304, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-5.304405598179688, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-6.023400569605198, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-5.958254778036936, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-5.965952781626131, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-5.944569438322811, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-5.938459911664722, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-6.266874740112844, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-6.250444218618118, 1.75}, 0.010869565217391299], CircleBox[{-6.45273830270758, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-6.443229004156222, 1.93}, 0.01], CircleBox[{-6.495190528383287, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-6.334357239109035, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-6.235382907247956, 1.96}, 0.04000000000000002], CircleBox[{-6.248967619464182, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-5.855981301780487, 1.797619047619048}, 0.011904761904761904], CircleBox[{-5.639235187433552, 1.883720930232558}, 0.023255813953488403], CircleBox[{-5.603693789193424, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-5.629165124598849, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-5.75040868112867, 1.769999999999999}, 0.009999999999999997], CircleBox[{-5.7735026918962555, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-5.894143046652297, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-5.88897274573418, 1.97}, 0.030000000000000016], CircleBox[{-5.995560487738417, 0.600961538461538}, 0.01442307692307692], CircleBox[{-5.917840259193664, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-5.917840259193663, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-5.877295998716864, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-7.917946548886294, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-7.878037544103601, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-7.794228634059945, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-7.554245690842571, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-7.534421012924613, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-7.736493607140982, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-7.670510719233596, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-7.715499051897725, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-7.313103409735257, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-7.361215932167726, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-7.3840060743725795, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-7.621023553303059, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-7.698003589195008, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-8.227241335952165, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-8.257451524456274, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-8.400446416709066, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-8.412818208191688, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-8.467803948114515, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-8.429313930168522, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-8.345335709195487, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-8.361624588263545, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-8.473725489336966, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-8.51179254005276, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-7.7942286340599445, 1.6125}, 0.012499999999999997], CircleBox[{-7.76629233071206, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-7.736493607140983, 1.616666666666667}, 0.016666666666666656], CircleBox[{-7.907188469336177, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-7.967433714816834, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-7.9179465488862935, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-7.890453678924883, 1.361111111111111}, 0.02777777777777771], CircleBox[{-7.872958216222169, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-7.569703529375091, 1.814814814814815}, 0.03703703703703704], CircleBox[{-7.594376617801998, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-7.505553499465131, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-8.082903768654758, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-8.022130056108482, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-7.930969487289067, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-7.890453678924883, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-7.890453678924883, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-8.043359229669168, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-8.161992846625939, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-8.13310813988864, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-7.947056646492491, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-7.947056646492493, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-7.922002873962567, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-8.026576913124064, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-8.056050267762217, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-9.526279441628821, 0.0625}, 0.0625], CircleBox[{-9.649997356455168, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-9.814954576223636, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-9.006664199358159, 0.04}, 0.04], CircleBox[{-8.926723392854978, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-8.948929172439197, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-8.922685978385124, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-8.876760388790494, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-8.876760388790494, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-9.447549859466601, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-9.353074360871934, 1.6500000000000001}, 0.05], CircleBox[{-9.52627944162882, 1.8125}, 0.1875], CircleBox[{-9.237604307034012, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-9.353074360871934, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-9.353074360871933, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-11.547005383792511, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-12.124355652982139, 0.25}, 0.25], CircleBox[{-12.12435565298214, 1.25}, 0.7500000000000002], CircleBox[{3.216665785485056, 1.9846938775510206}, 0.015306122448979557], CircleBox[{1.9794866372215754, 1.9795918367346939}, 0.020408163265306145], CircleBox[{3.7527767497325666, 1.979166666666668}, 0.020833333333333297], CircleBox[{3.849001794597504, 1.987654320987655}, 0.012345679012345678], CircleBox[{4.233901974057255, 1.9876543209876543}, 0.012345679012345685], CircleBox[{4.898729556760461, 1.9494949494949492}, 0.01010101010101013], CircleBox[{4.907477288111816, 1.9791666666666692}, 0.020833333333333322], CircleBox[{6.697263122599657, 0.013333333333333329}, 0.013333333333333329], CircleBox[{6.672654750470263, 0.020491803278688513}, 0.01229508196721311], CircleBox[{5.311622476544547, 0.013333333333334143}, 0.013333333333334143], CircleBox[{5.283629736220233, 0.4949494949494919}, 0.010101010101008756], CircleBox[{6.552577753935267, 1.9397590361445785}, 0.012048192771084338], CircleBox[{6.581793068761731, 1.97}, 0.029999999999999964], CircleBox[{6.433331570970114, 1.9795918367346939}, 0.020408163265306128], CircleBox[{6.438330274599461, 1.9494949494949503}, 0.010101010101010102], CircleBox[{6.278684177437178, 1.9882812500000002}, 0.01171875000000001], CircleBox[{6.185895741317417, 1.9846938775510206}, 0.0153061224489796], CircleBox[{5.691024082012023, 1.9846938775510212}, 0.015306122448979609], CircleBox[{5.542562584220405, 1.96}, 0.04000000000000007], CircleBox[{5.5777907362387555, 1.9152542372881374}, 0.016949152542372923], CircleBox[{5.845671475544958, 1.9882812500000002}, 0.01171875000000001], CircleBox[{5.93845991166472, 1.979591836734694}, 0.02040816326530614], CircleBox[{7.967433714816837, 0.010000000000000103}, 0.010000000000000103], CircleBox[{7.948452336103752, 0.01712328767123295}, 0.01027397260273977], CircleBox[{7.85196366097891, 0.013333333333333393}, 0.013333333333333393], CircleBox[{7.736493607140983, 0.3833333333333335}, 0.016666666666666642], CircleBox[{7.274613391789282, 0.009999999999999997}, 0.009999999999999997], CircleBox[{7.255888518193944, 0.03378378378378376}, 0.02027027027027026], CircleBox[{7.21687836487032, 0.020833333333333325}, 0.020833333333333325], CircleBox[{7.415342519904254, 0.11328124999999994}, 0.011718749999999995], CircleBox[{7.4230748895809, 0.020408163265306124}, 0.020408163265306124], CircleBox[{7.390083445627209, 0.013333333333333338}, 0.013333333333333338], CircleBox[{7.574490845040013, 0.01865671641791045}, 0.011194029850746271], CircleBox[{8.51886213518571, 0.025510204081633032}, 0.015306122448979822], CircleBox[{8.552000862371326, 0.48828124999999434}, 0.01171875000000001], CircleBox[{7.833005890945818, 1.4514925373134329}, 0.011194029850746258], CircleBox[{7.898151682514078, 1.2933333333333357}, 0.013333333333333303], CircleBox[{7.890453678924884, 1.3194444444444469}, 0.013888888888888824], CircleBox[{7.911837022228203, 1.3950617283950622}, 0.01234567901234567], CircleBox[{7.9179465488862935, 1.4175824175824183}, 0.01098901098901098], CircleBox[{7.589531720438168, 1.7681818181818179}, 0.013636363636363629], CircleBox[{7.605962241932894, 1.75}, 0.010869565217391299], CircleBox[{7.403668157843433, 1.9019607843137256}, 0.01960784313725489], CircleBox[{7.413177456394792, 1.93}, 0.01], CircleBox[{7.361215932167728, 1.9531249999999993}, 0.046874999999999965], CircleBox[{7.522049221441979, 1.8178571428571428}, 0.010714285714285713], CircleBox[{7.621023553303058, 1.96}, 0.04000000000000002], CircleBox[{7.6074388410868305, 1.9019607843137254}, 0.019607843137254912], CircleBox[{8.000425158770527, 1.797619047619048}, 0.011904761904761904], CircleBox[{8.217171273117462, 1.883720930232558}, 0.023255813953488403], CircleBox[{8.25271267135759, 1.8970588235294117}, 0.014705882352941188], CircleBox[{8.227241335952163, 1.9531249999999991}, 0.046875000000000056], CircleBox[{8.105997779422344, 1.769999999999999}, 0.009999999999999997], CircleBox[{8.082903768654758, 1.7638888888888886}, 0.013888888888888888], CircleBox[{7.962263413898717, 1.9253731343283582}, 0.014925373134328365], CircleBox[{7.967433714816832, 1.97}, 0.030000000000000016], CircleBox[{7.860845972812595, 0.600961538461538}, 0.01442307692307692], CircleBox[{7.938566201357349, 1.0104166666666623}, 0.010416666666666543], CircleBox[{7.938566201357351, 0.9895833333333323}, 0.010416666666666581], CircleBox[{7.979110461834151, 0.9101123595505607}, 0.011235955056179761], CircleBox[{9.402561526802474, 0.020408163265306128}, 0.020408163265306128], CircleBox[{9.442470531585164, 0.040322580645161435}, 0.024193548387096867], CircleBox[{9.526279441628823, 0.1394230769230768}, 0.014423076923076924], CircleBox[{9.766262384846197, 0.2048192771084336}, 0.01204819277108433], CircleBox[{9.786087062764153, 0.18124999999999986}, 0.018749999999999985], CircleBox[{9.584014468547782, 0.28333333333333327}, 0.016666666666666705], CircleBox[{9.64999735645517, 0.3035714285714283}, 0.017857142857142842], CircleBox[{9.605009023791045, 0.3295454545454545}, 0.034090909090909075], CircleBox[{10.007404665953509, 0.03703703703703703}, 0.03703703703703703], CircleBox[{9.959292143521042, 0.015624999999999993}, 0.015624999999999993], CircleBox[{9.936502001316187, 0.06578947368421048}, 0.0394736842105263], CircleBox[{9.699484522385712, 0.040000000000000015}, 0.040000000000000015], CircleBox[{9.62250448649376, 0.03703703703703705}, 0.03703703703703705], CircleBox[{9.0932667397366, 0.015625000000000056}, 0.015625000000000056], CircleBox[{9.063056551232494, 0.02906976744186044}, 0.01744186046511627], CircleBox[{8.920061658979701, 0.18125000000000085}, 0.018750000000000107], CircleBox[{8.90768986749708, 0.020408163265306135}, 0.020408163265306135], CircleBox[{8.852704127574254, 0.03703703703703708}, 0.03703703703703708], CircleBox[{8.891194145520245, 0.3833333333333275}, 0.016666666666667076], CircleBox[{8.975172366493279, 0.5568181818181767}, 0.011363636363636305], CircleBox[{8.958883487425222, 0.5387931034482747}, 0.0129310344827586], CircleBox[{8.846782586351802, 0.5076923076923069}, 0.015384615384615387], CircleBox[{8.808715535636006, 0.4857142857142851}, 0.028571428571428536], CircleBox[{9.526279441628823, 1.6125}, 0.012499999999999997], CircleBox[{9.554215744976705, 1.5887096774193545}, 0.024193548387096753], CircleBox[{9.584014468547783, 1.616666666666667}, 0.016666666666666656], CircleBox[{9.413319606352589, 1.6413043478260871}, 0.010869565217391311], CircleBox[{9.353074360871934, 1.5875000000000004}, 0.012500000000000002], CircleBox[{9.40256152680247, 1.4464285714285716}, 0.01785714285714283], CircleBox[{9.430054396763884, 1.361111111111111}, 0.02777777777777771], CircleBox[{9.4475498594666, 1.4204545454545452}, 0.03409090909090908], CircleBox[{9.750804546313676, 1.814814814814815}, 0.03703703703703704], CircleBox[{9.726131457886769, 1.8653846153846154}, 0.01923076923076923], CircleBox[{9.814954576223634, 1.9166666666666665}, 0.08333333333333333], CircleBox[{9.237604307034008, 1.8888888888888888}, 0.1111111111111112], CircleBox[{9.298378019580285, 1.7368421052631577}, 0.05263157894736845], CircleBox[{9.389538588399699, 0.6447368421052632}, 0.01315789473684211], CircleBox[{9.430054396763884, 0.6388888888888891}, 0.027777777777777728], CircleBox[{9.430054396763884, 0.6805555555555551}, 0.013888888888888873], CircleBox[{9.2771488460196, 0.6746575342465738}, 0.010273972602739776], CircleBox[{9.158515229062829, 0.6712328767123273}, 0.013698630136986264], CircleBox[{9.187399935800128, 0.6793478260869554}, 0.01630434782608694], CircleBox[{9.373451429196274, 0.9607843137254902}, 0.01960784313725489], CircleBox[{9.373451429196272, 0.9191176470588223}, 0.02205882352941173], CircleBox[{9.398505201726199, 0.8073770491803278}, 0.012295081967213113], CircleBox[{9.293931162564705, 0.8048780487804874}, 0.02439024390243903], CircleBox[{9.26445780792655, 0.7674418604651161}, 0.023255813953488375], CircleBox[{11.2583302491977, 0.0625}, 0.0625], CircleBox[{11.134612334371349, 0.17857142857142846}, 0.1071428571428571], CircleBox[{10.969655114602887, 0.0833333333333333}, 0.0833333333333333], CircleBox[{11.777945491468364, 0.04}, 0.04], CircleBox[{11.857886297971543, 0.09615384615384608}, 0.05769230769230766], CircleBox[{11.835680518387326, 0.020833333333333325}, 0.020833333333333325], CircleBox[{11.861923712441397, 0.5151515151515148}, 0.03030303030303029], CircleBox[{11.907849302036027, 0.5156249999999997}, 0.015624999999999993], CircleBox[{11.907849302036027, 0.4531249999999998}, 0.04687500000000002], CircleBox[{11.337059831359921, 1.5454545454545454}, 0.09090909090909091], CircleBox[{11.431535329954588, 1.6500000000000001}, 0.05], CircleBox[{11.258330249197698, 1.8125}, 0.1875], CircleBox[{11.547005383792513, 0.7083333333333323}, 0.041666666666666706], CircleBox[{11.431535329954587, 0.8499999999999996}, 0.04999999999999998], CircleBox[{11.431535329954585, 0.7250000000000001}, 0.07499999999999998], CircleBox[{13.856406460551014, 1.}], CircleBox[{12.701705922171763, 0.3333333333333333}, 0.3333333333333333], CircleBox[{1.5396007178389999, 1.987654320987653}, 0.012345679012345644], CircleBox[{-0.2165063509461084, 1.9882812500000027}, 0.011718749999999995], CircleBox[{-1.5155444566227707, 1.9882812500000013}, 0.011718750000000042], CircleBox[{-3.216665785485056, 1.9846938775510206}, 0.015306122448979557], CircleBox[{-1.9794866372215754, 1.9795918367346939}, 0.020408163265306145], CircleBox[{-3.7527767497325666, 1.979166666666668}, 0.020833333333333297], CircleBox[{-3.849001794597504, 1.987654320987655}, 0.012345679012345678], CircleBox[{-4.233901974057255, 1.9876543209876543}, 0.012345679012345685], CircleBox[{-4.898729556760461, 1.9494949494949492}, 0.01010101010101013], CircleBox[{-4.907477288111816, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-6.697263122599657, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-6.672654750470263, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-5.311622476544547, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-5.283629736220233, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-6.552577753935267, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-6.581793068761731, 1.97}, 0.029999999999999964], CircleBox[{-6.433331570970114, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-6.438330274599461, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-6.278684177437178, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-6.185895741317417, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-5.691024082012023, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-5.542562584220405, 1.96}, 0.04000000000000007], CircleBox[{-5.5777907362387555, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-5.845671475544958, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-5.93845991166472, 1.979591836734694}, 0.02040816326530614], CircleBox[{-7.967433714816837, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-7.948452336103752, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-7.85196366097891, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-7.736493607140983, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-7.274613391789282, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-7.255888518193944, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-7.21687836487032, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-7.415342519904254, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-7.4230748895809, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-7.390083445627209, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-7.574490845040013, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-8.51886213518571, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-8.552000862371326, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-7.833005890945818, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-7.898151682514078, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-7.890453678924884, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-7.911837022228203, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-7.9179465488862935, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-7.589531720438168, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-7.605962241932894, 1.75}, 0.010869565217391299], CircleBox[{-7.403668157843433, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-7.413177456394792, 1.93}, 0.01], CircleBox[{-7.361215932167728, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-7.522049221441979, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-7.621023553303058, 1.96}, 0.04000000000000002], CircleBox[{-7.6074388410868305, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-8.000425158770527, 1.797619047619048}, 0.011904761904761904], CircleBox[{-8.217171273117462, 1.883720930232558}, 0.023255813953488403], CircleBox[{-8.25271267135759, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-8.227241335952163, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-8.105997779422344, 1.769999999999999}, 0.009999999999999997], CircleBox[{-8.082903768654758, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-7.962263413898717, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-7.967433714816832, 1.97}, 0.030000000000000016], CircleBox[{-7.860845972812595, 0.600961538461538}, 0.01442307692307692], CircleBox[{-7.938566201357349, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-7.938566201357351, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-7.979110461834151, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-9.402561526802474, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-9.442470531585164, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-9.526279441628823, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-9.766262384846197, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-9.786087062764153, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-9.584014468547782, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-9.64999735645517, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-9.605009023791045, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-10.007404665953509, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-9.959292143521042, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-9.936502001316187, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-9.699484522385712, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-9.62250448649376, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-9.0932667397366, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-9.063056551232494, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-8.920061658979701, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-8.90768986749708, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-8.852704127574254, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-8.891194145520245, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-8.975172366493279, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-8.958883487425222, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-8.846782586351802, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-8.808715535636006, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-9.526279441628823, 1.6125}, 0.012499999999999997], CircleBox[{-9.554215744976705, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-9.584014468547783, 1.616666666666667}, 0.016666666666666656], CircleBox[{-9.413319606352589, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-9.353074360871934, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-9.40256152680247, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-9.430054396763884, 1.361111111111111}, 0.02777777777777771], CircleBox[{-9.4475498594666, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-9.750804546313676, 1.814814814814815}, 0.03703703703703704], CircleBox[{-9.726131457886769, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-9.814954576223634, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-9.237604307034008, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-9.298378019580285, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-9.389538588399699, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-9.430054396763884, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-9.430054396763884, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-9.2771488460196, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-9.158515229062829, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-9.187399935800128, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-9.373451429196274, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-9.373451429196272, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-9.398505201726199, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-9.293931162564705, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-9.26445780792655, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-11.2583302491977, 0.0625}, 0.0625], CircleBox[{-11.134612334371349, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-10.969655114602887, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-11.777945491468364, 0.04}, 0.04], CircleBox[{-11.857886297971543, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-11.835680518387326, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-11.861923712441397, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-11.907849302036027, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-11.907849302036027, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-11.337059831359921, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-11.431535329954588, 1.6500000000000001}, 0.05], CircleBox[{-11.258330249197698, 1.8125}, 0.1875], CircleBox[{-11.547005383792513, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-11.431535329954587, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-11.431535329954585, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-13.856406460551014, 1.}], CircleBox[{-12.701705922171763, 0.3333333333333333}, 0.3333333333333333], CircleBox[{3.247595264191645, 1.9882812500000027}, 0.011718749999999995], CircleBox[{1.9485571585149826, 1.9882812500000013}, 0.011718750000000042], CircleBox[{3.711537444790451, 1.9846938775510206}, 0.015306122448979557], CircleBox[{4.948716593053931, 1.9795918367346939}, 0.020408163265306145], CircleBox[{6.639528095680694, 1.979166666666668}, 0.020833333333333297], CircleBox[{6.543303050815756, 1.987654320987655}, 0.012345679012345678], CircleBox[{6.158402871356007, 1.9876543209876543}, 0.012345679012345685], CircleBox[{5.493575288652799, 1.9494949494949492}, 0.01010101010101013], CircleBox[{5.484827557301444, 1.9791666666666692}, 0.020833333333333322], CircleBox[{7.159143337951359, 0.013333333333333329}, 0.013333333333333329], CircleBox[{7.1837517100807515, 0.020491803278688513}, 0.01229508196721311], CircleBox[{8.544783984006468, 0.013333333333334143}, 0.013333333333334143], CircleBox[{8.572776724330783, 0.4949494949494919}, 0.010101010101008756], CircleBox[{7.3038287066157475, 1.9397590361445785}, 0.012048192771084338], CircleBox[{7.274613391789282, 1.97}, 0.029999999999999964], CircleBox[{7.4230748895809, 1.9795918367346939}, 0.020408163265306128], CircleBox[{7.418076185951555, 1.9494949494949503}, 0.010101010101010102], CircleBox[{7.577722283113836, 1.9882812500000002}, 0.01171875000000001], CircleBox[{7.670510719233598, 1.9846938775510206}, 0.0153061224489796], CircleBox[{8.165382378538991, 1.9846938775510212}, 0.015306122448979609], CircleBox[{8.31384387633061, 1.96}, 0.04000000000000007], CircleBox[{8.278615724312262, 1.9152542372881374}, 0.016949152542372923], CircleBox[{8.010734985006057, 1.9882812500000002}, 0.01171875000000001], CircleBox[{7.917946548886294, 1.979591836734694}, 0.02040816326530614], CircleBox[{9.353074360871931, 0.010000000000000103}, 0.010000000000000103], CircleBox[{9.372055739585017, 0.01712328767123295}, 0.01027397260273977], CircleBox[{9.468544414709857, 0.013333333333333393}, 0.013333333333333393], CircleBox[{9.584014468547783, 0.3833333333333335}, 0.016666666666666642], CircleBox[{10.045894683899483, 0.009999999999999997}, 0.009999999999999997], CircleBox[{10.064619557494824, 0.03378378378378376}, 0.02027027027027026], CircleBox[{10.10362971081845, 0.020833333333333325}, 0.020833333333333325], CircleBox[{9.905165555784516, 0.11328124999999994}, 0.011718749999999995], CircleBox[{9.897433186107866, 0.020408163265306124}, 0.020408163265306124], CircleBox[{9.93042463006156, 0.013333333333333338}, 0.013333333333333338], CircleBox[{9.746017230648757, 0.01865671641791045}, 0.011194029850746271], CircleBox[{8.801645940503057, 0.025510204081633032}, 0.015306122448979822], CircleBox[{8.768507213317442, 0.48828124999999434}, 0.01171875000000001], CircleBox[{9.487502184742953, 1.4514925373134329}, 0.011194029850746258], CircleBox[{9.42235639317469, 1.2933333333333357}, 0.013333333333333303], CircleBox[{9.430054396763886, 1.3194444444444469}, 0.013888888888888824], CircleBox[{9.408671053460564, 1.3950617283950622}, 0.01234567901234567], CircleBox[{9.402561526802476, 1.4175824175824183}, 0.01098901098901098], CircleBox[{9.730976355250597, 1.7681818181818179}, 0.013636363636363629], CircleBox[{9.714545833755873, 1.75}, 0.010869565217391299], CircleBox[{9.916839917845333, 1.9019607843137256}, 0.01960784313725489], CircleBox[{9.907330619293976, 1.93}, 0.01], CircleBox[{9.959292143521042, 1.9531249999999993}, 0.046874999999999965], CircleBox[{9.798458854246787, 1.8178571428571428}, 0.010714285714285713], CircleBox[{9.69948452238571, 1.96}, 0.04000000000000002], CircleBox[{9.713069234601935, 1.9019607843137254}, 0.019607843137254912], CircleBox[{9.32008291691824, 1.797619047619048}, 0.011904761904761904], CircleBox[{9.103336802571306, 1.883720930232558}, 0.023255813953488403], CircleBox[{9.067795404331177, 1.8970588235294117}, 0.014705882352941188], CircleBox[{9.093266739736602, 1.9531249999999991}, 0.046875000000000056], CircleBox[{9.214510296266424, 1.769999999999999}, 0.009999999999999997], CircleBox[{9.237604307034008, 1.7638888888888886}, 0.013888888888888888], CircleBox[{9.35824466179005, 1.9253731343283582}, 0.014925373134328365], CircleBox[{9.353074360871934, 1.97}, 0.030000000000000016], CircleBox[{9.45966210287617, 0.600961538461538}, 0.01442307692307692], CircleBox[{9.381941874331417, 1.0104166666666623}, 0.010416666666666543], CircleBox[{9.381941874331416, 0.9895833333333323}, 0.010416666666666581], CircleBox[{9.341397613854618, 0.9101123595505607}, 0.011235955056179761], CircleBox[{11.382048164024049, 0.020408163265306128}, 0.020408163265306128], CircleBox[{11.342139159241356, 0.040322580645161435}, 0.024193548387096867], CircleBox[{11.2583302491977, 0.1394230769230768}, 0.014423076923076924], CircleBox[{11.018347305980324, 0.2048192771084336}, 0.01204819277108433], CircleBox[{10.998522628062366, 0.18124999999999986}, 0.018749999999999985], CircleBox[{11.200595222278736, 0.28333333333333327}, 0.016666666666666705], CircleBox[{11.134612334371349, 0.3035714285714283}, 0.017857142857142842], CircleBox[{11.179600667035478, 0.3295454545454545}, 0.034090909090909075], CircleBox[{10.77720502487301, 0.03703703703703703}, 0.03703703703703703], CircleBox[{10.82531754730548, 0.015624999999999993}, 0.015624999999999993], CircleBox[{10.848107689510332, 0.06578947368421048}, 0.0394736842105263], CircleBox[{11.085125168440813, 0.040000000000000015}, 0.040000000000000015], CircleBox[{11.162105204332763, 0.03703703703703705}, 0.03703703703703705], CircleBox[{11.691342951089919, 0.015625000000000056}, 0.015625000000000056], CircleBox[{11.721553139594027, 0.02906976744186044}, 0.01744186046511627], CircleBox[{11.86454803184682, 0.18125000000000085}, 0.018750000000000107], CircleBox[{11.87691982332944, 0.020408163265306135}, 0.020408163265306135], CircleBox[{11.931905563252268, 0.03703703703703708}, 0.03703703703703708], CircleBox[{11.893415545306276, 0.3833333333333275}, 0.016666666666667076], CircleBox[{11.80943732433324, 0.5568181818181767}, 0.011363636363636305], CircleBox[{11.825726203401299, 0.5387931034482747}, 0.0129310344827586], CircleBox[{11.937827104474719, 0.5076923076923069}, 0.015384615384615387], CircleBox[{11.975894155190513, 0.4857142857142851}, 0.028571428571428536], CircleBox[{11.258330249197698, 1.6125}, 0.012499999999999997], CircleBox[{11.230393945849814, 1.5887096774193545}, 0.024193548387096753], CircleBox[{11.200595222278736, 1.616666666666667}, 0.016666666666666656], CircleBox[{11.371290084473928, 1.6413043478260871}, 0.010869565217391311], CircleBox[{11.431535329954587, 1.5875000000000004}, 0.012500000000000002], CircleBox[{11.382048164024045, 1.4464285714285716}, 0.01785714285714283], CircleBox[{11.354555294062635, 1.361111111111111}, 0.02777777777777771], CircleBox[{11.337059831359923, 1.4204545454545452}, 0.03409090909090908], CircleBox[{11.033805144512844, 1.814814814814815}, 0.03703703703703704], CircleBox[{11.05847823293975, 1.8653846153846154}, 0.01923076923076923], CircleBox[{10.969655114602887, 1.9166666666666665}, 0.08333333333333333], CircleBox[{11.547005383792513, 1.8888888888888888}, 0.1111111111111112], CircleBox[{11.486231671246237, 1.7368421052631577}, 0.05263157894736845], CircleBox[{11.39507110242682, 0.6447368421052632}, 0.01315789473684211], CircleBox[{11.354555294062637, 0.6388888888888891}, 0.027777777777777728], CircleBox[{11.354555294062637, 0.6805555555555551}, 0.013888888888888873], CircleBox[{11.507460844806923, 0.6746575342465738}, 0.010273972602739776], CircleBox[{11.626094461763692, 0.6712328767123273}, 0.013698630136986264], CircleBox[{11.597209755026393, 0.6793478260869554}, 0.01630434782608694], CircleBox[{11.411158261630245, 0.9607843137254902}, 0.01960784313725489], CircleBox[{11.411158261630247, 0.9191176470588223}, 0.02205882352941173], CircleBox[{11.38610448910032, 0.8073770491803278}, 0.012295081967213113], CircleBox[{11.490678528261817, 0.8048780487804874}, 0.02439024390243903], CircleBox[{11.52015188289997, 0.7674418604651161}, 0.023255813953488375], CircleBox[{12.990381056766575, 0.0625}, 0.0625], CircleBox[{13.11409897159292, 0.17857142857142846}, 0.1071428571428571], CircleBox[{13.279056191361388, 0.0833333333333333}, 0.0833333333333333], CircleBox[{12.470765814495913, 0.04}, 0.04], CircleBox[{12.390825007992733, 0.09615384615384608}, 0.05769230769230766], CircleBox[{12.41303078757695, 0.020833333333333325}, 0.020833333333333325], CircleBox[{12.386787593522877, 0.5151515151515148}, 0.03030303030303029], CircleBox[{12.340862003928248, 0.5156249999999997}, 0.015624999999999993], CircleBox[{12.340862003928248, 0.4531249999999998}, 0.04687500000000002], CircleBox[{12.911651474604355, 1.5454545454545454}, 0.09090909090909091], CircleBox[{12.817175976009688, 1.6500000000000001}, 0.05], CircleBox[{12.990381056766573, 1.8125}, 0.1875], CircleBox[{12.701705922171763, 0.7083333333333323}, 0.041666666666666706], CircleBox[{12.817175976009688, 0.8499999999999996}, 0.04999999999999998], CircleBox[{12.817175976009686, 0.7250000000000001}, 0.07499999999999998], CircleBox[{15.011106998930263, 0.3333333333333333}, 0.3333333333333333], CircleBox[{15.588457268119893, 0.25}, 0.25], CircleBox[{15.588457268119896, 1.25}, 0.7500000000000002], CircleBox[{-1.5396007178389999, 1.987654320987653}, 0.012345679012345644], CircleBox[{-3.247595264191645, 1.9882812500000027}, 0.011718749999999995], CircleBox[{-1.9485571585149826, 1.9882812500000013}, 0.011718750000000042], CircleBox[{-3.711537444790451, 1.9846938775510206}, 0.015306122448979557], CircleBox[{-4.948716593053931, 1.9795918367346939}, 0.020408163265306145], CircleBox[{-6.639528095680694, 1.979166666666668}, 0.020833333333333297], CircleBox[{-6.543303050815756, 1.987654320987655}, 0.012345679012345678], CircleBox[{-6.158402871356007, 1.9876543209876543}, 0.012345679012345685], CircleBox[{-5.493575288652799, 1.9494949494949492}, 0.01010101010101013], CircleBox[{-5.484827557301444, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-7.159143337951359, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-7.1837517100807515, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-8.544783984006468, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-8.572776724330783, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-7.3038287066157475, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-7.274613391789282, 1.97}, 0.029999999999999964], CircleBox[{-7.4230748895809, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-7.418076185951555, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-7.577722283113836, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-7.670510719233598, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-8.165382378538991, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-8.31384387633061, 1.96}, 0.04000000000000007], CircleBox[{-8.278615724312262, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-8.010734985006057, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-7.917946548886294, 1.979591836734694}, 0.02040816326530614], CircleBox[{-9.353074360871931, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-9.372055739585017, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-9.468544414709857, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-9.584014468547783, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-10.045894683899483, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-10.064619557494824, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-10.10362971081845, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-9.905165555784516, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-9.897433186107866, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-9.93042463006156, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-9.746017230648757, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-8.801645940503057, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-8.768507213317442, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-9.487502184742953, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-9.42235639317469, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-9.430054396763886, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-9.408671053460564, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-9.402561526802476, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-9.730976355250597, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-9.714545833755873, 1.75}, 0.010869565217391299], CircleBox[{-9.916839917845333, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-9.907330619293976, 1.93}, 0.01], CircleBox[{-9.959292143521042, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-9.798458854246787, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-9.69948452238571, 1.96}, 0.04000000000000002], CircleBox[{-9.713069234601935, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-9.32008291691824, 1.797619047619048}, 0.011904761904761904], CircleBox[{-9.103336802571306, 1.883720930232558}, 0.023255813953488403], CircleBox[{-9.067795404331177, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-9.093266739736602, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-9.214510296266424, 1.769999999999999}, 0.009999999999999997], CircleBox[{-9.237604307034008, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-9.35824466179005, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-9.353074360871934, 1.97}, 0.030000000000000016], CircleBox[{-9.45966210287617, 0.600961538461538}, 0.01442307692307692], CircleBox[{-9.381941874331417, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-9.381941874331416, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-9.341397613854618, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-11.382048164024049, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-11.342139159241356, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-11.2583302491977, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-11.018347305980324, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-10.998522628062366, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-11.200595222278736, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-11.134612334371349, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-11.179600667035478, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-10.77720502487301, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-10.82531754730548, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-10.848107689510332, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-11.085125168440813, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-11.162105204332763, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-11.691342951089919, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-11.721553139594027, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-11.86454803184682, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-11.87691982332944, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-11.931905563252268, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-11.893415545306276, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-11.80943732433324, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-11.825726203401299, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-11.937827104474719, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-11.975894155190513, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-11.258330249197698, 1.6125}, 0.012499999999999997], CircleBox[{-11.230393945849814, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-11.200595222278736, 1.616666666666667}, 0.016666666666666656], CircleBox[{-11.371290084473928, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-11.431535329954587, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-11.382048164024045, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-11.354555294062635, 1.361111111111111}, 0.02777777777777771], CircleBox[{-11.337059831359923, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-11.033805144512844, 1.814814814814815}, 0.03703703703703704], CircleBox[{-11.05847823293975, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-10.969655114602887, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-11.547005383792513, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-11.486231671246237, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-11.39507110242682, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-11.354555294062637, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-11.354555294062637, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-11.507460844806923, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-11.626094461763692, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-11.597209755026393, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-11.411158261630245, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-11.411158261630247, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-11.38610448910032, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-11.490678528261817, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-11.52015188289997, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-12.990381056766575, 0.0625}, 0.0625], CircleBox[{-13.11409897159292, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-13.279056191361388, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-12.470765814495913, 0.04}, 0.04], CircleBox[{-12.390825007992733, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-12.41303078757695, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-12.386787593522877, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-12.340862003928248, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-12.340862003928248, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-12.911651474604355, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-12.817175976009688, 1.6500000000000001}, 0.05], CircleBox[{-12.990381056766573, 1.8125}, 0.1875], CircleBox[{-12.701705922171763, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-12.817175976009688, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-12.817175976009686, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-15.011106998930263, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-15.588457268119893, 0.25}, 0.25], CircleBox[{-15.588457268119896, 1.25}, 0.7500000000000002], CircleBox[{1.9245008972987534, 1.987654320987653}, 0.012345679012345644], CircleBox[{3.680607966083862, 1.9882812500000027}, 0.011718749999999995], CircleBox[{4.979646071760524, 1.9882812500000013}, 0.011718750000000042], CircleBox[{6.680767400622809, 1.9846938775510206}, 0.015306122448979557], CircleBox[{5.443588252359329, 1.9795918367346939}, 0.020408163265306145], CircleBox[{7.21687836487032, 1.979166666666668}, 0.020833333333333297], CircleBox[{7.313103409735256, 1.987654320987655}, 0.012345679012345678], CircleBox[{7.698003589195008, 1.9876543209876543}, 0.012345679012345685], CircleBox[{8.362831171898215, 1.9494949494949492}, 0.01010101010101013], CircleBox[{8.371578903249569, 1.9791666666666692}, 0.020833333333333322], CircleBox[{10.161364737737411, 0.013333333333333329}, 0.013333333333333329], CircleBox[{10.136756365608017, 0.020491803278688513}, 0.01229508196721311], CircleBox[{8.775724091682301, 0.013333333333334143}, 0.013333333333334143], CircleBox[{8.747731351357986, 0.4949494949494919}, 0.010101010101008756], CircleBox[{10.016679369073021, 1.9397590361445785}, 0.012048192771084338], CircleBox[{10.045894683899485, 1.97}, 0.029999999999999964], CircleBox[{9.897433186107868, 1.9795918367346939}, 0.020408163265306128], CircleBox[{9.902431889737215, 1.9494949494949503}, 0.010101010101010102], CircleBox[{9.742785792574931, 1.9882812500000002}, 0.01171875000000001], CircleBox[{9.64999735645517, 1.9846938775510206}, 0.0153061224489796], CircleBox[{9.155125697149776, 1.9846938775510212}, 0.015306122448979609], CircleBox[{9.006664199358159, 1.96}, 0.04000000000000007], CircleBox[{9.04189235137651, 1.9152542372881374}, 0.016949152542372923], CircleBox[{9.309773090682711, 1.9882812500000002}, 0.01171875000000001], CircleBox[{9.402561526802472, 1.979591836734694}, 0.02040816326530614], CircleBox[{11.43153532995459, 0.010000000000000103}, 0.010000000000000103], CircleBox[{11.412553951241504, 0.01712328767123295}, 0.01027397260273977], CircleBox[{11.316065276116664, 0.013333333333333393}, 0.013333333333333393], CircleBox[{11.200595222278736, 0.3833333333333335}, 0.016666666666666642], CircleBox[{10.738715006927036, 0.009999999999999997}, 0.009999999999999997], CircleBox[{10.719990133331699, 0.03378378378378376}, 0.02027027027027026], CircleBox[{10.680979980008074, 0.020833333333333325}, 0.020833333333333325], CircleBox[{10.879444135042007, 0.11328124999999994}, 0.011718749999999995], CircleBox[{10.887176504718653, 0.020408163265306124}, 0.020408163265306124], CircleBox[{10.85418506076496, 0.013333333333333338}, 0.013333333333333338], CircleBox[{11.038592460177767, 0.01865671641791045}, 0.011194029850746271], CircleBox[{11.982963750323462, 0.025510204081633032}, 0.015306122448979822], CircleBox[{12.01610247750908, 0.48828124999999434}, 0.01171875000000001], CircleBox[{11.297107506083572, 1.4514925373134329}, 0.011194029850746258], CircleBox[{11.362253297651831, 1.2933333333333357}, 0.013333333333333303], CircleBox[{11.354555294062639, 1.3194444444444469}, 0.013888888888888824], CircleBox[{11.375938637365957, 1.3950617283950622}, 0.01234567901234567], CircleBox[{11.382048164024047, 1.4175824175824183}, 0.01098901098901098], CircleBox[{11.05363333557592, 1.7681818181818179}, 0.013636363636363629], CircleBox[{11.070063857070648, 1.75}, 0.010869565217391299], CircleBox[{10.867769772981186, 1.9019607843137256}, 0.01960784313725489], CircleBox[{10.877279071532547, 1.93}, 0.01], CircleBox[{10.825317547305483, 1.9531249999999993}, 0.046874999999999965], CircleBox[{10.986150836579734, 1.8178571428571428}, 0.010714285714285713], CircleBox[{11.085125168440811, 1.96}, 0.04000000000000002], CircleBox[{11.071540456224584, 1.9019607843137254}, 0.019607843137254912], CircleBox[{11.464526773908279, 1.797619047619048}, 0.011904761904761904], CircleBox[{11.681272888255215, 1.883720930232558}, 0.023255813953488403], CircleBox[{11.716814286495344, 1.8970588235294117}, 0.014705882352941188], CircleBox[{11.691342951089917, 1.9531249999999991}, 0.046875000000000056], CircleBox[{11.570099394560096, 1.769999999999999}, 0.009999999999999997], CircleBox[{11.547005383792511, 1.7638888888888886}, 0.013888888888888888], CircleBox[{11.42636502903647, 1.9253731343283582}, 0.014925373134328365], CircleBox[{11.431535329954585, 1.97}, 0.030000000000000016], CircleBox[{11.324947587950348, 0.600961538461538}, 0.01442307692307692], CircleBox[{11.402667816495104, 1.0104166666666623}, 0.010416666666666543], CircleBox[{11.402667816495105, 0.9895833333333323}, 0.010416666666666581], CircleBox[{11.443212076971905, 0.9101123595505607}, 0.011235955056179761], CircleBox[{12.866663141940228, 0.020408163265306128}, 0.020408163265306128], CircleBox[{12.906572146722917, 0.040322580645161435}, 0.024193548387096867], CircleBox[{12.990381056766577, 0.1394230769230768}, 0.014423076923076924], CircleBox[{13.230363999983949, 0.2048192771084336}, 0.01204819277108433], CircleBox[{13.250188677901905, 0.18124999999999986}, 0.018749999999999985], CircleBox[{13.048116083685535, 0.28333333333333327}, 0.016666666666666705], CircleBox[{13.114098971592924, 0.3035714285714283}, 0.017857142857142842], CircleBox[{13.069110638928798, 0.3295454545454545}, 0.034090909090909075], CircleBox[{13.471506281091262, 0.03703703703703703}, 0.03703703703703703], CircleBox[{13.423393758658795, 0.015624999999999993}, 0.015624999999999993], CircleBox[{13.40060361645394, 0.06578947368421048}, 0.0394736842105263], CircleBox[{13.163586137523467, 0.040000000000000015}, 0.040000000000000015], CircleBox[{13.086606101631514, 0.03703703703703705}, 0.03703703703703705], CircleBox[{12.557368354874354, 0.015625000000000056}, 0.015625000000000056], CircleBox[{12.527158166370247, 0.02906976744186044}, 0.01744186046511627], CircleBox[{12.384163274117455, 0.18125000000000085}, 0.018750000000000107], CircleBox[{12.371791482634832, 0.020408163265306135}, 0.020408163265306135], CircleBox[{12.316805742712008, 0.03703703703703708}, 0.03703703703703708], CircleBox[{12.355295760657999, 0.3833333333333275}, 0.016666666666667076], CircleBox[{12.439273981631032, 0.5568181818181767}, 0.011363636363636305], CircleBox[{12.422985102562977, 0.5387931034482747}, 0.0129310344827586], CircleBox[{12.310884201489554, 0.5076923076923069}, 0.015384615384615387], CircleBox[{12.272817150773758, 0.4857142857142851}, 0.028571428571428536], CircleBox[{12.990381056766577, 1.6125}, 0.012499999999999997], CircleBox[{13.018317360114459, 1.5887096774193545}, 0.024193548387096753], CircleBox[{13.048116083685537, 1.616666666666667}, 0.016666666666666656], CircleBox[{12.877421221490343, 1.6413043478260871}, 0.010869565217391311], CircleBox[{12.817175976009688, 1.5875000000000004}, 0.012500000000000002], CircleBox[{12.866663141940224, 1.4464285714285716}, 0.01785714285714283], CircleBox[{12.894156011901638, 1.361111111111111}, 0.02777777777777771], CircleBox[{12.911651474604353, 1.4204545454545452}, 0.03409090909090908], CircleBox[{13.21490616145143, 1.814814814814815}, 0.03703703703703704], CircleBox[{13.19023307302452, 1.8653846153846154}, 0.01923076923076923], CircleBox[{13.279056191361388, 1.9166666666666665}, 0.08333333333333333], CircleBox[{12.701705922171762, 1.8888888888888888}, 0.1111111111111112], CircleBox[{12.762479634718039, 1.7368421052631577}, 0.05263157894736845], CircleBox[{12.853640203537452, 0.6447368421052632}, 0.01315789473684211], CircleBox[{12.894156011901638, 0.6388888888888891}, 0.027777777777777728], CircleBox[{12.894156011901638, 0.6805555555555551}, 0.013888888888888873], CircleBox[{12.741250461157353, 0.6746575342465738}, 0.010273972602739776], CircleBox[{12.622616844200582, 0.6712328767123273}, 0.013698630136986264], CircleBox[{12.651501550937882, 0.6793478260869554}, 0.01630434782608694], CircleBox[{12.837553044334028, 0.9607843137254902}, 0.01960784313725489], CircleBox[{12.837553044334026, 0.9191176470588223}, 0.02205882352941173], CircleBox[{12.862606816863954, 0.8073770491803278}, 0.012295081967213113], CircleBox[{12.75803277770246, 0.8048780487804874}, 0.02439024390243903], CircleBox[{12.728559423064304, 0.7674418604651161}, 0.023255813953488375], CircleBox[{14.722431864335453, 0.0625}, 0.0625], CircleBox[{14.598713949509103, 0.17857142857142846}, 0.1071428571428571], CircleBox[{14.43375672974064, 0.0833333333333333}, 0.0833333333333333], CircleBox[{15.242047106606117, 0.04}, 0.04], CircleBox[{15.321987913109297, 0.09615384615384608}, 0.05769230769230766], CircleBox[{15.29978213352508, 0.020833333333333325}, 0.020833333333333325], CircleBox[{15.326025327579151, 0.5151515151515148}, 0.03030303030303029], CircleBox[{15.37195091717378, 0.5156249999999997}, 0.015624999999999993], CircleBox[{15.37195091717378, 0.4531249999999998}, 0.04687500000000002], CircleBox[{14.801161446497677, 1.5454545454545454}, 0.09090909090909091], CircleBox[{14.895636945092342, 1.6500000000000001}, 0.05], CircleBox[{14.722431864335451, 1.8125}, 0.1875], CircleBox[{15.011106998930266, 0.7083333333333323}, 0.041666666666666706], CircleBox[{14.89563694509234, 0.8499999999999996}, 0.04999999999999998], CircleBox[{14.895636945092336, 0.7250000000000001}, 0.07499999999999998], CircleBox[{17.320508075688767, 1.}], CircleBox[{16.16580753730952, 0.3333333333333333}, 0.3333333333333333], CircleBox[{-1.9245008972987534, 1.987654320987653}, 0.012345679012345644], CircleBox[{-3.680607966083862, 1.9882812500000027}, 0.011718749999999995], CircleBox[{-4.979646071760524, 1.9882812500000013}, 0.011718750000000042], CircleBox[{-6.680767400622809, 1.9846938775510206}, 0.015306122448979557], CircleBox[{-5.443588252359329, 1.9795918367346939}, 0.020408163265306145], CircleBox[{-7.21687836487032, 1.979166666666668}, 0.020833333333333297], CircleBox[{-7.313103409735256, 1.987654320987655}, 0.012345679012345678], CircleBox[{-7.698003589195008, 1.9876543209876543}, 0.012345679012345685], CircleBox[{-8.362831171898215, 1.9494949494949492}, 0.01010101010101013], CircleBox[{-8.371578903249569, 1.9791666666666692}, 0.020833333333333322], CircleBox[{-10.161364737737411, 0.013333333333333329}, 0.013333333333333329], CircleBox[{-10.136756365608017, 0.020491803278688513}, 0.01229508196721311], CircleBox[{-8.775724091682301, 0.013333333333334143}, 0.013333333333334143], CircleBox[{-8.747731351357986, 0.4949494949494919}, 0.010101010101008756], CircleBox[{-10.016679369073021, 1.9397590361445785}, 0.012048192771084338], CircleBox[{-10.045894683899485, 1.97}, 0.029999999999999964], CircleBox[{-9.897433186107868, 1.9795918367346939}, 0.020408163265306128], CircleBox[{-9.902431889737215, 1.9494949494949503}, 0.010101010101010102], CircleBox[{-9.742785792574931, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-9.64999735645517, 1.9846938775510206}, 0.0153061224489796], CircleBox[{-9.155125697149776, 1.9846938775510212}, 0.015306122448979609], CircleBox[{-9.006664199358159, 1.96}, 0.04000000000000007], CircleBox[{-9.04189235137651, 1.9152542372881374}, 0.016949152542372923], CircleBox[{-9.309773090682711, 1.9882812500000002}, 0.01171875000000001], CircleBox[{-9.402561526802472, 1.979591836734694}, 0.02040816326530614], CircleBox[{-11.43153532995459, 0.010000000000000103}, 0.010000000000000103], CircleBox[{-11.412553951241504, 0.01712328767123295}, 0.01027397260273977], CircleBox[{-11.316065276116664, 0.013333333333333393}, 0.013333333333333393], CircleBox[{-11.200595222278736, 0.3833333333333335}, 0.016666666666666642], CircleBox[{-10.738715006927036, 0.009999999999999997}, 0.009999999999999997], CircleBox[{-10.719990133331699, 0.03378378378378376}, 0.02027027027027026], CircleBox[{-10.680979980008074, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-10.879444135042007, 0.11328124999999994}, 0.011718749999999995], CircleBox[{-10.887176504718653, 0.020408163265306124}, 0.020408163265306124], CircleBox[{-10.85418506076496, 0.013333333333333338}, 0.013333333333333338], CircleBox[{-11.038592460177767, 0.01865671641791045}, 0.011194029850746271], CircleBox[{-11.982963750323462, 0.025510204081633032}, 0.015306122448979822], CircleBox[{-12.01610247750908, 0.48828124999999434}, 0.01171875000000001], CircleBox[{-11.297107506083572, 1.4514925373134329}, 0.011194029850746258], CircleBox[{-11.362253297651831, 1.2933333333333357}, 0.013333333333333303], CircleBox[{-11.354555294062639, 1.3194444444444469}, 0.013888888888888824], CircleBox[{-11.375938637365957, 1.3950617283950622}, 0.01234567901234567], CircleBox[{-11.382048164024047, 1.4175824175824183}, 0.01098901098901098], CircleBox[{-11.05363333557592, 1.7681818181818179}, 0.013636363636363629], CircleBox[{-11.070063857070648, 1.75}, 0.010869565217391299], CircleBox[{-10.867769772981186, 1.9019607843137256}, 0.01960784313725489], CircleBox[{-10.877279071532547, 1.93}, 0.01], CircleBox[{-10.825317547305483, 1.9531249999999993}, 0.046874999999999965], CircleBox[{-10.986150836579734, 1.8178571428571428}, 0.010714285714285713], CircleBox[{-11.085125168440811, 1.96}, 0.04000000000000002], CircleBox[{-11.071540456224584, 1.9019607843137254}, 0.019607843137254912], CircleBox[{-11.464526773908279, 1.797619047619048}, 0.011904761904761904], CircleBox[{-11.681272888255215, 1.883720930232558}, 0.023255813953488403], CircleBox[{-11.716814286495344, 1.8970588235294117}, 0.014705882352941188], CircleBox[{-11.691342951089917, 1.9531249999999991}, 0.046875000000000056], CircleBox[{-11.570099394560096, 1.769999999999999}, 0.009999999999999997], CircleBox[{-11.547005383792511, 1.7638888888888886}, 0.013888888888888888], CircleBox[{-11.42636502903647, 1.9253731343283582}, 0.014925373134328365], CircleBox[{-11.431535329954585, 1.97}, 0.030000000000000016], CircleBox[{-11.324947587950348, 0.600961538461538}, 0.01442307692307692], CircleBox[{-11.402667816495104, 1.0104166666666623}, 0.010416666666666543], CircleBox[{-11.402667816495105, 0.9895833333333323}, 0.010416666666666581], CircleBox[{-11.443212076971905, 0.9101123595505607}, 0.011235955056179761], CircleBox[{-12.866663141940228, 0.020408163265306128}, 0.020408163265306128], CircleBox[{-12.906572146722917, 0.040322580645161435}, 0.024193548387096867], CircleBox[{-12.990381056766577, 0.1394230769230768}, 0.014423076923076924], CircleBox[{-13.230363999983949, 0.2048192771084336}, 0.01204819277108433], CircleBox[{-13.250188677901905, 0.18124999999999986}, 0.018749999999999985], CircleBox[{-13.048116083685535, 0.28333333333333327}, 0.016666666666666705], CircleBox[{-13.114098971592924, 0.3035714285714283}, 0.017857142857142842], CircleBox[{-13.069110638928798, 0.3295454545454545}, 0.034090909090909075], CircleBox[{-13.471506281091262, 0.03703703703703703}, 0.03703703703703703], CircleBox[{-13.423393758658795, 0.015624999999999993}, 0.015624999999999993], CircleBox[{-13.40060361645394, 0.06578947368421048}, 0.0394736842105263], CircleBox[{-13.163586137523467, 0.040000000000000015}, 0.040000000000000015], CircleBox[{-13.086606101631514, 0.03703703703703705}, 0.03703703703703705], CircleBox[{-12.557368354874354, 0.015625000000000056}, 0.015625000000000056], CircleBox[{-12.527158166370247, 0.02906976744186044}, 0.01744186046511627], CircleBox[{-12.384163274117455, 0.18125000000000085}, 0.018750000000000107], CircleBox[{-12.371791482634832, 0.020408163265306135}, 0.020408163265306135], CircleBox[{-12.316805742712008, 0.03703703703703708}, 0.03703703703703708], CircleBox[{-12.355295760657999, 0.3833333333333275}, 0.016666666666667076], CircleBox[{-12.439273981631032, 0.5568181818181767}, 0.011363636363636305], CircleBox[{-12.422985102562977, 0.5387931034482747}, 0.0129310344827586], CircleBox[{-12.310884201489554, 0.5076923076923069}, 0.015384615384615387], CircleBox[{-12.272817150773758, 0.4857142857142851}, 0.028571428571428536], CircleBox[{-12.990381056766577, 1.6125}, 0.012499999999999997], CircleBox[{-13.018317360114459, 1.5887096774193545}, 0.024193548387096753], CircleBox[{-13.048116083685537, 1.616666666666667}, 0.016666666666666656], CircleBox[{-12.877421221490343, 1.6413043478260871}, 0.010869565217391311], CircleBox[{-12.817175976009688, 1.5875000000000004}, 0.012500000000000002], CircleBox[{-12.866663141940224, 1.4464285714285716}, 0.01785714285714283], CircleBox[{-12.894156011901638, 1.361111111111111}, 0.02777777777777771], CircleBox[{-12.911651474604353, 1.4204545454545452}, 0.03409090909090908], CircleBox[{-13.21490616145143, 1.814814814814815}, 0.03703703703703704], CircleBox[{-13.19023307302452, 1.8653846153846154}, 0.01923076923076923], CircleBox[{-13.279056191361388, 1.9166666666666665}, 0.08333333333333333], CircleBox[{-12.701705922171762, 1.8888888888888888}, 0.1111111111111112], CircleBox[{-12.762479634718039, 1.7368421052631577}, 0.05263157894736845], CircleBox[{-12.853640203537452, 0.6447368421052632}, 0.01315789473684211], CircleBox[{-12.894156011901638, 0.6388888888888891}, 0.027777777777777728], CircleBox[{-12.894156011901638, 0.6805555555555551}, 0.013888888888888873], CircleBox[{-12.741250461157353, 0.6746575342465738}, 0.010273972602739776], CircleBox[{-12.622616844200582, 0.6712328767123273}, 0.013698630136986264], CircleBox[{-12.651501550937882, 0.6793478260869554}, 0.01630434782608694], CircleBox[{-12.837553044334028, 0.9607843137254902}, 0.01960784313725489], CircleBox[{-12.837553044334026, 0.9191176470588223}, 0.02205882352941173], CircleBox[{-12.862606816863954, 0.8073770491803278}, 0.012295081967213113], CircleBox[{-12.75803277770246, 0.8048780487804874}, 0.02439024390243903], CircleBox[{-12.728559423064304, 0.7674418604651161}, 0.023255813953488375], CircleBox[{-14.722431864335453, 0.0625}, 0.0625], CircleBox[{-14.598713949509103, 0.17857142857142846}, 0.1071428571428571], CircleBox[{-14.43375672974064, 0.0833333333333333}, 0.0833333333333333], CircleBox[{-15.242047106606117, 0.04}, 0.04], CircleBox[{-15.321987913109297, 0.09615384615384608}, 0.05769230769230766], CircleBox[{-15.29978213352508, 0.020833333333333325}, 0.020833333333333325], CircleBox[{-15.326025327579151, 0.5151515151515148}, 0.03030303030303029], CircleBox[{-15.37195091717378, 0.5156249999999997}, 0.015624999999999993], CircleBox[{-15.37195091717378, 0.4531249999999998}, 0.04687500000000002], CircleBox[{-14.801161446497677, 1.5454545454545454}, 0.09090909090909091], CircleBox[{-14.895636945092342, 1.6500000000000001}, 0.05], CircleBox[{-14.722431864335451, 1.8125}, 0.1875], CircleBox[{-15.011106998930266, 0.7083333333333323}, 0.041666666666666706], CircleBox[{-14.89563694509234, 0.8499999999999996}, 0.04999999999999998], CircleBox[{-14.895636945092336, 0.7250000000000001}, 0.07499999999999998], CircleBox[{-17.320508075688767, 1.}], CircleBox[{-16.16580753730952, 0.3333333333333333}, 0.3333333333333333], CircleBox[{5.003702332976753, 1.987654320987653}, 0.012345679012345644], CircleBox[{6.7116968793293985, 1.9882812500000027}, 0.011718749999999995], CircleBox[{5.412658773652736, 1.9882812500000013}, 0.011718750000000042], CircleBox[{7.175639059928204, 1.9846938775510206}, 0.015306122448979557], CircleBox[{8.412818208191684, 1.9795918367346939}, 0.020408163265306145], CircleBox[{10.103629710818447, 1.979166666666668}, 0.020833333333333297], CircleBox[{10.007404665953509, 1.987654320987655}, 0.012345679012345678], CircleBox[{9.62250448649376, 1.9876543209876543}, 0.012345679012345685], CircleBox[{8.957676903790553, 1.9494949494949492}, 0.01010101010101013], CircleBox[{8.948929172439199, 1.9791666666666692}, 0.020833333333333322], CircleBox[{10.623244953089111, 0.013333333333333329}, 0.013333333333333329], CircleBox[{10.647853325218506, 0.020491803278688513}, 0.01229508196721311], CircleBox[{12.008885599144222, 0.013333333333334143}, 0.013333333333334143], CircleBox[{12.036878339468537, 0.4949494949494919}, 0.010101010101008756], CircleBox[{10.7679303217535, 1.9397590361445785}, 0.012048192771084338], CircleBox[{10.738715006927036, 1.97}, 0.029999999999999964], CircleBox[{10.887176504718655, 1.9795918367346939}, 0.020408163265306128], CircleBox[{10.882177801089307, 1.9494949494949503}, 0.010101010101010102], CircleBox[{11.04182389825159, 1.9882812500000002}, 0.01171875000000001], CircleBox[{11.134612334371353, 1.9846938775510206}, 0.0153061224489796], CircleBox[{11.629483993676745, 1.9846938775510212}, 0.015306122448979609], CircleBox[{11.777945491468364, 1.96}, 0.04000000000000007], CircleBox[{11.742717339450016, 1.9152542372881374}, 0.016949152542372923], CircleBox[{11.474836600143808, 1.9882812500000002}, 0.01171875000000001], CircleBox[{11.382048164024047, 1.979591836734694}, 0.02040816326530614], CircleBox[{12.817175976009684, 0.010000000000000103}, 0.010000000000000103], CircleBox[{12.83615735472277, 0.01712328767123295}, 0.01027397260273977], CircleBox[{12.93264602984761, 0.013333333333333393}, 0.013333333333333393], CircleBox[{13.048116083685537, 0.3833333333333335}, 0.016666666666666642], CircleBox[{13.509996299037237, 0.009999999999999997}, 0.009999999999999997], CircleBox[{13.528721172632578, 0.03378378378378376}, 0.02027027027027026], CircleBox[{13.567731325956203, 0.020833333333333325}, 0.020833333333333325], CircleBox[{13.369267170922267, 0.11328124999999994}, 0.011718749999999995], CircleBox[{13.361534801245622, 0.020408163265306124}, 0.020408163265306124], CircleBox[{13.394526245199314, 0.013333333333333338}, 0.013333333333333338], CircleBox[{13.21011884578651, 0.01865671641791045}, 0.011194029850746271], CircleBox[{12.26574755564081, 0.025510204081633032}, 0.015306122448979822], CircleBox[{12.232608828455193, 0.48828124999999434}, 0.01171875000000001], CircleBox[{12.951603799880706, 1.4514925373134329}, 0.011194029850746258], CircleBox[{12.886458008312442, 1.2933333333333357}, 0.013333333333333303], CircleBox[{12.89415601190164, 1.3194444444444469}, 0.013888888888888824], CircleBox[{12.872772668598317, 1.3950617283950622}, 0.01234567901234567], CircleBox[{12.86666314194023, 1.4175824175824183}, 0.01098901098901098], CircleBox[{13.19507797038835, 1.7681818181818179}, 0.013636363636363629], CircleBox[{13.178647448893626, 1.75}, 0.010869565217391299], CircleBox[{13.380941532983085, 1.9019607843137256}, 0.01960784313725489], CircleBox[{13.37143223443173, 1.93}, 0.01], CircleBox[{13.423393758658795, 1.9531249999999993}, 0.046874999999999965], CircleBox[{13.26256046938454, 1.8178571428571428}, 0.010714285714285713], CircleBox[{13.163586137523465, 1.96}, 0.04000000000000002], CircleBox[{13.177170849739689, 1.9019607843137254}, 0.019607843137254912], CircleBox[{12.784184532055995, 1.797619047619048}, 0.011904761904761904], CircleBox[{12.56743841770906, 1.883720930232558}, 0.023255813953488403], CircleBox[{12.53189701946893, 1.8970588235294117}, 0.014705882352941188], CircleBox[{12.557368354874354, 1.9531249999999991}, 0.046875000000000056], CircleBox[{12.678611911404175, 1.769999999999999}, 0.009999999999999997], CircleBox[{12.701705922171762, 1.7638888888888886}, 0.013888888888888888], CircleBox[{12.822346276927803, 1.9253731343283582}, 0.014925373134328365], CircleBox[{12.817175976009688, 1.97}, 0.030000000000000016], CircleBox[{12.923763718013923, 0.600961538461538}, 0.01442307692307692], CircleBox[{12.84604348946917, 1.0104166666666623}, 0.010416666666666543], CircleBox[{12.84604348946917, 0.9895833333333323}, 0.010416666666666581], CircleBox[{12.805499228992371, 0.9101123595505607}, 0.011235955056179761], CircleBox[{14.846149779161802, 0.020408163265306128}, 0.020408163265306128], CircleBox[{14.806240774379107, 0.040322580645161435}, 0.024193548387096867], CircleBox[{14.722431864335453, 0.1394230769230768}, 0.014423076923076924], CircleBox[{14.482448921118078, 0.2048192771084336}, 0.01204819277108433], CircleBox[{14.462624243200121, 0.18124999999999986}, 0.018749999999999985], CircleBox[{14.66469683741649, 0.28333333333333327}, 0.016666666666666705], CircleBox[{14.598713949509103, 0.3035714285714283}, 0.017857142857142842], CircleBox[{14.643702282173232, 0.3295454545454545}, 0.034090909090909075], CircleBox[{14.241306640010764, 0.03703703703703703}, 0.03703703703703703], CircleBox[{14.289419162443233, 0.015624999999999993}, 0.015624999999999993], CircleBox[{14.312209304648084, 0.06578947368421048}, 0.0394736842105263], CircleBox[{14.549226783578566, 0.040000000000000015}, 0.040000000000000015], CircleBox[{14.626206819470516, 0.03703703703703705}, 0.03703703703703705], CircleBox[{15.155444566227672, 0.015625000000000056}, 0.015625000000000056], CircleBox[{15.18565475473178, 0.02906976744186044}, 0.01744186046511627], CircleBox[{15.328649646984573, 0.18125000000000085}, 0.018750000000000107], CircleBox[{15.341021438467193, 0.020408163265306135}, 0.020408163265306135], CircleBox[{15.396007178390022, 0.03703703703703708}, 0.03703703703703708], CircleBox[{15.35751716044403, 0.3833333333333275}, 0.016666666666667076], CircleBox[{15.273538939470994, 0.5568181818181767}, 0.011363636363636305], CircleBox[{15.289827818539052, 0.5387931034482747}, 0.0129310344827586], CircleBox[{15.40192871961247, 0.5076923076923069}, 0.015384615384615387], CircleBox[{15.439995770328265, 0.4857142857142851}, 0.028571428571428536], CircleBox[{14.72243186433545, 1.6125}, 0.012499999999999997], CircleBox[{14.694495560987567, 1.5887096774193545}, 0.024193548387096753], CircleBox[{14.664696837416491, 1.616666666666667}, 0.016666666666666656], CircleBox[{14.835391699611682, 1.6413043478260871}, 0.010869565217391311], CircleBox[{14.89563694509234, 1.5875000000000004}, 0.012500000000000002], CircleBox[{14.846149779161799, 1.4464285714285716}, 0.01785714285714283], CircleBox[{14.818656909200389, 1.361111111111111}, 0.02777777777777771], CircleBox[{14.801161446497677, 1.4204545454545452}, 0.03409090909090908], CircleBox[{14.497906759650597, 1.814814814814815}, 0.03703703703703704], CircleBox[{14.522579848077504, 1.8653846153846154}, 0.01923076923076923], CircleBox[{14.43375672974064, 1.9166666666666665}, 0.08333333333333333], CircleBox[{15.011106998930266, 1.8888888888888888}, 0.1111111111111112], CircleBox[{14.95033328638399, 1.7368421052631577}, 0.05263157894736845], CircleBox[{14.859172717564574, 0.6447368421052632}, 0.01315789473684211], CircleBox[{14.818656909200392, 0.6388888888888891}, 0.027777777777777728], CircleBox[{14.81865690920039, 0.6805555555555551}, 0.013888888888888873], CircleBox[{14.971562459944678, 0.6746575342465738}, 0.010273972602739776], CircleBox[{15.090196076901448, 0.6712328767123273}, 0.013698630136986264], CircleBox[{15.061311370164145, 0.6793478260869554}, 0.01630434782608694], CircleBox[{14.875259876767997, 0.9607843137254902}, 0.01960784313725489], CircleBox[{14.875259876768, 0.9191176470588223}, 0.02205882352941173], CircleBox[{14.850206104238072, 0.8073770491803278}, 0.012295081967213113], CircleBox[{14.954780143399573, 0.8048780487804874}, 0.02439024390243903], CircleBox[{14.984253498037724, 0.7674418604651161}, 0.023255813953488375], CircleBox[{16.45448267190433, 0.0625}, 0.0625], CircleBox[{16.578200586730674, 0.17857142857142846}, 0.1071428571428571], CircleBox[{16.74315780649914, 0.0833333333333333}, 0.0833333333333333], CircleBox[{15.934867429633666, 0.04}, 0.04], CircleBox[{15.854926623130487, 0.09615384615384608}, 0.05769230769230766], CircleBox[{15.877132402714704, 0.020833333333333325}, 0.020833333333333325], CircleBox[{15.850889208660629, 0.5151515151515148}, 0.03030303030303029], CircleBox[{15.804963619066001, 0.5156249999999997}, 0.015624999999999993], CircleBox[{15.804963619066001, 0.4531249999999998}, 0.04687500000000002], CircleBox[{16.37575308974211, 1.5454545454545454}, 0.09090909090909091], CircleBox[{16.28127759114744, 1.6500000000000001}, 0.05], CircleBox[{16.454482671904323, 1.8125}, 0.1875], CircleBox[{16.16580753730952, 0.7083333333333323}, 0.041666666666666706], CircleBox[{16.281277591147443, 0.8499999999999996}, 0.04999999999999998], CircleBox[{16.28127759114744, 0.7250000000000001}, 0.07499999999999998], CircleBox[{18.475208614068016, 0.3333333333333333}, 0.3333333333333333], CircleBox[{19.052558883257646, 0.25}, 0.25], CircleBox[{19.05255888325765, 1.25}, 0.7500000000000002]}, {RGBColor[1, 0, 0], CircleBox[{0.5773502691896256, 0.}, 0.5773502691896256], CircleBox[{1.443375672974064, 0.}, 0.2886751345948128], CircleBox[{1.5155444566227674, 0.49999999999999967}, 0.21650635094610962], CircleBox[{0.8660254037844387, 2.}, 0.8660254037844387], CircleBox[{1.0392304845413263, 0.7999999999999999}, 0.3464101615137754], TagBox[ConicHullRegionBox[{0, 0}, {{0, -1}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{1.7320508075688767`, 0.}, {{0, 1}}], "InfiniteLine"]}, {RGBColor[0, 0, 1], CircleBox[{0, 1}], CircleBox[ NCache[{1.1547005383792515`, Rational[1, 3]}, {1.1547005383792515`, 0.3333333333333333}], NCache[Rational[1, 3], 0.3333333333333333]], CircleBox[ NCache[{1.7320508075688779`, Rational[1, 4]}, {1.7320508075688779`, 0.25}], NCache[Rational[1, 4], 0.25]], CircleBox[{1.7320508075688776, 1.25}, 0.7500000000000002], TagBox[ConicHullRegionBox[{0, 2}, {{-1, 0}}], "InfiniteLine"], TagBox[ConicHullRegionBox[{0, 0}, {{1, 0}}], "InfiniteLine"]}}, PlotRange->{{-1.7320508075688767`, 3.4641016151377535`}, {-1.2, 3.2}}, PlotRangeClipping->True]}, { RowBox[{"{", RowBox[{ "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0"}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0", "1", "0", "1"}, {"4", "3", RowBox[{"2", " ", SqrtBox["3"]}], "1"}, {"12", "4", RowBox[{"4", " ", SqrtBox["3"]}], "1"}, { FractionBox["16", "3"], FractionBox["4", "3"], FractionBox["4", SqrtBox["3"]], FractionBox["5", "3"]}, {"4", "0", "0", "1"}, {"0", "0", "0", RowBox[{"-", "1"}]}, {"0", SqrtBox["3"], "1", "0"}, { RowBox[{"4", " ", SqrtBox["3"]}], RowBox[{"2", " ", SqrtBox["3"]}], "5", "0"}, { FractionBox["20", SqrtBox["3"]], FractionBox["8", SqrtBox["3"]], "7", FractionBox["4", SqrtBox["3"]]}, { FractionBox["8", SqrtBox["3"]], FractionBox["2", SqrtBox["3"]], "1", FractionBox["4", SqrtBox["3"]]}, { FractionBox["8", SqrtBox["3"]], FractionBox["5", SqrtBox["3"]], "3", FractionBox["4", SqrtBox["3"]]}, {"0", "0", RowBox[{"-", "1"}], "0"}, { RowBox[{"2", " ", SqrtBox["3"]}], "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", "1", "0", RowBox[{"-", FractionBox["3", "2"]}], "1", RowBox[{"-", FractionBox["3", "2"]}]}, {"0", "1", "0", "0", "0", "0"}, {"0", "8", "0", RowBox[{"-", "6"}], "3", "0"}, {"0", FractionBox["16", "3"], "0", RowBox[{"-", "5"}], FractionBox["8", "3"], RowBox[{"-", "2"}]}, {"0", "8", "0", RowBox[{"-", "9"}], "5", RowBox[{"-", "3"}]}, {"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", "5", "0", FractionBox["15", "2"], RowBox[{"-", "3"}], FractionBox["27", "2"]}, {"0", "1", "0", "0", "0", "0"}, {"0", "0", "0", "3", RowBox[{"-", "1"}], "3"}, {"0", FractionBox["8", "3"], "0", "7", RowBox[{"-", FractionBox["8", "3"]}], "10"}, {"0", "8", "0", "18", RowBox[{"-", "7"}], "30"}, {"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", "5", "0", FractionBox["27", "2"], RowBox[{"-", "3"}], FractionBox["15", "2"]}, {"0", "1", "0", "0", "0", "0"}, {"0", "0", "0", "3", RowBox[{"-", "1"}], "3"}, {"0", "0", "0", "1", "0", "0"}, {"0", "8", "0", "30", RowBox[{"-", "7"}], "18"}, {"0", FractionBox["8", "3"], "0", "10", RowBox[{"-", FractionBox["8", "3"]}], "7"} }, 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", "1", "0", RowBox[{"-", FractionBox["3", "2"]}], "1", RowBox[{"-", FractionBox["3", "2"]}]}, {"0", "5", "0", RowBox[{"-", "3"}], "8", RowBox[{"-", "9"}]}, {"0", "8", "0", RowBox[{"-", "3"}], "15", RowBox[{"-", "15"}]}, {"0", "0", "0", "1", "0", "0"}, {"0", "0", "0", "0", "1", "0"}, {"0", FractionBox["8", "3"], "0", RowBox[{"-", "2"}], FractionBox["16", "3"], RowBox[{"-", "5"}]} }, 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", "1", "0", RowBox[{"-", FractionBox["3", "2"]}], "1", RowBox[{"-", FractionBox["3", "2"]}]}, {"0", "1", "0", "0", "0", "0"}, {"0", "8", "0", "0", "3", RowBox[{"-", "6"}]}, {"0", "0", "0", "1", "0", "0"}, {"0", "8", "0", RowBox[{"-", "3"}], "5", RowBox[{"-", "9"}]}, {"0", FractionBox["16", "3"], "0", RowBox[{"-", "2"}], FractionBox["8", "3"], RowBox[{"-", "5"}]} }, 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", "1", "0", RowBox[{"-", FractionBox["3", "2"]}], "1", RowBox[{"-", FractionBox["3", "2"]}]}, {"0", "5", "0", RowBox[{"-", "9"}], "8", RowBox[{"-", "3"}]}, {"0", "8", "0", RowBox[{"-", "15"}], "15", RowBox[{"-", "3"}]}, {"0", FractionBox["8", "3"], "0", RowBox[{"-", "5"}], FractionBox["16", "3"], RowBox[{"-", "2"}]}, {"0", "0", "0", "0", "1", "0"}, {"0", "0", "0", "0", "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"nonintegral\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"C", "[", "1", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "1", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "2", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"3", "+", RowBox[{"3", " ", RowBox[{"C", "[", "1", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "2", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "1", "]"}]}], "+", RowBox[{"C", "[", "2", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"3", "+", RowBox[{"3", " ", RowBox[{"C", "[", "1", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "2", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"2", " ", RowBox[{"C", "[", "3", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"(", RowBox[{"1", "+", RowBox[{"C", "[", "3", "]"}]}], ")"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "4", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"6", "+", RowBox[{"3", " ", RowBox[{"C", "[", "3", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "4", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "3", "]"}]}], "+", RowBox[{"C", "[", "4", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"6", "+", RowBox[{"3", " ", RowBox[{"C", "[", "3", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "4", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"C", "[", "5", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "5", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "6", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"3", "+", RowBox[{"3", " ", RowBox[{"C", "[", "5", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "6", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "1"}], "-", RowBox[{"2", " ", RowBox[{"C", "[", "5", "]"}]}], "+", RowBox[{"C", "[", "6", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"3", "+", RowBox[{"3", " ", RowBox[{"C", "[", "5", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "6", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"C", "[", "7", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "7", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "8", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"3", " ", RowBox[{"C", "[", "7", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "8", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "7", "]"}]}], "+", RowBox[{"C", "[", "8", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"3", " ", RowBox[{"C", "[", "7", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "8", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"C", "[", "9", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "9", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "10", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"3", " ", RowBox[{"C", "[", "9", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "10", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "-", RowBox[{"2", " ", RowBox[{"C", "[", "9", "]"}]}], "+", RowBox[{"C", "[", "10", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"3", " ", RowBox[{"C", "[", "9", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "10", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]}, { RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"2", " ", RowBox[{"C", "[", "11", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "11", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"C", "[", "12", "]"}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{"3", " ", RowBox[{"C", "[", "11", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "12", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"-", "2"}], " ", RowBox[{"C", "[", "11", "]"}]}], "+", RowBox[{"C", "[", "12", "]"}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}], RowBox[{"ConditionalExpression", "[", RowBox[{ RowBox[{"1", "+", RowBox[{"3", " ", RowBox[{"C", "[", "11", "]"}]}], "-", RowBox[{"3", " ", RowBox[{"C", "[", "12", "]"}]}]}], ",", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"C", "[", "1", "]"}], "|", RowBox[{"C", "[", "2", "]"}], "|", RowBox[{"C", "[", "3", "]"}], "|", RowBox[{"C", "[", "4", "]"}], "|", RowBox[{"C", "[", "5", "]"}], "|", RowBox[{"C", "[", "6", "]"}], "|", RowBox[{"C", "[", "7", "]"}], "|", RowBox[{"C", "[", "8", "]"}], "|", RowBox[{"C", "[", "9", "]"}], "|", RowBox[{"C", "[", "10", "]"}], "|", RowBox[{"C", "[", "11", "]"}], "|", RowBox[{"C", "[", "12", "]"}]}], ")"}], "\[Element]", TemplateBox[{}, "Integers"]}]}], "]"}]} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "\[NoBreak]", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]], ",", "\<\"integral\"\>"}], "}"}]}], "}"}]}, { TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ { RowBox[{"-", "1"}], "1", "5", "1", "1", "1", "0", RowBox[{"2", " ", SqrtBox["3"]}], RowBox[{"2", " ", SqrtBox["3"]}], "0", "0", "0", SqrtBox["3"]}, {"1", RowBox[{"-", "1"}], "1", "1", "5", "1", "0", "0", "0", RowBox[{"2", " ", SqrtBox["3"]}], "0", RowBox[{"2", " ", SqrtBox["3"]}], SqrtBox["3"]}, {"5", "1", RowBox[{"-", "1"}], "1", "7", "1", RowBox[{"2", " ", SqrtBox["3"]}], "0", "0", RowBox[{"4", " ", SqrtBox["3"]}], RowBox[{"2", " ", SqrtBox["3"]}], RowBox[{"4", " ", SqrtBox["3"]}], "0"}, {"1", "1", "1", RowBox[{"-", "1"}], "1", FractionBox["5", "3"], FractionBox["4", SqrtBox["3"]], FractionBox["4", SqrtBox["3"]], "0", "0", "0", FractionBox["4", SqrtBox["3"]], "0"}, {"1", "5", "7", "1", RowBox[{"-", "1"}], "1", RowBox[{"2", " ", SqrtBox["3"]}], RowBox[{"4", " ", SqrtBox["3"]}], RowBox[{"4", " ", SqrtBox["3"]}], "0", RowBox[{"2", " ", SqrtBox["3"]}], "0", "0"}, {"1", "1", "1", FractionBox["5", "3"], "1", RowBox[{"-", "1"}], "0", "0", FractionBox["4", SqrtBox["3"]], FractionBox["4", SqrtBox["3"]], FractionBox["4", SqrtBox["3"]], "0", "0"}, {"0", "0", RowBox[{"2", " ", SqrtBox["3"]}], FractionBox["4", SqrtBox["3"]], RowBox[{"2", " ", SqrtBox["3"]}], "0", RowBox[{"-", "1"}], "1", "3", "3", "1", "1", "2"}, { RowBox[{"2", " ", SqrtBox["3"]}], "0", "0", FractionBox["4", SqrtBox["3"]], RowBox[{"4", " ", SqrtBox["3"]}], "0", "1", RowBox[{"-", "1"}], "1", "7", "3", "5", "1"}, { RowBox[{"2", " ", SqrtBox["3"]}], "0", "0", "0", RowBox[{"4", " ", SqrtBox["3"]}], FractionBox["4", SqrtBox["3"]], "3", "1", RowBox[{"-", "1"}], "5", "1", "7", "1"}, {"0", RowBox[{"2", " ", SqrtBox["3"]}], RowBox[{"4", " ", SqrtBox["3"]}], "0", "0", FractionBox["4", SqrtBox["3"]], "3", "7", "5", RowBox[{"-", "1"}], "1", "1", "1"}, {"0", "0", RowBox[{"2", " ", SqrtBox["3"]}], "0", RowBox[{"2", " ", SqrtBox["3"]}], FractionBox["4", SqrtBox["3"]], "1", "3", "1", "1", RowBox[{"-", "1"}], "3", "2"}, {"0", RowBox[{"2", " ", SqrtBox["3"]}], RowBox[{"4", " ", SqrtBox["3"]}], FractionBox["4", SqrtBox["3"]], "0", "0", "1", "5", "7", "1", "3", RowBox[{"-", "1"}], "1"}, { SqrtBox["3"], SqrtBox["3"], "0", "0", "0", "0", "2", "1", "1", "1", "2", "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.7386909670348463`*^9, 3.738928046074051*^9, 3.7391145090955644`*^9, 3.7391173149368105`*^9, 3.7391912776502237`*^9, 3.739191364200554*^9, 3.7391914547083387`*^9, 3.7391915393907137`*^9, 3.739191600540068*^9, 3.739191658714384*^9, 3.739191726541866*^9, 3.739191783756749*^9, 3.7391918511264563`*^9, 3.739528235163923*^9, 3.7395282800428915`*^9, 3.739539578147091*^9}, CellLabel-> "Out[103]=",ExpressionUUID->"7180f187-aeda-411c-82aa-70f4f172c6af"] }, Open ]] }, WindowSize->{625, 498}, WindowMargins->{{87, Automatic}, {Automatic, 18}}, Magnification:>0.95 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, 47, "Input",ExpressionUUID->"748eabe5-c3d2-4801-b8b7-aa7a789097c7"], Cell[1225, 40, 695, 18, 44, "Input",ExpressionUUID->"0ab29ce4-3405-44f4-bf4a-16ef730ff686"], Cell[1923, 60, 9875, 235, 912, "Input",ExpressionUUID->"72e544ec-21b3-4511-8714-78e40bf96f8f"], Cell[11801, 297, 35696, 782, 3087, "Input",ExpressionUUID->"34558bf5-30de-4efd-a85d-1e42927d2f41"], Cell[47500, 1081, 13766, 317, 1081, "Input",ExpressionUUID->"1669407f-19e4-41f4-83d2-404c097a4b8c"], Cell[61269, 1400, 1572, 43, 123, "Input",ExpressionUUID->"0ca661cb-0814-4baa-8045-ccb6be11fd34"], Cell[62844, 1445, 16048, 333, 982, "Input",ExpressionUUID->"8eb99bd7-ecdf-447b-9254-91418df0046a"], Cell[78895, 1780, 13582, 313, 907, "Input",ExpressionUUID->"df3b60f9-0301-4a00-901e-3f42ad1f6dcc"], Cell[92480, 2095, 3769, 87, 316, "Input",ExpressionUUID->"94e58c8f-e9bc-4bc5-9f72-1e7d65b723b4"], Cell[96252, 2184, 397, 13, 72, "Input",ExpressionUUID->"e0269727-13f8-41e1-9bed-e3d214f9ade5"], Cell[96652, 2199, 682, 20, 54, "Input",ExpressionUUID->"335fc47c-61a3-4d42-b8dc-1a6e429b3dbb"], Cell[97337, 2221, 4976, 131, 543, "Input",ExpressionUUID->"8f83b82e-c1db-40d9-ac4c-a723737f7704"], Cell[102316, 2354, 1132, 30, 64, "Input",ExpressionUUID->"d37cc6ff-e0b5-488e-9c86-c606b2039282"], Cell[103451, 2386, 1961, 44, 136, "Input",ExpressionUUID->"9a3eb7b4-a69e-4770-9009-32f6122d8145"], Cell[105415, 2432, 5280, 132, 298, "Input",ExpressionUUID->"affbea28-f93e-449d-873a-65b52e624ef9"], Cell[110698, 2566, 1184, 31, 64, "Input",ExpressionUUID->"15495297-a588-42f2-9830-ff3a5a9d76a4"], Cell[111885, 2599, 928, 24, 46, "Input",ExpressionUUID->"cd35cdcc-79cb-420e-8b24-2c510cf42e01"], Cell[112816, 2625, 5115, 134, 478, "Input",ExpressionUUID->"4591080c-8b8a-4242-996c-f468c88fcc81"], Cell[117934, 2761, 8900, 180, 460, "Input",ExpressionUUID->"b49300f9-4eb0-4e74-b00e-238ad2cc61d5"], Cell[126837, 2943, 3798, 88, 262, "Input",ExpressionUUID->"b43a5c15-ff8f-4841-a157-1d63bba9b7c4"], Cell[CellGroupData[{ Cell[130660, 3035, 1726, 34, 46, "Input",ExpressionUUID->"8c0d00eb-3a38-4d87-9e21-66e5a04e235e"], Cell[132389, 3071, 258883, 5309, 2998, "Output",ExpressionUUID->"7180f187-aeda-411c-82aa-70f4f172c6af"] }, Open ]] } ] *)